OK, so I dug around a bit and tried the following shared variable formula in the subreport: (The
#Month Total field already gives me the correct amount of all renewal revenue due in that month in the subreport.)
whileprintingrecords;
shared currencyvar RenewalRevenueDue := ({#Month Total})
In the main report, I created this shared variable formula:
whileprintingrecords;
shared currencyvar RenewalRevenueDue := 0
I then placed the shared variable formula into the main report, but no matter where I put it, details, header, footer, whatever, it's always $0, which is obviously not correct. I need to to give me the same value that I am getting for the #Month Total field in the subreport.
I feel like I'm getting closer, but could really use some help with this shared variable.
Humbly thanking the readers in advance for any help!