Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
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)