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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
chrweber
Creator
Creator

How to display GetFieldSelections in Listbox

I have a Listbox where I want to display the current GetFieldSelections via a formula.

However the comma separated string is just displayed as a single item.

Do I have to transform the string somehow for the listbox to accept it

2 Replies
tresesco
MVP
MVP

If you want to see only the selected values in a listbox, you can try with an expression like:

=Aggr(If(GetSelectedCount(YourField), YourField), YourField)

olivierrobin
Specialist III
Specialist III

hello

what about replacing comma by new line ?