https://bugs.documentfoundation.org/show_bug.cgi?id=145242
--- Comment #2 from [email protected] --- When I was trying to use multiple custom sorts, it was frustrating that ascending/descending could be set separately for each sort key column under the Sort Criteria tab, but that the Options tab assigned global criteria. Thus, a custom sort order could be used, but it would only work for one column, e.g. Mon,Tue,Wed,Thu,Fri,Sat,Sun. Another column with its own distinct sort order, e.g. county districts in geographical order, could not be sorted efficiently in the same process. I suppose a result might possibly be achieved by concatenating all the custom sorts into one long list, i.e. days of the week followed by districts, and applying the mega list globally, but I have not tried this. -- You are receiving this mail because: You are the assignee for the bug.
