Hi Samantha,
If your goal is to have a report return only those Projects whose Project Owner does not match the (Primary) Assigned To ID of a Task called "Design" (for example; or where such a Task is missing), I invite you to give this Project report textmode filter a whirl:
EXISTS:a:$$EXISTSMOD=NOTEXISTS
EXISTS:a:$$OBJCODE=TASK
EXISTS:a:projectID=FIELD:ID
EXISTS:a:name=Design
EXISTS:a:assignedToID=FIELD:ownerID
@NRYN R - inactive‚ , now that I've noodled out the syntax, I think this would make a nice addition to your Text Mode in Filters Using EXISTS resource (which as usual, is where I started...)
Regards,
Doug