Forum Discussion
MarcusH
14 days agoValued Contributor
We look up the IsConsolidated property for the Target account using a BR like this:
Dim tgtAcc As String = args.GetTarget("A#")
Dim tgtAccID As Integer = BRApi.Finance.Members.GetMemberId(si, DimTypeId.Account, tgtAcc)
Dim isICAcc As Boolean = BRApi.Finance.Account.IsIC(si, tgtAccID)
If isICAcc = False Then
Return "None"
Else
Return args.OutputValue
End IfYou will need to check that Dimension Transformation Sequence processes the Account dimension before the IC dimension (Application | Cubes | cube | Integration).
Related Content
- 2 years ago
- 2 years ago