Hi experts,
we want to show the weighted average for total values in a BEx Query:
Example:
Delivery | Delivery Quantity | Delivery days to late | Delivery days to late (weighted) |
---|---|---|---|
4711 | 5 | 12 | 60 |
4712 | 2 | 5 | 10 |
4713 | 3 | 8 | 24 |
Total | 10 | 94 | |
Weighted average (94 days / 10 pc.) | 9,4 |
How should we use the exception aggregation to calculate the weighted average correctly?
Many thanks in advance!
Best regards,
Michael