Elimination rule for OrgByPeriod application algorithm type
Hi,
We are working on Consolidation application with 'OOB and Store share' algorithm type. Came across an requirement to eliminate balances on few GLs with C#Elimination and O#Elimination member. Below calculate function worked randomly for few entities (step consol structure) and not for all. Any suggestions to improve on below logic ? Thanks
If api.Pov.Cons.Name.XFEqualsIgnoreCase("Elimination") Then
api.Data.Calculate("C#Elimination:O#Elimination = (C#Share:O#BeforeElim) * -1", _
"A#OtherAssets.TreeDescendantsInclusive.Where(Text2 = Others)", _
"F#EndingBalance",,"I#None","U1#None","U2#None","U3#None", _
"U4#TopSide_Adj","U5#None","U6#None","U7#None","U8#None")
End If

