When grouping a table by a multi-select column, rows with identical selections entered in a different order are placed into separate groups instead of the same group.
Example:
-
Item 1 categories: A, B
-
Item 2 categories: B, A
These end up in two different groups despite having the same set of values selected.
I think either these should be treated as the same group by default, or maybe there should be a way to have the selections sorted automatically. So they would always be “A, B “no matter which order they are chosen.