Create Process to sort out elements in decreasing order
Posted: Fri Sep 21, 2012 3:11 pm
Hi,
We have a dimension such as
ProductA
ProductA.0112
ProductA.0212
...ProductA.1212
ProductB
ProductB.0112
ProductB.0212
...ProductB.1212
we want process in which we can sort out above hirearchy in the decreasing order dynamically, we can use MDX expression for the same but level is not fixed, so we can't use MDX expression filter by level.
so, we can see finally in dimension
ProductA
ProductA.1212
ProductA.1112
...ProductA.0112
ProductB
ProductB.1212
ProductB.1112
...ProductB.0112
Kindly suggest the process to solve this.
We have a dimension such as
ProductA
ProductA.0112
ProductA.0212
...ProductA.1212
ProductB
ProductB.0112
ProductB.0212
...ProductB.1212
we want process in which we can sort out above hirearchy in the decreasing order dynamically, we can use MDX expression for the same but level is not fixed, so we can't use MDX expression filter by level.
so, we can see finally in dimension
ProductA
ProductA.1212
ProductA.1112
...ProductA.0112
ProductB
ProductB.1212
ProductB.1112
...ProductB.0112
Kindly suggest the process to solve this.