Hi guys,
I am using a double eval / concat rule on a multi-select listbox in order to populate a text field with those selections. My problem is that when I test the formula the comma moves to the end of the each new selection made. (i.e. instead of displaying Apple, Lemon, Banana it displays AppleLemonBanana, )
Formula being used: eval(eval(ProgramDepartmentSelect, 'concat(., ", ")'), "..") (Note - ProgramDepartmentSelect is the group of my multi-select and the . is my value field)
Also, this formula does not remove selected items if unticked. This has been driving me crazy for days now!
Thanks guys, T