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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show And Hide Button Object

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

3 Replies
swuehl
MVP
MVP

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.

Not applicable
Author

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

ngulliver
Partner - Specialist III
Partner - Specialist III

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