Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Guys,
I got 2 list box and both box are related to one another.
What I want to do is to get the value of the 2nd list box that correspond to first list box.
Thanks,
Chris
Try concat(distinct Field2, ',') where Field2 is the name of the field in the second list box.
Try concat(distinct Field2, ',') where Field2 is the name of the field in the second list box.