J
Jen
I have a main report for Order details (RepOrders), and within it a subreport
(RepInvoices). The subreport has details and a total of all invoices in its
footer called INVs.
I have successfully put a text box in the main report called InvTotal with
the following expression:
-IIF (RepInvoices.Report.HasData,RepInvoices.Report.Invs,0)
And this also shows the invoice total from the subreport in the main report.
Great so far!
I then have successfully put another text box into the main report called
Order-Invoice, with:
=[Amount]-[InvTotal]
which shows the Order total minus the total of all the invoices.
Going well so far. However...
I want to put in another text box in the the Group footer of the main report
which adds up all the 'InvTotal', ie shows grand total of all the Invoices.
But I can't find a way to do this.
I have tried various expressions and nothing works. It's seems like such a
simple thing but I just can't find the answer. If I could just get this
working my report would be complete!
Thank you for any help - it's much appreciated.
(RepInvoices). The subreport has details and a total of all invoices in its
footer called INVs.
I have successfully put a text box in the main report called InvTotal with
the following expression:
-IIF (RepInvoices.Report.HasData,RepInvoices.Report.Invs,0)
And this also shows the invoice total from the subreport in the main report.
Great so far!
I then have successfully put another text box into the main report called
Order-Invoice, with:
=[Amount]-[InvTotal]
which shows the Order total minus the total of all the invoices.
Going well so far. However...
I want to put in another text box in the the Group footer of the main report
which adds up all the 'InvTotal', ie shows grand total of all the Invoices.
But I can't find a way to do this.
I have tried various expressions and nothing works. It's seems like such a
simple thing but I just can't find the answer. If I could just get this
working my report would be complete!
Thank you for any help - it's much appreciated.