Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have the following chart :

which has the following drill down dimensions :

Is it possible when a 'bar' is selected that the following drill down is show using dimension 'SessionType' :

I'm having trouble getting the chart to flow 'back up to the' fist chart where the total is graphed...
many thanks for any help!
Tom
Hi - i'm uncertain of the overall drill need.
The attached has an invisible text item over the chart that changes a variable. The chart only renders the 2nd dimension when the variable is set to 1. Clicking the chart again will reset.
Alternatively , you could use getselectedcount() to figure out if a month is selected and use that to conditionally show/hide the 2nd dimension.
Let me know if you think either could work for your use case.



Hi - i'm uncertain of the overall drill need.
The attached has an invisible text item over the chart that changes a variable. The chart only renders the 2nd dimension when the variable is set to 1. Clicking the chart again will reset.
Alternatively , you could use getselectedcount() to figure out if a month is selected and use that to conditionally show/hide the 2nd dimension.
Let me know if you think either could work for your use case.



thank you for this - fits my requirements perfectly.