Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
Hi,
I would use Show/Hide container from Qlik Dashboard bundle. You could combine it with the Button for navigation.
Please refer to this: