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

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

2 list box, get the second list box value without selecting the item

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

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try concat(distinct Field2, ',') where Field2 is the name of the field in the second list box.


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try concat(distinct Field2, ',') where Field2 is the name of the field in the second list box.


talk is cheap, supply exceeds demand