You need to sign in to do that
Don't have an account?

How to get Picklist value
Hi,
I have on picklist it store some number EX: (1,2,3,4,5,6,7,8)
i want to get this number by using Formula Field..
I have on picklist it store some number EX: (1,2,3,4,5,6,7,8)
i want to get this number by using Formula Field..
To get The Selected Value from Picklist you can try TEXT(Picklist Field Name). It will return the Selected Picklist Value.
Example:TEXT(Candidate__r.Location__c)
Thanks,
Rockzz
All Answers
To get The Selected Value from Picklist you can try TEXT(Picklist Field Name). It will return the Selected Picklist Value.
Example:TEXT(Candidate__r.Location__c)
Thanks,
Rockzz
Rcokzz
Thanks...