Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Friends,
I'm having a field like TP_Type which having values POL, REN,END. I need to show these values as Policy , Renewal, Endorsement in list Box. How can i write an expression to achieve it.Please ,someone suggest to do it.
Thanks in Advance
Regards
Krishna
Try like:
Pick(Match(TP_Type, 'POL', 'REN', 'END'), 'Policy', 'Renewal', 'Endorsement')
Try like:
Pick(Match(TP_Type, 'POL', 'REN', 'END'), 'Policy', 'Renewal', 'Endorsement')
Thank you Tresesco.
Regards
Krishna