Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
On layout tab of the chart object's properties, use something like this as show condition
=If( Only(Year) = 2015,0,1)