I'm getting really strange behavior of SubsetAliasSet TI function.
I have created a new dynamic subset (it doesn't matter if it's been created within TI process or manually).
Now I would like to set the alias for the subset using SubsetAliasSet.
When I use following code:
Code: Select all
SubsetAliasSet('Dimension', 'temp', 'Alias');
Error: Epilog procedure line (5): Subset "temp" not found in dimension "Alias"
Which is strange as the parameters of SubsetAliasSet are DimName, SubName, AliasName.
When I change the order of parameters like this:
Code: Select all
SubsetAliasSet('Alias', 'temp', 'Dimension');
Error: Epilog procedure line (6): Subset "temp" not found in dimension "Dimension"
But I can see the subset on the dimension!
Am I doing something wrong or is it a bug?
Thanks a lot for your help!
BR
Vladino