C
Chris Burnette
I have a report that shows sales data for books by ISBN. The fields in the
report include "Retail Discount", "Sale Price", and "Quantity". What I need
to do is to sum the quantity sold for each book by discount and sale price.
Although I tried doing this in a query, I was having difficulties because it
was not letting me include fields that were not part of the "domain aggregate
function."
So, my question is, is there a way to do this in a report (possibly by using
sorting and grouping)? I know I can sum the data in the "quantity" field by
using the Sum function, but I really need to be able to Group By discount and
Sale Price. Please let me know if you have any idea how to do this.
Thanks,
Chris
report include "Retail Discount", "Sale Price", and "Quantity". What I need
to do is to sum the quantity sold for each book by discount and sale price.
Although I tried doing this in a query, I was having difficulties because it
was not letting me include fields that were not part of the "domain aggregate
function."
So, my question is, is there a way to do this in a report (possibly by using
sorting and grouping)? I know I can sum the data in the "quantity" field by
using the Sum function, but I really need to be able to Group By discount and
Sale Price. Please let me know if you have any idea how to do this.
Thanks,
Chris