MDX to return duplicates in a consolidation
Posted: Wed Aug 17, 2016 1:45 pm
Hi,
I want to use MDX to return duplicates in a consolidation, i.e. elements that roll into a C multiple times.
The MDX primer has an example but states
EXCEPT (
TM1DRILLDOWNMEMBER( {[Product].[All Products]}, ALL, RECURSIVE ),
TM1SUBSETALL( [Product] ), ALL)
My test of this reads
EXCEPT (
TM1DRILLDOWNMEMBER( {[temp].[a]}, ALL, RECURSIVE ),
TM1SUBSETALL( [temp] ), ALL)
against this dimension
but an empty set is incorrectly returned.
So does anyone know if this has worked between v9.1 SP 2 and now or have an alternative approach? Has anyone tried to get it fixed?
TIA
I want to use MDX to return duplicates in a consolidation, i.e. elements that roll into a C multiple times.
The MDX primer has an example but states
The example readsNote: the following section does not work in v9.1 SP2, but does work in v9.0. Your mileage may vary.
EXCEPT (
TM1DRILLDOWNMEMBER( {[Product].[All Products]}, ALL, RECURSIVE ),
TM1SUBSETALL( [Product] ), ALL)
My test of this reads
EXCEPT (
TM1DRILLDOWNMEMBER( {[temp].[a]}, ALL, RECURSIVE ),
TM1SUBSETALL( [temp] ), ALL)
against this dimension
but an empty set is incorrectly returned.
So does anyone know if this has worked between v9.1 SP 2 and now or have an alternative approach? Has anyone tried to get it fixed?
TIA