Hi everyone,
I have an infopath form with a cascading multi-select table that will not show up in the SharePoint Library. I found some ideas that 99% work but im stuck at one part. I have created a new text box control and used the below formula in the text box and as a rule in the multi-select box.
Formula:eval(eval(group4, 'concat(., ";")'), ".")
result
Selection1Selection2Selection3;
expected result:
Selection1;Selection2;Selection3;
Any idea why the semi-colon only shows at the end and not after each selection?