Currently Table Groupings on Select Column treat each combination as a unique set, this is problematic especially for task management.
For example:
Task Ais assigned toPerson ATask Bis assigned toPerson BandPerson A
When I group the task table by assigned person, Task B does not show under Person A but only Person A + Person B. This is very confusing for Person A because Person A now has to go look for all groups containing Person A. As such, every person has to do additional steps of filtering the table.
I suggest an option to allow all rows (e.g. Tasks) that contains a select value (e.g. Person) to also fall under the single select value’s group (e.g. Task B, that was assigned to Person A and Person B, to show up under Person A’s group)