How to get only projects in which the viewer is assigned a task on a task report.
I have a task report that is grouped by project name. The purpose of the report is to display 3 specific tasks for each project (Task A, B, C). I want to make it only display the projects that the viewer has been assigned one of these tasks. How would I accomplish that? I tried the assignment code BUT then it only displayed which task they are assigned to. I want all 3 tasks to show but only for projects that they are assigned to one of the 3 tasks.
Here is the code I am using right now:
OR:1:name=Task B
OR:1:name_Mod=cicontains
OR:1:project:categoryID=6172bf5b00160dbaf36981367b32dcef
OR:1:project:categoryID_Mod=in
OR:1:project:status=CUR PLN
OR:1:project:status_Mod=in
OR:2:name=Task C
OR:2:name_Mod=cicontains
OR:2:project:categoryID=6172bf5b00160dbaf36981367b32dcef
OR:2:project:categoryID_Mod=in
OR:2:project:status=CUR PLN
OR:2:project:status_Mod=in
name=Task A
name_Mod=cicontains
project:categoryID=6172bf5b00160dbaf36981367b32dcef
project:categoryID_Mod=in
project:status=CUR PLN
project:status_Mod=in