(I’m pretty sure the answer to this question is going to be “that’s just the way it is”, but I’m gonna ask anyway.)
Is there a way to Group records on a field WITHOUT the Group also sorting on that field? I already have a sort I like (by Date) and a pretty “group header” field that spells out the month (e.g. “July 2020”) that I would like to group on so that the groups each show that field. However, when I Group on the field, it also sorts (alpha) on that field, screwing up the sort. Why isn’t Group just group? It should be named “Group and Sort” if it’s going to do both. Or at least make the sorting an option that can be turned off.
Example:
If I have the following data:
1 A
2 A
3 C
4 C
5 A
6 B
And I Sort on Number and Group on Letter, I’d like to have:
1 A
2 A
3 C
4 C
5 A
6 B
That is, form a new group when the letter changes WITHOUT sorting on the letter itself.
Instead, I get this:
1 A
2 A
5 A
6 B
3 C
4 C
Is this an unreasonable expectation? Is this something I can suggest as a feature somewhere?
(And why is my formatting all weird? )