Evenly
Evenly allocates a total amount evenly across specified members, such as units. For example, allocate Utility Expense of N. America Consolidated evenly over the number of its leaf units.
If ( LeafDescendantOf( [Unit]:[N. America Consolidated] ) ) then
[Utility Expense] = [Utility Cost] of [Unit]:[N. America Operations] /
CountOf(LeafDescendants, [Unit]:[N. America Consolidated]);
EndIf