I need help with this , wanna show picklist value + text value combine in custom field value. How ? Is there a solution for this
2 risposte
Eric Praud (Activ8 Solar Energies) Forum Ambassador
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"