Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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.