I need help with this , wanna show picklist value + text value combine in custom field value. How ? Is there a solution for this
2 réponses
Forum Ambassador Eric Praud (Activ8 Solar Energies)
Hi Rashid,
You could create a formula field returning text:
TEXT(Picklist__c)+TextField__c
Or if the text value is hard-coded:
TEXT(Picklist__c)+"Your text here"