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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
2 Replies
tresB
Champion III
Champion III

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 ?