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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

SHOW HIDE FOR CHART

I want to show and hide a chart based on the selection in field, for Example. If I select '2015' from the field name Year, I want the Sheet Object to Hide and for everything else it should show.

What do I need to do

1 Reply
swuehl
MVP
MVP

On layout tab of the chart object's properties, use something like this as show condition

=If( Only(Year) = 2015,0,1)