Hello
I'm trying to write a categorized report with subtotals and a grand total. I couldn't get the grand total though, so I looked through your demo reports.
The "Invoice with Groups" report is pretty much exactly what I'm trying to do, but it has the same problem my report does. You'll note that the grand total (4238.45) is far less than what it should be. (It's actually a sum of the first item in each category, not all items.)
I'd be interested in how to do this operation properly.
Thanks!
Demo -> Invoices -> Invoices with Groups has incorrect grand total
-
- Posts: 32
- Joined: Wed Jun 10, 2009 4:48 pm
- Location: Edmonton
Demo -> Invoices -> Invoices with Groups has incorrect grand total
Hi Chris,
Yes, you are right, thank you for this.
Please use the following expression there instead:
{Sum(Data1:DataBand1,Products.UnitsInStock * Products.UnitPrice)}
Thank you.
Yes, you are right, thank you for this.
Please use the following expression there instead:
{Sum(Data1:DataBand1,Products.UnitsInStock * Products.UnitPrice)}
Thank you.
-
- Posts: 32
- Joined: Wed Jun 10, 2009 4:48 pm
- Location: Edmonton
Demo -> Invoices -> Invoices with Groups has incorrect grand total
Thanks! My report totals work great now. 

Demo -> Invoices -> Invoices with Groups has incorrect grand total
Hi Chris,
Please let us know if you need any help.
Thank you.
Please let us know if you need any help.
Thank you.