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: 
ashrivastav2
Partner - Contributor III
Partner - Contributor III

How to switch between graphs on Sense?

Is there a way to enable conditionals such that a graph only appears when a selection is made, and replace it with another graph for a different selection? For example if I clicked a button, I would want the barchart to disappear and it be replaced with a separate pie chart that has different dimensions/measures. Is this possible?

Labels (1)
3 Replies
JordyWegman
Partner - Master
Partner - Master

Hi,

Yes this is possible. Use the Vizlib Container object for the different visualizations.  Each object in the container can have a conditional show. Then based on your selection, use the GetPossible functions for getting the only dimension selected and show the graph.

Jordy

Climber

Work smarter, not harder
islavcheva
Partner - Contributor II
Partner - Contributor II

Hi,

I would use Show/Hide container from Qlik Dashboard bundle. You could combine it with the Button for navigation.

 show-hide.PNG

OmarBenSalem