Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i set up a container with two charts, say chartA and chartB, it works fine.
however, i would like to show another three charts, say chartC, D and E when i select chartB. and CDE will hide if i re-select chartA.
any method to do this?
One way could be that create another container with those 3 charts and show/hide based on your chart selection.
Yes, you can do it.
You need to use conditional expression in layout for the chart A to hide CDE.
It actually depends on your data and what you wanna show/hide.
It will be helpful if you can provide a sample with more clear requirements?
Thanks.