Jewel142
ISP
- Jun 17, 2009
- 39
Help!
I am trying to pull a grand total from a subreport into the main report. No matter where I put the formula, I get $0.00
The sub report is for previous benefit deductions with all detail suppressed and only a grand total listed in the report footer. The following formula was created in the sub report and pulls the correct amount in the sub report:
WhilePrintingRecords;
Shared CurrencyVar PensionDedGT := ({#Grand Total})
In the Main Report I created the following formula:
whileprintingrecords; Shared CurrencyVar PensionDedGT
I've put it everywhere on the report, headers, footers, detail sections and I end up with a $0.00 value. Any suggestions? This is my first attempt at linking subreports this way. Any help with be very greately appreciated.
Jewel
I am trying to pull a grand total from a subreport into the main report. No matter where I put the formula, I get $0.00
The sub report is for previous benefit deductions with all detail suppressed and only a grand total listed in the report footer. The following formula was created in the sub report and pulls the correct amount in the sub report:
WhilePrintingRecords;
Shared CurrencyVar PensionDedGT := ({#Grand Total})
In the Main Report I created the following formula:
whileprintingrecords; Shared CurrencyVar PensionDedGT
I've put it everywhere on the report, headers, footers, detail sections and I end up with a $0.00 value. Any suggestions? This is my first attempt at linking subreports this way. Any help with be very greately appreciated.
Jewel