Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Display Multiple Values in a text box

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

1 Solution

Accepted Solutions
marcus_sommer

Look at functions like concat() or getfieldselections().

- Marcus

View solution in original post

2 Replies
marcus_sommer

Look at functions like concat() or getfieldselections().

- Marcus

Not applicable
Author

Yeah Concat works

Thanks Marcus