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: 
Anonymous
Not applicable

De-Select All Buttons

I am using Buttons in my Dashboard and Use Actions-Set Variable to emulate Button Clicks and hide/show based on the selection.

=if(VariableName=1,0,1) is what I use. Is there anyway to create a button which upon clicked will De-Select each and every button that I selected using this method?

Labels (1)
3 Replies
boorgura
Specialist
Specialist

Have all the variables set to 0, as actions in this button

Anonymous
Not applicable
Author

I haven't tried it yet but even if it works, i can do it for a button or two. But what if I have multiple button selections and I need to clear every buttons' action? That will be several variables. Any other way?

Not applicable
Author

why not use 1 variable and trigger them all? or set a action to set the specific var. In layout condition, just put "variable". Any sample qvw?