Hi,
My main report is grouped by a formula (QTR_Desc) and my subreport is grouped by a formula (QTR_Desc). Both formulas are the exact code:
DatePart ("q", {NEW_BUS_DM.TRANSACTION_DT}) & "Q"
I have my subreport in GH1a in the main report so that it runs first. All the other fields are in GH1b. My problem is that I only get the last value 4Q from my subreport displayed in GH1b. Is there a way to pass a series of subtotals from one report to another when both reports use the exact group formula?
Here is the problem:
sub 1Q 1,315
sub 2Q 1,300
sub 3Q 1,525
sub 4Q 1,385
main 1Q 1,398 1385
sub 1Q 1,315
sub 2Q 1,300
sub 3Q 1,525
sub 4Q 1,385
main 2Q 1,141 1385
sub 1Q 1,315
sub 2Q 1,300
sub 3Q 1,525
sub 4Q 1,385
main 3Q 916 1385
sub 1Q 1,315
sub 2Q 1,300
sub 3Q 1,525
sub 4Q 1,385
main 4Q 635 1385
Thank you.
My main report is grouped by a formula (QTR_Desc) and my subreport is grouped by a formula (QTR_Desc). Both formulas are the exact code:
DatePart ("q", {NEW_BUS_DM.TRANSACTION_DT}) & "Q"
I have my subreport in GH1a in the main report so that it runs first. All the other fields are in GH1b. My problem is that I only get the last value 4Q from my subreport displayed in GH1b. Is there a way to pass a series of subtotals from one report to another when both reports use the exact group formula?
Here is the problem:
sub 1Q 1,315
sub 2Q 1,300
sub 3Q 1,525
sub 4Q 1,385
main 1Q 1,398 1385
sub 1Q 1,315
sub 2Q 1,300
sub 3Q 1,525
sub 4Q 1,385
main 2Q 1,141 1385
sub 1Q 1,315
sub 2Q 1,300
sub 3Q 1,525
sub 4Q 1,385
main 3Q 916 1385
sub 1Q 1,315
sub 2Q 1,300
sub 3Q 1,525
sub 4Q 1,385
main 4Q 635 1385
Thank you.