MASTERMIKE
MIS
I am trying to calculate averages on fields where some records list as duplicates and others list as distinct. Using an average function yields an incorrect result since the multiple records are counted more than once. For example:
Category A 7.40
Category B 10.00
10.00
Average 9.13
Obviously this average is not correct, since it counts the 10.00 twice. Suppressing duplicates does not work, nor do formulas based on a count, nor does the @null formula referenced in FAQ 149-1489. How can I calculate correct averages?
Category A 7.40
Category B 10.00
10.00
Average 9.13
Obviously this average is not correct, since it counts the 10.00 twice. Suppressing duplicates does not work, nor do formulas based on a count, nor does the @null formula referenced in FAQ 149-1489. How can I calculate correct averages?