Forum Discussion

FXFelix's avatar
FXFelix
Resolver I
1 year ago
Solved

Sort multiple level row header in matrix

Hello,   I want to achieve the following presentation with a matrix :   (these are row headers)   I cannot find a way to sort the second level by alphabetical order đŸ˜¶   I have tried th...
  • FXFelix's avatar
    FXFelix
    1 year ago

    I've found a trick to solve my problem: I add a space after the word if I have duplicates.

    This way, I can sort the labels by the sort keys.

    A bit far-fetched, but in my case it works...