Skip to main content
Rashid Hashmi (7Star Digital World) 님이 #Formulas에 질문했습니다

I need help with this , wanna show picklist value + text value combine in  custom field  value. How ? Is there a solution for this

답변 2개
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    2021년 12월 8일 오전 9:21

    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"
0/9000