Hi @alber818
I thought I had a solution using the order of Hierarchy totals/levels but I can't seem to replicate it now.
Here is the best I was able to do based on my understanding of the requirements and also based on best compromises
Assuming you have a 3 level Hierarchy, the lowest being the User Names. It seems that the normal course of business is that you have items added to this level 3 hierarchy and you want to ensure that the data is always sorted.
Levels 1 and 2 don't change that often, correct? Then you can have levels 1 and 2 pre-ordered (Static) while your level 3 is ordered dynamically ( using sort)
In the rare event that you add an item to levels 1 or 2 (which I assume only an admin can do (??), you can place the newly added item in the correct order.
In Summary:
Every time a new user name is added regardless of its position in the original list, it'll be sorted.
This is how the List looks like ( I manually ordered Levels Department and Job Title)
And this is how the list data would appear in a module
Hope That helps
Just to say, if you haven't already found it we have released an action to automate the sorting on a list
Details can be found here
https://help.anaplan.com/anapedia/Content/Modeling/Build%20Models/Actions/Order-list.html
Hope this helps
David
@DavidSmith
It's a blessing. Thank you!