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

Drill-through on same report

3 Answers 124 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rick
Top achievements
Rank 1
Rick asked on 20 Apr 2011, 12:34 AM
I'm trying to implement a report on hierarchical data as a drill-through -- i.e., recursively -- report returns all children of a given parent.  When one of the children is clicked that ID is passed as a parent_Id parameter) one of three parameters on the Navigate to Report action.  The other two parameters remain unchanged on drill-through).

But when I click on one of the items, the report simply returns "Please input data for all parameters".

Any reason it shouldn't work? 
Ideas? 


3 Answers, 1 is accepted

Sort by
0
Hrisi
Telerik team
answered on 22 Apr 2011, 10:32 PM
Hello Rick,

We believe the error sayd exactly what you should provide in the Navigate To Report action - all parameters. This action creates new instance of a report and this instance does not share the parameters with any other report instance.

All the best,
Hrisi
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Rick
Top achievements
Rank 1
answered on 28 Apr 2011, 07:01 PM
OK.  So how do I do that? I thought that I was providing the parameters.
The Action of the textbox in question is set to Navigate to Report.
In the Target report parameters, I'm setting two of the common parameters equal to the parameters of the current report -- e.g.,
@CompanyID=Parameters.CompanyID.Value
@Year=Parameters.Year.Value
And one is set to the value of the current ID, so that the current ID becomes the parent ID under which we're retrieving children in the drillthrough:
@ParentID =Fields.ID
What needs to be done instead?
0
Hrisi
Telerik team
answered on 03 May 2011, 04:16 PM
Hello Rick,

Could you please send the project that demonstrates the problem to review it on our end?

Kind regards,
Hrisi
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Rick
Top achievements
Rank 1
Answers by
Hrisi
Telerik team
Rick
Top achievements
Rank 1
Share this question
or