By default, when a dimension is opened, alias with name is coming and am trying to remove.
In PAW, I was able to select "Member ID" from dropdown and it's static thought I saved. When I reopened the subset, the alias turned on.
What MDX should be added to remove alias. I am sure this was discussed and can someone direct me to that post?
This is the MDX. I want to remove alias name and show just member ID.
Code: Select all
DESCENDANTS(
TM1FILTERBYPATTERN(TM1SUBSETALL([Projects]) , "2 - FPA")
, 2)
Paul.