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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Krish
Contributor III
Contributor III

Conditional display of charts

Hi,

I have a container in which I am having multiple straight tables. I have also created bar charts separately. Now, I want to condtionally display the chart only when a particular straight table is selected in container. 

Any idea how to achieve this.

Thanks in advance.

Labels (2)
1 Reply
agigliotti
Partner - Champion
Partner - Champion

Hi,
There is no way to achieve it natively, because doesn't exists a function that returns the active container object.
However as a workaround you can replace the container object with buttons (one for each straight table) and manage its actions.
You can add an action to set a variable value in order to control the bar chart conditional show.

I hope it can helps.