Forum Discussion

PowerUser123's avatar
PowerUser123
Helper II
3 years ago

Acct Hierarchy Sort

So I have an account hierarchy table such as the below:

 

If Acct is unique and it corresponds to a unique sort value, then when I put my hierarchy (Lev1, Lev2, Lev3) into a matrix it should work as follows?

 

I don't want to put the actual account in the matrix but will it still sort as follows?

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    I tend to solve this issue by assigning every level of the hierarchy an id and sorting by that as well ass using for structure inte the matrix.