A report on dual assigned tasks/requests
I'm working on a report that is meant to isolate tasks for a user that they have not reported hours when they are not the primary assignee. My logic goes; If the task is assigned to $$USER.ID, and there are reported hours on the task, and the hours are not owned by $$USER.ID
The issue I am running into is that this only works as a task/request report, not an hours report. I need to use an EXISTS filter to isolate the hour owner, but I'm still struggling to comprehend how to use it