the second report will have 1 parameter "Account Name"
this parameter will be used in the SQL query to filter the rows from the
database for the selected account only.
now the report 1... you go in the navigation property page of the object
where the end user will click to drill
select the report 2 as the destination, open the parameters mapping and type
the name of the parameter creating in the step 1 and associate it to the
account name field of the report 1.
and it's all. the target report is not a parameter (could be but you don't
need it for the moment)
when the user see the report 1 and click, the report 2 is opened and
filtered to the right account name
take a look at the adventure works samples to see how to do this.
[quoted text, click to view] "BLAW" <bradlaw@gmail.com> wrote in message
news:1191155499.584783.135730@57g2000hsv.googlegroups.com...
> I have two reports that I created, one using the wizard which simply
> has some Account Name, Parent Account and Opportunity Revenue. I'll
> call this the Report #1. I want a user to be able to click one of the
> Account Names and have it open a second report that lists details on
> the opportunity. I'll call this the drill down Report #2. Sounds
> simply and I know "just add a parameter value" is the answer but I am
> lost in what parts each specific report needs to have.
>
> Report #1
> Account Name
> Parent Account Name
> Expected Revenue
>
> Report #2
> Account Name
> Parent Account Name
> Expected Revenue
> Other details on the report
>
> QUESTION #1: I am a beginner, but lost. Does the Report #1 need to
> have a Report Parameter and pass it to Report #2, or does the Report
> #2 only need the parameter... or do both?
>
> QUESTION#2: Assuming Report #2 need to accept a report parameter value
> in order to display the correct data, does it need a filter as well?
>
> I'll likely have more questions, I'm just stuck on a few things.