Can you filter a project report based on the planned completion date of a specific task?
I've managed to get it to search for the task name but I can't get the planned completion date part to work.
This is the ugly code I was trying but it gives and error for planned completion date
Any help is welcome.
EXISTS:A:$$EXISTSMOD=CIContains
EXISTS:A:$$OBJCODE=TASK
EXISTS:A:name=Send campaign for GLB approval
EXISTS:A:projectID=FIELD:ID
EXISTS:B:$$OBJCODE=TASK
EXISTS:B:task:plannedCompletionDate=$$TODAYb-1w
EXISTS:B:task:plannedCompletionDate_Mod=between
EXISTS:B:task:actualCompletionDate_Range=$$TODAYe-1w
