Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I have several chart in my qlikview fileand i put a button and in action properties say clear all
but when i press it don't hidden all charts
please help me
Thanks
create 1 Variable:
1. vShow
Setup conditional view in all of your charts:
1.go to Properties --> Layout --> Show: conditional ---> vShow=1
Create 2 Buttons:
1. Hide Button: --> Actions ---> Add--> set Variable--> vShow --> Value = 0
2. Show Button: --> Actions ---> Add--> set Variable--> vShow --> Value = 1
hope that helps
You know usually how this works,
If you have one variable with empty values
Then what ever button you can create you have to show as per your BRD. It means if your chart is showing 1 with the variable it showing the Chart or else 0 it showing hide,
- Anil