Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have pie chart beside that one button object should be present click on the button whose name texted as Hide then pie chart should be hidden and button text should be appeared as Show then click on button then pie chart should be visible and button textshould be hide automatically.can any body help me ASAP
Regards
Mahesh
Use a variable to control the show condition in layout tab of chart properties and the button text. Use an action to change the variable on button clicked.
See attached.
HI,
create a variable
vShow=1
Create a button with this text:
=If(vShow,'Hide','Show')
and an external action: set variable vShow whit
=If(vShow,0,1)
Add as conditional layout of Pie Chart
=vShow
regards
Hi, Mahesh.
There is advice on buttons with working examples on this blog:
http://www.quickintelligence.co.uk/qlikview-buttons/
Take a look and see if there is anything in there that meets your requirements.
Regards,
Neil