Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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
tresB
Champion III
Champion III

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
tresB
Champion III
Champion III

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

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

Capture.PNG