Secondary key for sorting
Is there a built-in mechanism to have all columns be secondarily sorted by another specific column. In other words, if I have columns A, B, C, D, then if I sort by A, B, or D, I want all equal values to be sorted by C. Of course, if I sort by C, then it just sorts itself independent of other columns.
I was looking at the multi-sort functionality, but it doesn't seem to cover the above use-case, or does it?
0 Replies