You need to sign in to do that
Don't have an account?
Chad Ritchie
Merging Picklist Value into Formula
Hey guys,
What's the syntax to use for a picklist value in order to have that value merge into a formula? So that way I see the value of the field, and not just the field's name. Thanks!!
Basically, you would need to check for every single value of the multi select picklist... It's a pain...
All Answers
Sample code - http://www.infallibletechie.com/2013/10/field-is-picklist-field-picklist-fields.html
your prospect with " + TEXT(Strategy__c) +" solutions
but it is bringing back this errror: Field Strategy__c is a multi-select picklist field. Multi-select picklist fields are only supported in certain functions.
So yes it works when I just have text(picklist), but in order for the formula to bring it back I need the " + ...... + ", but when I put it in there it errors.
Basically, you would need to check for every single value of the multi select picklist... It's a pain...