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: 
S-D
Contributor II
Contributor II

Store multiple strings in a variable

I need to have  a checkbox with string values and store multiple selected strings in a variable.

Any suggestions how to achieve that?

 

Labels (6)
3 Replies
Or
MVP
MVP

Same as you would store any other text to a variable - you'll presumably want to concat() the possible values and store the resulting string.

S-D
Contributor II
Contributor II
Author

And how do i get the values that are selected in the checkbox?

Or
MVP
MVP

Concat() or GetFieldSelections(), depending on the exact result you want to achieve.