Subtotals

D

David Hoyle

I have a query that sums the revenue for each order thus
Revenue: Sum(([Qty]*[Price]*(1-[Discount]))) I have
created a Report that gives the total of all orders by
using =Sum([Revenue]) in the Report footer. I now want to
include a subtotal of all orders for a particular
customer in the Report. What is the correct expression?
 
G

Guest

Its OK I have found the solution =Sum([Revenue]) in the Customer Header works once I rebuilt the report using levels
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top