Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to show only the selected values in the list box. I have tried to use the hide excluded but the problem is it is not actually hiding it is in the grey colour and the space is not getting truncated. Is there any other way to achive this using macros.
Voted for it almost 2 years ago and still waiting....
I too have a relevant problem with the Listbox.
How can I remove blank spaces from the listbox.
Thanks,
Ananth
This is a Blank Space in Field, In that specific case you can try this:
IF(Len(TRIM([Field]))>0,[Field])
Or correct the field in load script.