Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

How to sort matrix columns descending?

I have a matrix with a text field as the Row field, and an integer as the Column field. The columns display in ascending order. I want the columns to show in descending order. There does not seem to ...
  • mahoneypat's avatar
    5 years ago

    You'll have to make your sort column in the query editor to avoid the circular dependency error. [Age]* -1 like you did before but in query.

    Regards,

    Pat