Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
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