Page 1 of 1

Interaction from Chart to Table

Posted: Mon Aug 06, 2018 10:41 am
by zalak
Hello,

I have a Stacked Chart with 3 series each linked with 3 different table(on page 1). Next, I need is to display the filtered table on clicking on the series.
Example: When I click on "Green" series of "B" then the next page(page 2) should display data with filter ("Green or 3" & "B").

See the attachment/image for details. The 3 tables are manipulated & generated from a single datasource i.e. "MainTable" and the table on Page 2 display data from "MainTable" but should be filtered with parameter from which series is clicked on the Chart.

I tried to do it with one series but the data on the next page does not filter properly. My filter condition for databand on Page2 is MainTable.Status == System.Convert.ToInt32(this["SeriesTag"]).
Chart Interaction details:
Drill-Down Enabled: Checked
Drill-Down Page : Page 2
Tag Data Column : GreenTable.Status

Is it possible to get 2 parameters("Green or 3" & "B") from Chart and filter the databand with these 2 parameter? If so, how?

Thanks & Regards,
Zalak

Re: Interaction from Chart to Table

Posted: Tue Aug 07, 2018 1:38 pm
by zalak
Hello,

I got what I actually was looking for i.e. different parameters for Chart Drill-Down like:
Series
SeriesIndex
SeriesArgument
SeriesValue
SeriesPointIndex
SeriesTag
SeriesHyperlink
SeriesTooltip

Thanks & Regards,
Zalak

Re: Interaction from Chart to Table

Posted: Thu Aug 09, 2018 8:27 pm
by Lech Kulikowski
Hello,

Please let us know if you need any additional help.

Thank you.

Re: Interaction from Chart to Table

Posted: Mon Aug 13, 2018 7:37 am
by zalak
Hello Lech Kulikowski,

Thank you! Apart from user-manual, is there any other detailed document about all these (Interaction & drilled down parameters for charts & table mainly related with code)?

Thanks,
Zalak

Re: Interaction from Chart to Table

Posted: Tue Aug 14, 2018 9:35 am
by Lech Kulikowski