I have a text attribute EmpName, and an Alias PersonName = EmpName | ' (' | EmpID | ')'
I have to do this because EmpName is not unique (too many John Smith's and Gobinder Kumar's)
There is a single Consolidation "All People"
I want to have the dimension, or at least a subset, sorted by PersonName
In the dimension editor, Sort Ascending puts it in order by EmpID.
In the subset editor, Sort Ascending puts it in the right order (Aachati comes first, followed by Abad, Abalos, etc) BUT "All People" falls between Allison and Ally.
How can I get my Consolidation to appear at the top, followed by the children in alpha order
