Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I have a requirement where I need to hide and show columns in a Qlik Sense App table object using button.
Can anyone please help me to how to do this?
Thanks in advance.
You can create one variable. Let's say "vButton" and assign a value or definition as 0.
Create a button -> Add an action -> Set variable value -> vButton -> Value =1
You can below expression in the fields that you want to show and hide on the basis of a button
if(vButton=1,1,0)