deleting repeated elements in different consolidators
Posted: Tue Apr 19, 2011 9:52 pm
Hi All,
I have the following in a dimension
Consolidator A
Child 1
Child 2
Child n
In my TI process, I do a dimensionelementcomponenetAdd( Dimname, ParentConsolidatorA, ConsolidatorA, 1)
I do this multiple times and I roll up these consolidators under one big consolidator
I need to remove elements from the new consolidator ( ParentConsolidatorA) for example I want to remove child 2 but since Child 2 exits in two roll ups
i.e. consolidatorA and ParentConslidatorA, the DimensionelementComponentDelete( DimName, ConsolidatorA, Child 2) will fail similarly if I replace consolidator A with ParentconsolidatorA, it will also fail
I want to delete specific members from this new ParentConsolidatorA but not from the original ConsolidatorA. Any help would be appreciated !
I have the following in a dimension
Consolidator A
Child 1
Child 2
Child n
In my TI process, I do a dimensionelementcomponenetAdd( Dimname, ParentConsolidatorA, ConsolidatorA, 1)
I do this multiple times and I roll up these consolidators under one big consolidator
I need to remove elements from the new consolidator ( ParentConsolidatorA) for example I want to remove child 2 but since Child 2 exits in two roll ups
i.e. consolidatorA and ParentConslidatorA, the DimensionelementComponentDelete( DimName, ConsolidatorA, Child 2) will fail similarly if I replace consolidator A with ParentconsolidatorA, it will also fail
I want to delete specific members from this new ParentConsolidatorA but not from the original ConsolidatorA. Any help would be appreciated !