Skip to main content
Contributor
December 8, 2022
Solved

IsConsolidated vs Aggregation Weight for Account

  • December 8, 2022
  • 2 replies
  • 0 views

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?

Best answer by EricOsmanski

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

2 replies

OneStream Employee
December 8, 2022

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

kwojszAuthor
Contributor
December 8, 2022

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