SeriesValue Not Work In DrillDown with 2 page

Stimulsoft Reports.WEB discussion
Post Reply
tnlink
Posts: 4
Joined: Wed Sep 09, 2015 4:48 am

SeriesValue Not Work In DrillDown with 2 page

Post by tnlink »

I make 2 page that one page is chart & page 2 list
i use this code to pass parameters to filter list in page 2
int.Parse(this["SeriesValue"].ToString()) but that not work and not show list
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: SeriesValue Not Work In DrillDown with 2 page

Post by HighAley »

Hello.

Could you specify where and how do you use this expression?
It seems that you should set the Filter type to Expression and use this parameter there.
FilterExpression.png
FilterExpression.png (14.88 KiB) Viewed 1215 times
Thank you.
tnlink
Posts: 4
Joined: Wed Sep 09, 2015 4:48 am

Re: SeriesValue Not Work In DrillDown with 2 page

Post by tnlink »

ok I Use This filter but use fix number work corectly but i use int.Parse(this["SeriesValue"].ToString()) not work
for example personel.acceptyear=1 work ok but personel.acceptyear=int.Parse(this["SeriesValue"].ToString()) dont work
so i dont know what use SeriesValue
tnx
tnlink
Posts: 4
Joined: Wed Sep 09, 2015 4:48 am

Re: SeriesValue Not Work In DrillDown with 2 page

Post by tnlink »

what use SeriesValue In Expression
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: SeriesValue Not Work In DrillDown with 2 page

Post by HighAley »

Hello.

We use next expression in our Demo report:

Code: Select all

Products.CategoryID == System.Convert.ToInt32(this["SeriesValue"])
If this does not help, please, send us a sample report template with data for analysis.

Thank you.
Post Reply