Consolidation method input
Hi all! Having a copule of questions about consolidation method input and storage:
- Could you please advise on any way to input consolidation method, except changing it directly in Application-> Entity Dimension -> Entity member property?
- Why the consolidation method property, when retrieved through the Cube View, is seen only at C#Share level? The consolidation method account is a DynamicCalc member one, and there is no any restriction on the level of consolidation it should be calculated on fly:
Select Case api.Entity.OwnershipType()
Case ownershiptype.FullConsolidation
Return 1
Case ownershiptype.Holding
Return 2
Case ownershiptype.Equity
Return 3
Case ownershiptype.Custom1
Return 4
Case ownershiptype.Custom2
Return 5
Case Else
Return 0
End Select
