After I've added an invoice, I need to create a report sending the Invoice details to the accountant. In the report I need to mention the percentage invoiced to date, not including the last one. This is on a subreport, but I need to prevent the last invoice to be added to the list. I know what I need to limit and to what value, as I have the InvoiceId value, so if I limit the query to <InvoiceID, it does not show or sum the last invoice, job done. I just don't know how to limit the subReport as that query needs to be set with a Where clause when the main report is opend.
Anyone??
Anyone??