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!!
Drill down on bar chart
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Drill down on bar chart
Hello,
You need configured Interaction->Drill properties for series.
You can use the following parameters for cahrt Drill-Down:
Thank you.
You need configured Interaction->Drill properties for series.
You can use the following parameters for cahrt Drill-Down:
Code: Select all
Series
SeriesIndex
SeriesArgument
SeriesValue
SeriesPointIndex
SeriesTag
SeriesHyperlink
SeriesTooltip
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Drill down on bar chart
Where do I configure those parameters? What property in the Series?
Also, what is the difference between the drill down settings at the chart level, versus the drill down settings on each individual series?
Thanks
Also, what is the difference between the drill down settings at the chart level, versus the drill down settings on each individual series?
Thanks
Drill down on bar chart
Hello,
If you need to create a drill-down for a chart (for every value) you can use the Drill-Down for series.
On the Drill-Down page you can use the parameters which were given in the previous post (for exemple Products.CategoryID == this["SeriesValue"] as a filter in data band on the Drill-Down page).
Thank you.
If you need to create a drill-down for a chart (for every value) you can use the Drill-Down for series.
On the Drill-Down page you can use the parameters which were given in the previous post (for exemple Products.CategoryID == this["SeriesValue"] as a filter in data band on the Drill-Down page).
Thank you.