Just figured out an advanced text mode filter that is too intriguing to not share, where I learned:
- you can use % wildcards (because it's Oracle, I suspect) for partial search strings...ok, I knew this one, but had forgotten it
- you can use an EXISTS or NOTEXISTS on the same object (a Task in this case) to examine the state of custom data on a "peer" (in this case, a different "checklist" Task with a custom form on it that is supposed to have its DE:DATE COMPLETE filled in prior to the Task in question -- namely something similar to "%Package%%ship%" -- but fails to meet that criteria
- you can combine OR statements with EXISTS and NOTEXISTS (in this case, to examine two such checklist Tasks, with slightly different names)
See below for the gory details, if yee dare.
Regards,
Doug
OR:1:DE:Date Completed_Mod=isnull
OR:1:EXISTS:a:$$EXISTSMOD=EXISTS
OR:1:EXISTS:a:$$OBJCODE=TASK
OR:1:EXISTS:a:name=%Package%%ship%
OR:1:EXISTS:a:name_Mod=like
OR:1:EXISTS:a:projectID=FIELD:projectID
OR:1:EXISTS:a:status=CPL NAP
OR:1:EXISTS:a:status_Mod=in
OR:1:name=%F OP 860 %
OR:1:name_Mod=like
OR:1:status=CPL NAP
OR:2:DE:Date Completed_Mod=isnull
OR:2:EXISTS:a:$$EXISTSMOD=EXISTS
OR:2:EXISTS:a:$$OBJCODE=TASK
OR:2:EXISTS:a:name=%Package%%ship%
OR:2:EXISTS:a:name_Mod=like
OR:2:EXISTS:a:projectID=FIELD:projectID
OR:2:EXISTS:a:status=CPL NAP
OR:2:EXISTS:a:status_Mod=in
OR:2:name=%F OP 861 %
OR:2:name_Mod=like
OR:2:status=CPL NAP