T
Tom Rogers
I want to generate a weighted mean from records in a
report. each record is a size with a corresponding
quantity. To calculate a weighted mean I need to Sum the
quantities, multiply the size by the quantity/sum
quantity and then Sum the resulting values. I guess an
expression would look something like this;
Sum(([size]*quantity/Sum [quantity]))
Access doesn't allow me to do this on the report design
view
This is my first go at this sort of thing, so i'm not
sure whether I can't actually do this or i'm doing it the
wrong way.
Thanks for any help
report. each record is a size with a corresponding
quantity. To calculate a weighted mean I need to Sum the
quantities, multiply the size by the quantity/sum
quantity and then Sum the resulting values. I guess an
expression would look something like this;
Sum(([size]*quantity/Sum [quantity]))
Access doesn't allow me to do this on the report design
view
This is my first go at this sort of thing, so i'm not
sure whether I can't actually do this or i'm doing it the
wrong way.
Thanks for any help