Task Report - Assistance with complex filter for Predecessor Name
Hi reporting gurus - some time ago, we retroffited a task to existing proejcts and missed adding a predecessor. Need help with a report to help suss out a retrofit issue we had. We have 2,000+ active projects, so need the report to help us zero-in on the projects with issues. Would like to show the following:
1) Tasks titled "sample task" where there is no predecessor with the name "retrofit"
2) Where #1 is true, show both "sample task" and "retrofit" tasks grouped by project on the task report (below code is a workaround to have this task appear in the report)
Below is how far I have gotten:
name=sample task
name_Mod=cieq
predecessorsMM:name=retrofit
predecessorsMM:name_Mod=cinotcontains
project:status=CUR
project:status_Mod=in
status=NEW INP
status_Mod=in
OR:1:handoffDate_Mod=notnull
OR:1:name=retrofit
OR:1:name_Mod=cicontains
OR:1:project:status=CUR
OR:1:project:status_Mod=in
OR:1:status=HFT YCX NOT CPL
OR:1:status_Mod=notin
Note the "predecessorsMM:name" code does not appear to be working as I am seeing results of the "sample task" where the "retrofit" predecessor is already added.
I am not sure, but this may be a candidate for the EXISTS filter. Can anyone please help...?