CR 8.5 - This report pulls data from thirteen (13) different regional copies of the same database structure on Oracle 8i, and combines the information into a single page report with a national summary calculation on the regional results.
I am running a separate sub-report for each region's current file count in a different detail line of my main report (Detail A to N), and using a shared number var to get a national count of all the files in all the regions.
The report looks like this ->
REGION NAME FILE COUNT
- - - - - - - - - - - - - - - - - - -
AMHERST 75,363
CALGARY 42,025
EDMONTON 107,650
IQALUIT 17,577
NCR 207,953
QUEBEC 52,431
REGINA 1,278
THUNDRBY 50,865
TORONTO 27,587
VANCOUVR 210,182
WHITEHRS 445
WINNIPEG 175,495
YELLOWKN 1,779
- - - - - - - - - - - - - - - - - - -
TOTAL FILE COUNT 970,630
= = = = = = = = = = = = = = = = = = =
That's the data I want, the count is correct and performance is good.
What I am looking to do now is find a way (if possible) to GROUP the data from the sub-reports in each region within my Main Report, so that I could have a pie chart showing File Count by Region as a Percentage of the National count.
I can't seem to think of a way to Group these records, as each line of "detail" I want to group on is a separate sub-report pointing at a different database.
Thanks in advance for the smart ideas....
I am running a separate sub-report for each region's current file count in a different detail line of my main report (Detail A to N), and using a shared number var to get a national count of all the files in all the regions.
The report looks like this ->
REGION NAME FILE COUNT
- - - - - - - - - - - - - - - - - - -
AMHERST 75,363
CALGARY 42,025
EDMONTON 107,650
IQALUIT 17,577
NCR 207,953
QUEBEC 52,431
REGINA 1,278
THUNDRBY 50,865
TORONTO 27,587
VANCOUVR 210,182
WHITEHRS 445
WINNIPEG 175,495
YELLOWKN 1,779
- - - - - - - - - - - - - - - - - - -
TOTAL FILE COUNT 970,630
= = = = = = = = = = = = = = = = = = =
That's the data I want, the count is correct and performance is good.
What I am looking to do now is find a way (if possible) to GROUP the data from the sub-reports in each region within my Main Report, so that I could have a pie chart showing File Count by Region as a Percentage of the National count.
I can't seem to think of a way to Group these records, as each line of "detail" I want to group on is a separate sub-report pointing at a different database.
Thanks in advance for the smart ideas....