I'm trying to build a report that shows all tasks (and the count) each assignee has in a task list. The issue I'm running into is that if there are multiple assignees on a certain task, it is grouping them together rather than showing the same task under each person's list.
So, for example, if I have 5 tasks, 2 to Joe, 2 to Anne, and 1 to Joe & Anne, my report should show 3 tasks under Joe and 3 tasks under Anne, but it instead shows Joe & Anne as a separate "Assignee". Is there a way to get them to break down?
Thanks!