Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a text box that displays only one underwriter when its selected
But when many underwriters are selected it will display '-'.
I want all the selected underwriters to be displayed with comma or semi colon as separator.
Please help me with this.
Attached is the QVW
Regards,
Keerthi
Look at functions like concat() or getfieldselections().
- Marcus
Yeah Concat works
Thanks Marcus