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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
prma7799
Master III
Master III

hide and show

Hi All,

I have five chart and i want to show these chart one by one using buttons.

my criteria is when i open certain tab it will hide it will shows only button then when i click one button then it will show me respective chart .

Can Anybody help me out?

Thanks

Labels (1)
1 Solution

Accepted Solutions
Kushal_Chawda

Please see the attached

View solution in original post

9 Replies
phaneendra_kunc
Partner - Specialist III
Partner - Specialist III

see attached. i just did it for 1 chart, but you can do the same for rest.

Not applicable

Hi,

Check book report tab.

Kushal_Chawda

Please see the attached

maxgro
MVP
MVP

add a variable vShow, constraint from 0 to 5

add a trigger on activate sheet to hide all charts

0.png

in all buttons (text object) add the action to set the variable (1 for chart1, 2 for chart2, etc...)

1.png

in all charts set the conditional show using the variable

2.png

Not applicable

Hi,


PFA - It has 5 buttons. Clicking a button displays respective chart while hiding rest.

prma7799
Master III
Master III
Author

Hi Kush ,

I tried your solution but my when i click on button then all object get minimize.

Thanks

Kushal_Chawda

Can you attach screenshot?.. it's working fine for me

prma7799
Master III
Master III
Author

PFA

Kushal_Chawda

OK, initially if your all objects are minimized. Either you maximize all objects by default

or you need to add one more action to restore the object if minimized

see the  attached