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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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

Labels (1)
1 Reply
swuehl
Champion III
Champion III

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

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