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: 
Tom8558
Contributor
Contributor

Choose an empty Value on a Button

Hello, I have a Field called "Regalmeter" and I want to choose every Value instead of the green one in the Picture with a Button. Is there any way to do that?Qlik Sense.JPG

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Use 'Select multiple values in a field' action and use expression like:

=Concat(distinct {<Regalmeter={"=Len(Trim(Regalmeter))>0"}>} Regalmeter, ';')

Capture.PNG

View solution in original post

1 Reply
tresesco
MVP
MVP

Use 'Select multiple values in a field' action and use expression like:

=Concat(distinct {<Regalmeter={"=Len(Trim(Regalmeter))>0"}>} Regalmeter, ';')

Capture.PNG