Interaction from Chart to Table

Stimulsoft Reports.NET discussion
Post Reply
User avatar
zalak
Posts: 18
Joined: Wed Jun 20, 2018 1:41 pm

Interaction from Chart to Table

Post 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
Attachments
BarGraphReport.png
BarGraphReport.png (18.09 KiB) Viewed 2030 times
Last edited by zalak on Wed Aug 08, 2018 7:17 am, edited 1 time in total.
User avatar
zalak
Posts: 18
Joined: Wed Jun 20, 2018 1:41 pm

Re: Interaction from Chart to Table

Post 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
Lech Kulikowski
Posts: 6263
Joined: Tue Mar 20, 2018 5:34 am

Re: Interaction from Chart to Table

Post by Lech Kulikowski »

Hello,

Please let us know if you need any additional help.

Thank you.
User avatar
zalak
Posts: 18
Joined: Wed Jun 20, 2018 1:41 pm

Re: Interaction from Chart to Table

Post 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
Lech Kulikowski
Posts: 6263
Joined: Tue Mar 20, 2018 5:34 am

Re: Interaction from Chart to Table

Post by Lech Kulikowski »

Post Reply