Link to home
Start Free TrialLog in
Avatar of talker2004
talker2004Flag for United States of America

asked on

Drill down report in SSRS

Okay I have two stored procs,
getCustomers
GetOrders(@CustomerNumber)

So I have two datsets in the report DataSet1 uses GetCustomers, DataSet2 uses GetOrders and has 1 parameter for the customer number.

I already have a grid layed out that displays all of the cusotmers exactly the way I want it, Now what I need is that when the user clicks on the customer from the screen It should open up a report with all of the customers orders.

When the user clicks it will need to pass the customer number that was clicked into the getOrders stored proc and then display all of the customers orders. I am not sure if this is setup as a seperate report or a sub report.

Please someone give me some guidence on how I would accomplish this.

thanks in advance...
ASKER CERTIFIED SOLUTION
Avatar of Howard Cantrell
Howard Cantrell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of talker2004

ASKER

How do you tell the sub report to launch using the customerid as the parameter when the click on one of the customers in the table?
Avatar of almander
almander

Right click on the Customer Id Textbox, and select properties.

You should see a navigation tab, on that tab select:
Jump to Report, the Report you want to jump to, and to the right you will be able to set the parameters for the new report.
Here is a screenshot
rs-nav.png
Thanks almander,
I have not had time to get back answer to this one.
Understood
This question has been classified as abandoned and is being closed as part of the Cleanup Program.  See my comment at the end of the question for more details.