Average Rollup should not count the parent in the denominator
Currently, Support says that Roll-up feature includes Parent's attribute/metric in calculating Sum or Average. This doesn't really make sense when Parent's attribute is empty and you want to use Children's metrics.
For example, let's say that Parent has the following children:
Child A 10
Child B 6
Child C 5
I expect the Sum roll-up to be 21 and Average roll-up to be 7. However, currently, it divides 21 by 4 (including the parent itself), which is not correct.
I can see an instance where the parent itself has a value of its own, and you might want to include that in the roll-up, but at least we should be given an option to exclude parent in the calculation :/
-
Official comment
I wanted to update that this enhancement is coming soon.
So if the parent has no value it will not be counted in the average rollup.Stay tuned...
Comment actions
Please sign in to leave a comment.
Comments
3 comments