Hello, I'm using Report Designer 3.8.3.
i have data with groups like this:
QUANTITY | COST | UNIT COST
----------------------------------
1 | 16,05 | 16,05
3 | 347,10 | 115,70
3 | 1647,12 | 549,04
----------------------------------
7 | 2010,27 | X
where X is the average value, set in the group footer. I'm setting the value as =SUM(COST)/SUM(QUANTITY). So, in this example, X should be 287,18 but what I get instead is 549,04, so it's considering just the last values (1647,12 / 3) instead of the sums. What am I doing wrong?


Reply With Quote