You need to sign in to do that
Don't have an account?
cpierre
Cross object formula with picklist?
I'm attempting to create a formula field that will the display the data of a field on a related record.
i.e - on the Opportunity record I want to see the last activity date field that is on the account record
My formula is simply Last Activity_c
This works fine
I try to use this with a pick list data type and I get an error. Is this not possible?
You need to use the CASE function in your formula to display the actual picklist value. Take a look at this example.
Hope that helps,
Sati
All Answers
You need to use the CASE function in your formula to display the actual picklist value. Take a look at this example.
Hope that helps,
Sati
I would like to see the exampe/ This is exactly the problem I'm having. We have a picklist at the accoutnlevel to relte to another account. I want to flow that info down to the opportunity level, and then use that 2nd accoutn to generate it's address so i can sho it on a quote.
I don;t really understand how the case function let's me do that.
PS I am a novice at saleforce-it doesn;t seem to act lie sql