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

Hi, is there a way to show/hide a chart container in Qliksense

Hi,

My requirement is to show / hide the entire chart box through a button. And if we hide that box, the other existing boxes may get re adjusted in the space available.  Can something like this be achieved in Qliksense ?

3 Replies
sidhiq91
Specialist II
Specialist II

@pal25  Yes we can definitely Achieve it.

First Create a Inline Load in the Load Script for  a Button Purpose.

NoConcatenate
ButtonObject:
Load * Inline [
ButtonName, Value
Yes, 1
No, 0
];

Next Step in the Container,  For Each Master Item Visualization set Show Condition as Value=1

Now create a Filter using Field ButtonName field and when you click on the YES, that particular Chart will be seen in the Container.

pal25
Contributor III
Contributor III
Author

Hi @sidhiq91  this definitely hides the chart / data in a container. 

However, my requirement is to hide the entire container so that the space can be taken by the adjacent charts. And again if i show the chart, it comes back to the same place with its conatiner

Something like what can be done in tableau.

Any idea if its possible in Qliksense as well ? 

sidhiq91
Specialist II
Specialist II

@pal25 Not sure if we can hide the container itself.  But it would be great to know for me as well.