Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a Listbox where I want to display the current GetFieldSelections via a formula.
However the comma separated string is just displayed as a single item.
Do I have to transform the string somehow for the listbox to accept it
If you want to see only the selected values in a listbox, you can try with an expression like:
=Aggr(If(GetSelectedCount(YourField), YourField), YourField)
hello
what about replacing comma by new line ?