Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have Team member with same name as Micheal Sunie and Micheal Sunie MFR in List box. My user wnats to have only Micheal Sunie MFR in List box.
Could anyone help me is there any way to merge theses two and have only Micheal Sunie MFR.
Thanks.
Please upload sample application to help you in better way
Hi,
If this is an issue with single name, you can use simple if condition in script as,
If( Team member = 'Micheal Sunie' , 'Micheal Sunie MFR' , Team member) as Team member
U can use this in list box expression too.
If( Team member = 'Micheal Sunie' , 'Micheal Sunie MFR' , Team member)
Hope this helps.
try using REPLACE() in the script
REPLACE(Team Member,'Michael Sunie','Michael Sunie MRF') as Team Member
Build an expression, like this
=mid (field, 1, len(field)-3)
or put in script another field
Bruno
Thanks and this is working.
Dear Amelia,
Just create Expression in list box (last Dimension in list of Dimension).
=If(Wildmatch([Team Member],'Michael Sunie MRF')),[Team Member]
Regards
Kiran Rode
+8976977897