I'm trying to come up with a report that will show me tasks that are assigned to inactive users. I've only gotten so far as creating a simple Task report that filters on:
Task >> Percent Complete is Less Than 100
And
Assigned To >> Is Active equals False
This will show all tasks in which *any* of the assigned users is inactive; which doesn't help much because it includes tasks assigned to multiple users, some of whom are still active. I've tried tweaking these filters looking for that magic trick that will yield us only those tasks in which, ideally, *all* of the assigned users are inactive; or at very least, tasks that are only assigned to one person, and that one person is inactive. Help?