oanion
IS-IT--Management
- Jun 18, 2004
- 55
Hello All.
I have a report that contains 1 subreport.
The main report is grouped by timezone with all details showing. The timezone group footer contains information for the specific time zone such as:
number of customers, number of accounts, amount owed, and amount collected.
The subreport has the same information, however, I've suppressed the details to only show the timezone grouping summarized information pertaining to the information mentioned above.
In the subreport, I want to show the page number in the main report where the timezone group starts which will make it easier for the user to locate where to find the detailed rows.
For instance, if the central timezone group starts on page 14 in the main report, the subreport should show the following;
# of customers # of accounts $$ Owed $ collected page number
20 36 $36000 $12500 14
Does anyone have an idea of how to accomplish this? I first started by trying to capture a page number in a shared varaible in the main report and pass it to the subreport, however, this does not work? Any advice will be more than appreciated.
Thanks
I have a report that contains 1 subreport.
The main report is grouped by timezone with all details showing. The timezone group footer contains information for the specific time zone such as:
number of customers, number of accounts, amount owed, and amount collected.
The subreport has the same information, however, I've suppressed the details to only show the timezone grouping summarized information pertaining to the information mentioned above.
In the subreport, I want to show the page number in the main report where the timezone group starts which will make it easier for the user to locate where to find the detailed rows.
For instance, if the central timezone group starts on page 14 in the main report, the subreport should show the following;
# of customers # of accounts $$ Owed $ collected page number
20 36 $36000 $12500 14
Does anyone have an idea of how to accomplish this? I first started by trying to capture a page number in a shared varaible in the main report and pass it to the subreport, however, this does not work? Any advice will be more than appreciated.
Thanks