Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Charts auto-minimizing

Hello,

I have a list box with multiple items in it for e.g.

- Percent of xyz

- Percent of abc

And I have a chart for each of these percents depicting Current Year vs. Prior Year.

So when I select "Percent of xyz" I  see the chart for it and the other chart should say "No data to display"

When I select "Percent of abc" I see the chart for it but the other chart is still open.

I would like to minimize the first chart automatically when I click on the second element within the list box. How to do so?

Please advise. Thanks!

1 Solution

Accepted Solutions
NickHoff
Specialist
Specialist

If you set it under layout > show > conditional the chart won't display if the selection isn't selected, and once you select it will appear, then disappear soon as you remove the selection. 

View solution in original post

4 Replies
NickHoff
Specialist
Specialist

You could use show conditionally on the charts to only show when the condition you'd like is met i.e

dimensionname = 'Percent of xyz'

Not applicable
Author

That piece is set. However I want this chart to minimize automatically when I click on another item in my list box

NickHoff
Specialist
Specialist

If you set it under layout > show > conditional the chart won't display if the selection isn't selected, and once you select it will appear, then disappear soon as you remove the selection. 

Not applicable
Author

Phenomenal!!! Awesome!!! Thanks a ton Nick!!!!