I'd appreciate any advice on getting "sort" to work correctly
1) Column sort
I like using this because it's convenient for rapidly switching between different sorts. Unfortunately, i can't get it to persist. The sort order is repeatedly lost and has to be re-applied after hoists, column filters etc. Maybe this is by design but it'd be nice if a column sort would be maintained until a new sort is applied
2) Incorrect alphabetical sort order.
Sort starts with an "A" item, then has several other randomly-chosen items, then has an underscore item (which should be first), then it starts over "A" again and sorts correctly from that point.
I've checked for extra spaces etc but cant figure out why they're mis-sorted.
Here's an example of sorting subitems:
This is the bottom of the sort, The words are sorted correctly through "With...". Then it puts "_Info" and after that it starts a second sort beginning with "A Misplaced Ban".
I could post other examples. I use an underscore (_) for items I want to always sort first. Sometimes they do sort first, sometimes last, and sometimes in the middle.
I re-read the manual and searched threads but was unable to resolved these issues.
Wayne
110pre8
Comments