Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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?

2 Replies
marcus_sommer

Take a look here: Tracking the historical selections

- Marcus

sunny_talwar

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

=GetFieldSelections(FieldName)