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
clear means that your selction is cleared. It is not hiding your charts.
For hiding your charts you need setup some variables and activate conditional show:
Then you can use a button to set the value for this variable
clear means that your selction is cleared. It is not hiding your charts.
For hiding your charts you need setup some variables and activate conditional show:
Then you can use a button to set the value for this variable
Is there any chance to share the QVW
attached qvw might be helpful
Hossein,
If you are looking same as Frank. As I Suggest, Give that action with 0 value for that Clear All of Text object / Button.
- Anil
Hello,
Please find attached where on one button click action, you can clear selection and hide chart also
Hello, good solution
If you include an expression such as “=if($(vHide),0,1) “ , you have a switch to display your chart
Thanks
How i can visible = false?
you need two buttons.
with the show button you set the variable to 1 and the chart will be shown
and with the hide button you set the variable to 0 and the chart will be hidden!
Thanks
In fact i have a button that i want press it charts on a text box that it be clear
please help me