I have what should be a simple problem, however I can't work it out.
I have a report that is grouped by client and the details section lists all invoices purchased for that client. I have supressed the details section of the report as all I need to see is the sum of all the invoice totals for each client in the group footer.
I now want to sort by the group footer sum field, I know that you cannot sort on calcluated fields and you need to add it into the actual query, however i do not know how to produce this field. If I enter SumTot: Sum([InvoiceTotal]) in the query it just shows the same amount as it does in each records [InvoiceTotal] field.
Any suggestions on how to do this would be appreciated.
I have a report that is grouped by client and the details section lists all invoices purchased for that client. I have supressed the details section of the report as all I need to see is the sum of all the invoice totals for each client in the group footer.
I now want to sort by the group footer sum field, I know that you cannot sort on calcluated fields and you need to add it into the actual query, however i do not know how to produce this field. If I enter SumTot: Sum([InvoiceTotal]) in the query it just shows the same amount as it does in each records [InvoiceTotal] field.
Any suggestions on how to do this would be appreciated.