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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Properties button

Hello!

I have 6 pieces of chart in a sheet, and I have two buttons (button1 and button2) with button1 I want to show three pieces that these charts and Number 2 I want to show the other three diagrams.

Now I have tried several different options but I can not work so I would have to have help from the beginning

//Elin

1 Solution

Accepted Solutions
MayilVahanan

HI

Try like this

Create a variable name vShow

Create 2 buttons ->

In first button,

Action-->Extrenal--->Set variable

variable

vShow

value

1

In second button,

Action-->Extrenal--->Set variable

variable

vShow

value

0

Then

In three chart, Layout ->Show -Conditional

if(vShow =1,1,0)

Another three chart,Layout ->Show -Conditional

if(vShow=1,0,1)

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

8 Replies
Not applicable
Author

Hello,

try the following attachment

jvitantonio
Specialist III
Specialist III

Hi see example.

Not applicable
Author

hai,

Please find the attachment,

As layal kadi showed you can do it  for any number of charts .

Thanks,

RathishKumar

Not applicable
Author

Hello!

I have no way to open dockument on the job, you have the opportunity to write?

Not applicable
Author

create one variable example vshow

in button1 Action-->Extrenal--->Set variable then put vshow=1

in 1st 3 chart properties layout--->show--->condition vshow=1

in button2 change vshow=2

  other charts layout--->show-->condition vvshow=2

Not applicable
Author

Hello!

I think I got it working with a chart but I would like the button to produce three graphs at once. How do I do? I do not want to have six different buttons

MayilVahanan

HI

Try like this

Create a variable name vShow

Create 2 buttons ->

In first button,

Action-->Extrenal--->Set variable

variable

vShow

value

1

In second button,

Action-->Extrenal--->Set variable

variable

vShow

value

0

Then

In three chart, Layout ->Show -Conditional

if(vShow =1,1,0)

Another three chart,Layout ->Show -Conditional

if(vShow=1,0,1)

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

use the same variable for the charts u want to show or hide at the same time