Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Have all the variables set to 0, as actions in this button
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?
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?