Hello all,
In a project, TI processes are used to update dimensions, whereby all consolidated elements are removed completely. Not only unwound. That's not my choice, it's the customer's choice. They use TM1 for 30+ years.
As a consequence, in static subsets, consolidated elements will disappear.
One easy solution would be to create a subset, select the elements manually, and save the subset containing the MDX (which is generated in real time and is correct).
However, in cases where the subset is just a simple list of elements, the MDX is not saved. In the *.sub subset file, the subset shows as static with the selected elements, not the MDX representation.
Hence, we are stuck. One workaround is creating subsets with TI: not a viable solution.
Another workaround is inserting fake MDX to trick PAW. It's even worse as a solution.
For instance, this works:
Union( {[Period_01].[Period_01].[fake element]}, {
[Period_01].[Period_01].[202001],
[Period_01].[Period_01].[202002]
})
But this does not (becomes static):
{
[Period_01].[Period_01].[202001],
[Period_01].[Period_01].[202002]
}
Any ideas @Svetlana Pestsova, @STUART KING
In Architect we could save subsets with an MDX for 40 years ;-)
------------------------------
Wim Gielis
Senior Consultant
Aexis International
Sint-Stevens-Woluwe
0496225001
------------------------------