General Development
Sign In  ·  Help
Jump to Page:   1
  Reply   Reply  

Using Picklist in formula Field?   [ Edited ]
Options    Options  
MSVRad
Regular Contributor
Posts: 85


MSVRad

Message 1 of 2

Viewed 748 times


I have created a custom object and I want to use a picklist in a formula field. All I really want to do is display this field on my custom object. Is there a way to do that without using a Formula field since I cannot use a picklist in the way I want. I do not want to override the pages with visualforce I know this is one way to just put an output field of the picklist on the page.

 

This is all I am trying to do: Account__r.Operational_Status__c.

 

Where Operational_Status__c is a custom picklist.  I just want the value that is selected in this picklist to appear on a different object's detail view.

 

Any suggestions would be greatly appreciated.

 

Thanks!

Message Edited by MSVRad on 09-16-2009 02:08 PM
09-16-2009 01:48 PM

All Users' Tags:

 
  Reply   Reply  

Re: Using Picklist in formula Field?
Options    Options  
CaptainObvious
Trusted Contributor
Posts: 200


CaptainObvious

Message 2 of 2

Viewed 725 times


Try TEXT(Account__r.Operational_Status__c)
09-17-2009 06:56 AM
 
Jump to Page:   1