I have a monthly report that summarizes daily cash drawer balances - it subtracts the cash drawer sum from actual sales tickets (via a sub-report) to determine the cash drawer error.
I'm trying to summarize those errors in the report footer but the Summary Expert doesn't display the formula - this is the formula:
WhilePrintingRecords;
Shared CurrencyVar cashticket;
Sum ({tblDrawer.Amount}, {tblDrawer.TransDate}, "daily") - cashticket
the value cashticket is from the subreport
I'm guessing from other posts that summing a sum is a CR limitation
Any ideas as to how I can do this?
Thanks in advance,
Cyber-guys
