Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I'm Currently using a button to switch between Demo data and original Data.
I have configured the 2 (ON/OFF) buttons with assigning a variable such as DemoSwitch either 1 or 0.
i have also put a "CLEAR ALL" field trigger with this.
What i would like to do further is If the DemoSwitch is 1 then it should clear ALL if DemoSwitch is 0 it should not.
Let me know if this is possible in the current version of Qlikview.
Thank you.
While you cannot apply actions conditionally you can display objects with actions conditionally. So instead of developing the condition in the action of the object, do that in an object which clears all, but only shows when the respective values are set.
While you cannot apply actions conditionally you can display objects with actions conditionally. So instead of developing the condition in the action of the object, do that in an object which clears all, but only shows when the respective values are set.
Thank you for taking your time and helping me out.
I'll try it the way you have suggested