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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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)