IsConsolidated vs Aggregation Weight for Account

kwojsz
New Contributor III

Hi,

I wonder what's the difference between IsConsolidated member property and Aggregation Weight which is relationship property? When one's usually set IsConsolidated to False? I can imagine that it make sense for non-additive values (like KPI's), but I'd rather use for that Aggregation Weight, so not sure what for is that differentiation. Any tips, example use-cases?

1 ACCEPTED SOLUTION

EricOsmanski
Valued Contributor

Aggregation Weight is used for aggregating to the members parent. The IsConsolidated property is whether it is consolidated up the Entity hierarchy.

View solution in original post

2 REPLIES 2

EricOsmanski
Valued Contributor

Aggregation Weight is used for aggregating to the members parent. The IsConsolidated property is whether it is consolidated up the Entity hierarchy.

kwojsz
New Contributor III

Makes sense, not sure why I didn't come up with this answer on my own... Thank you! 🙂