Drill down on bar chart
Posted: Thu Dec 08, 2011 1:51 pm
I have a simple datasource that looks like this
Region Amount
East 100
West 200
North 300
South 400
I have a simple bar chart with one series that just shows the Amount for each region (Region is the Argument, Amount is the Value).
I want to add a drill down to a page and pass the selected Region to the second page. How is this accomplished? Do I configure the Interaction->Drill down properties at the entire chart level, or do I go to the series and configure Interaction->Drill down properties? How do I pass the argument or value that was clicked?
Thanks!!
Region Amount
East 100
West 200
North 300
South 400
I have a simple bar chart with one series that just shows the Amount for each region (Region is the Argument, Amount is the Value).
I want to add a drill down to a page and pass the selected Region to the second page. How is this accomplished? Do I configure the Interaction->Drill down properties at the entire chart level, or do I go to the series and configure Interaction->Drill down properties? How do I pass the argument or value that was clicked?
Thanks!!