Filter Multiple Programs on Document Report
I’m working on a document report with filtering for documents on tasks titled “Engineering Review” that are pending a task approval. I’m filtering out the process guides that are on the tasks, and would like to have these results span across multiple programs in the same portfolio. My text mode filter is:
AND:1:name=ApproverAND:1:name_Mod=notcontainsAND:2:name=ReviewerAND:2:name_Mod=notcontainsname=Process Guidename_Mod=notcontainsproject:portfolioID=XXXXXXXproject:programID=XXXXXXXproject:status=CURtask:name=Engineering Reviewtask:name_Mod=cicontainstask:pendingApproval=truetaskID_Mod=notblank
(Works great for just one program)
I’ve attempted to add an additional program ID as “project:programID=XXXXXXX,XXXXXXX” or as “OR:1:project:programID=XXXXXXX” in text mode. Neither has worked thus far. Am I off base for thinking that filtering multiple programs is possible? Any insights are appreciated.