Report to show when Task Owner does not equal Project Owner
Hello,
As part of our resourcing process we assign a particular role on the project as the project Owner. We assign all the tasks first (as this is often done in advance and as part of the planning) and then when we're ready I want to generate a report of all the projects where this role is NOT yet the owner. We have a consistent task (called, Deploy Survey) on all projects which is assigned to the role in question. I started a Task Report where I'm looking to compare the owner of that task and the project owner. If they do not match, I want to see that on the report. This report will become sort of a queue of projects that need our action.
For my filter I currently have:
assignedToID=project:ownerID
assignedToID_Mod=ne
name=Deploy Survey
name_Mod=cicontains
project:status=CUR PLN
project:status_Mod=in
It seems like it wants to work, but my report still generates 100% of my projects regardless of whether those two assignments match or not.
