Sorting elements within one level of hierarchy
Posted: Tue Aug 17, 2021 2:30 pm
Hi,
I have just one hierarchy within dimension which looks more or less like this:
I have just one hierarchy within dimension which looks more or less like this:
Elements of level 1 are strings that need to be sorted alphabetically. There will be more elements of level 1 in the future. Only elements of this level need to be sorted without destroying this hierarchy. Is it possible to do by creating MDX subset or I need to use Dimension Manipulation TurboIntegrator Functions?Total (level 3)
-Total Group 1 (level 2)
---A (level 1)
------x (level 0)
------y (level 0)
------z (level 0)
---B (level 1)
---C (level 1)
-Total Group 2 (level 2)
---D (level 1)
------q (level 0)
------w (level 0)
------e (level 0)
---E (level 1)
---F (level 1)