Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Qlikuser225
Contributor III
Contributor III

How to Hide/Show table box colums using button on Qlik Sense?

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.

Labels (2)
1 Reply
sandeep-singh
Creator II
Creator II

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)