Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to show several selected items in caption


Hi ,

I have a pivot table named like the value selected in a list box , I simply wrote '=field_in_listbox' in the box 'Window title'.

But when I choose more than one value the title just shows '-'.

How could I make it to show all the selected values separated by comma for example?

Thanks.

1 Solution

Accepted Solutions
Gysbert_Wassenaar

=concat(distinct [field_in_listbox], ', ')


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar

=concat(distinct [field_in_listbox], ', ')


talk is cheap, supply exceeds demand