do you now any approach to fulfill the following requirement? I'm almost convinced that the required functionality isn't even foreseen in TM1, but I'd like to ask you for confirmations or - which I hope for - any suggestion.
Given a dimension with a hierarchy, e.g.
Code: Select all
A
a1
a2
a3
B
b1
b2
Code: Select all
A
a2
B
b1
b2
The behaviour is the same if the reduced subset is a dynamic subset with MDX statement. So "dynamic" only refers to the initial selection and drill down of the subset, right?
Any suggestions that will respect the reduced subset while still allowing for collapsing and expanding by the user?
Thank you very much.