Hi all,
I'm stuck in MDX definition to retrieve values from a dimension in List-Designer Appstudio V12.
I have this custom MDX:
Distinct({FilterEQ({ {AddCalculatedMembers(Descendants([JahrMonat].[Alle Jahre].[1], [JahrMonat].[Level 3], Self))} }, 1, ([YYYY_MM].[Level 3].AllMembers))})
Works fine and retrieves all periods like:
201501
201502
...
202203
I'm sure it must be an easy task to get this list sorted descending so that the most actual period comes a first element.
Tried all i found in various MDX-sites like:
Order(..., [JahrMonat].CurrentMember,DESC)
But nothing works, still retrieving the oldest period first.
Does anybody now the trick how to get the MDX-list definition ordered in a descending way?
Thanks for any tips,
Ralf