D
Dean Slindee
I have a main report that prints one client per page, multiple pages per
run. Inside the main report are two sub-reports that derive three parameter
values from the text of the main report. The rows shown in the sub-report
must vary by the parameter found on each page of the main report. This
setup is "working", producing report pages, but the sub-report data is from
the first client only. The same sub-report data rows appear on the first
and all subsequent client report pages.
Problem: the parameters for the sub-reports do not appear to be varying with
the changing values on the main report.
The main report and the sub-reports each use an individual stored procedure
as the data source (one stored procedure for each report, each stored
procedure is parameter driven (.adp project).
rptJusticeClientProgramCourtDate is the name of the main report.
Here is the set of three parameters as specified on the parameter line for
both of the sub-reports:
Reports!rptJusticeClientProgramCourtDate!ClientID,
Reports!rptJusticeClientProgramCourtDate!WeekDate,
Reports!rptJusticeClientProgramCourtDate!NextCourtDate
Can anyone tell me whether the subreport data can be programmed to vary with
the data on the main report, page for page? Or, are subreport parameters
"static" for the run?
Thanks in advance
Dean Slindee
run. Inside the main report are two sub-reports that derive three parameter
values from the text of the main report. The rows shown in the sub-report
must vary by the parameter found on each page of the main report. This
setup is "working", producing report pages, but the sub-report data is from
the first client only. The same sub-report data rows appear on the first
and all subsequent client report pages.
Problem: the parameters for the sub-reports do not appear to be varying with
the changing values on the main report.
The main report and the sub-reports each use an individual stored procedure
as the data source (one stored procedure for each report, each stored
procedure is parameter driven (.adp project).
rptJusticeClientProgramCourtDate is the name of the main report.
Here is the set of three parameters as specified on the parameter line for
both of the sub-reports:
Reports!rptJusticeClientProgramCourtDate!ClientID,
Reports!rptJusticeClientProgramCourtDate!WeekDate,
Reports!rptJusticeClientProgramCourtDate!NextCourtDate
Can anyone tell me whether the subreport data can be programmed to vary with
the data on the main report, page for page? Or, are subreport parameters
"static" for the run?
Thanks in advance
Dean Slindee