Page 1 of 1

Drill down on bar chart

Posted: Thu Dec 08, 2011 1:51 pm
by jay@bplogix.com
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

Posted: Fri Dec 09, 2011 2:45 am
by Alex K.
Hello,

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
Thank you.

Drill down on bar chart

Posted: Sat Dec 10, 2011 3:42 pm
by jay@bplogix.com
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

Drill down on bar chart

Posted: Mon Dec 12, 2011 8:53 am
by Alex K.
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.