Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
srujanaponnuru
Creator
Creator

show/hide for 4 charts in qliksense using containers

hi all,

i have a requirement as below:

I have two filters:

Filter1
X
Y
Z

 

Filter2
X1
X2
Y1
Y2
Z1
Z2

 

I have 4 charts

First Chart

First Table

Second Chart

Second Table

and also two buttons - Chart and Table

i am pulling all the above 2 charts and 2 tables in a container.

When i click X in Filter 1, automatically X1 and X2 will filter in Filter2 which i have done in backend.

Now, if i select X in Filter 1 and button as chart, First  Chart should be visible.

Now, if i select Y in Filter 1 and button as Table, First  Table should be visible.

Now, if i select Y in Filter 1 and button as chart, First  Chart should be visible.

Now, if i select Z in Filter 1 and button as chart, Second Chart should be visible.

Now, if i select Z in Filter 1 and button as Table, Second Table should be visible.

 

Please suggest how to write show/hide condition in container. 

 

Thank you in advance.

1 Reply
Or
MVP
MVP

If(Filter='X' AND $(vButton)='Chart') for the first chart, and so on for each chart.