Help with my EXISTS/NOTEXISTS statement
Hi all, I'm trying to build a filter on a project report to show all projects where users with the Design role have completed all their steps. So effectively, "all projects where Design is done their part, even if the project is still running". My thinking with the filter was to call in all projects where exists a Designer assignment, then filter out all projects where the Designer has said they're done on all their tasks (including multi-assigned tasks where the non-Design user is still working on them).
Here's what I have so far:
EXISTS:A:$$OBJCODE=ASSGN
EXISTS:A:assignedTo:roleID=605e087c00740f47158a61811b214ef2
EXISTS:A:assignedTo:roleID_Mod=in
EXISTS:A:projectID=FIELD:ID
AND:1:EXISTS:A:$$EXISTSMOD=NOTEXISTS
AND:1:EXISTS:A:$$OBJCODE=ASSGN
AND:1:EXISTS:A:assignedTo:roleID=605e087c00740f47158a61811b214ef2
AND:1:EXISTS:A:assignedTo:roleID_Mod=in
AND:1:EXISTS:A:projectID=FIELD:ID
AND:1:EXISTS:A:status=AA AD
AND:1:EXISTS:A:status_Mod=in
plannedCompletionDate=$$TODAYby
plannedCompletionDate_Mod=between
plannedCompletionDate_Range=$$TODAYey
portfolioID=6054ad91001a2963e92229aeb0af6de4
portfolioID_Mod=notin
Using this filter, there are some projects missing that I would expect to find on the report. Can anyone spot what I'm missing? Thanks in advance!
