Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
lionking15
Creator
Creator

CREATING BUTTON

HI,

how to prepare a button to show and hide charts

Thanks!!!

4 Replies
sunny_talwar

Check this link:

actions and variables

bindu_apte
Creator III
Creator III

Hi,

Hope this thread will help you.

Hide/show an Object with button set variable

Anonymous
Not applicable

Hi ,

Create a variable  for example ' vShow ' .

after creating the button, go to its properties and select action tab -> external-> set variable option. Give the variable name and in value field give condition as if(vShow=0,1,0) .

In the chart properties in the layout tab, give condition in show option as vShow =1.

saimahasan
Partner - Creator III
Partner - Creator III

Please  find attached for your solution