Page 1 of 1
SeriesValue Not Work In DrillDown with 2 page
Posted: Wed Sep 09, 2015 5:00 am
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
Re: SeriesValue Not Work In DrillDown with 2 page
Posted: Wed Sep 09, 2015 8:44 am
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 (14.88 KiB) Viewed 1217 times
Thank you.
Re: SeriesValue Not Work In DrillDown with 2 page
Posted: Wed Sep 09, 2015 8:06 pm
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
Re: SeriesValue Not Work In DrillDown with 2 page
Posted: Thu Sep 10, 2015 4:25 am
by tnlink
what use SeriesValue In Expression
Re: SeriesValue Not Work In DrillDown with 2 page
Posted: Thu Sep 10, 2015 7:12 am
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.