Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Display two charts from one button click

hi

i am trying to display two charts from one button click.. is there any possibility for this... is some one can plz help me will appreciate alot thank you in advance

1 Solution

Accepted Solutions
Not applicable
Author

Try like this...

Create a variable : v_ShowChart

Create buttons whatever you want like Button1, Button2....

1.Now go to Button1 properties-->Actions-->Set variable

Variable   :  v_ShowChart

Value    :    A

2. Now goto chart properties-->Layout-->Conditional

there write : v_ShowChart='A'

Now this chart will display only when you click on Button1.

For Button2 take the value as 'B'

View solution in original post

35 Replies
Not applicable
Author

Are you saying you want two charts with a conditional show that will appear at the same time?

Not applicable
Author

Sort of like this?

Not applicable
Author

Please check this.

Thank you

Vardhan

Not applicable
Author

hi Robert

i am using a personnel edition so i can't open ur example.. my requirement is initially i have to charts which is minimized and when i click a button i want both charts to open or appear side by side .. will it be posibel for you to send me screen shots of ur example plzzz

Not applicable
Author

hi Vardhan

i am using a personnel edition so i can't open ur example.. my requirement is initially i have to charts which is minimized and when i click a button i want both charts to open or appear side by side .. will it be posibel for you to send me screen shots of ur example plzzz

venkatg6759
Creator III
Creator III

Create a variable vShow =1 .

Create a button  - Action - Set variable  - vShow =if(vShow=1,0,1)

Under Layout in charts use if(vShow=1,0,1)

Not applicable
Author

venkatg6759 this is not working for me 😕
venkatg6759
Creator III
Creator III


Check the screenshots .May be it will help you.

Thanks,

Venkata

Not applicable
Author

i did exacly as you have showed but it wont work... i want to display both charts from 1 button click event