I Created report based on two tbls(Invoice,Payment),I need to show Invoice and all payments of the invoice each payment has an invoiceID.In the last Column i need to display Total of Invoice from Invoice table.
If three payments were made for this Invoice I have three records and TotalInvoice is duplicating on each record.
The problem is --- When I want to calculate Grandtotal of invoice, i get incorrect results.
I want to display just InvoiceTotal one time independenly how many payments i have.How I can Suppress it.
Thank you .......
If three payments were made for this Invoice I have three records and TotalInvoice is duplicating on each record.
The problem is --- When I want to calculate Grandtotal of invoice, i get incorrect results.
I want to display just InvoiceTotal one time independenly how many payments i have.How I can Suppress it.
Thank you .......