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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Store selection in variable

Dear all,

I have a listbox with no title, and object-id of LB15  and with values ranging from 1 - 12. Now I would like to make a variables that stores the number that is selected in the listbox.

However when I enter:

=GetFieldSelections(LB15)

I do not see anything. Any thoughts on what goes wrong?

Labels (1)
2 Replies
marcus_sommer
MVP
MVP

Take a look here: Tracking the historical selections

- Marcus

sunny_talwar
MVP
MVP

What is the field that is being used by this list box? You will need to use that field name

=GetFieldSelections(FieldName)