This is a migrated thread and some comments may be shown as answers.

Cascading parameters refreshing

3 Answers 85 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Derek
Top achievements
Rank 1
Derek asked on 05 Sep 2012, 01:54 PM
Hello All,


There are 4 parameters in my report from COO->VP-->region-->district, which designed in a cascading way.
I setup them all as "auto-refresh". In the first time, it works well.

If I choose Coo1, All for VP , all for region and all for district, once you finish choosing, the report is triggered to run. However, if after reports return, u re-choose a specific VP(VP1), the region and the district still stand as "all" and the report does not trigger to run.

Now, I wanna achieve like this, either the 2nd time I change my VP parameter, then reports can refresh or I change VP parameter then the downstream parameters can be back to "select a value" instead of standing as "ALL".

Who has any idea on this?
Thanks in advance. 

3 Answers, 1 is accepted

Sort by
0
Derek
Top achievements
Rank 1
answered on 06 Sep 2012, 09:27 PM
More information,

All my parameters are binding with stored procedures


My COO parameter binding the proc "spGetCOO" which looks like below
select COONumber, COOName from table

And VP looks like

select VPNumber=0, VPName='All'
union all
select VPNumber, VPName from table  where COONumber=@COONumber


...Etc
0
Phil
Top achievements
Rank 1
answered on 14 Jul 2015, 07:13 PM
Any update on this?
0
Nasko
Telerik team
answered on 17 Jul 2015, 11:41 AM
Hello Phil,

In the latest version of Telerik Reporting, the child parameter value will be reset after the master parameter is updated.

Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Derek
Top achievements
Rank 1
Answers by
Derek
Top achievements
Rank 1
Phil
Top achievements
Rank 1
Nasko
Telerik team
Share this question
or