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
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
I'm not entirely sure what you're trying to do, but I can try a guess below, if you're willing.
All of the filter can be copied straight from a TASK report. Just go into a task report, like I have done below, configure your filter, and then switch over to text mode, copy and paste into the project report and include your two connector lines. Prepend all your pasted lines with your "exists:A:" text.
Your two "connector" lines will connect your project to your task:
EXISTS:a:$$OBJCODE=TASK
EXISTS:a:projectID=FIELD:ID
Everything that came from your task report:
EXISTS:a:name=Send campaign for GLB approval
EXISTS:a:name_Mod=cicontains
EXISTS:a:plannedCompletionDate=$$TODAYb-1w
EXISTS:a:plannedCompletionDate_Mod=between
EXISTS:a:plannedCompletionDate_Range=$$TODAYe-1w
This is all one filter, I don't think there's a need for an exists:A and exists:B at this time.
I'm not entirely sure what you're trying to do, but I can try a guess below, if you're willing.
All of the filter can be copied straight from a TASK report. Just go into a task report, like I have done below, configure your filter, and then switch over to text mode, copy and paste into the project report and include your two connector lines. Prepend all your pasted lines with your "exists:A:" text.
Your two "connector" lines will connect your project to your task:
EXISTS:a:$$OBJCODE=TASK
EXISTS:a:projectID=FIELD:ID
Everything that came from your task report:
EXISTS:a:name=Send campaign for GLB approval
EXISTS:a:name_Mod=cicontains
EXISTS:a:plannedCompletionDate=$$TODAYb-1w
EXISTS:a:plannedCompletionDate_Mod=between
EXISTS:a:plannedCompletionDate_Range=$$TODAYe-1w
This is all one filter, I don't think there's a need for an exists:A and exists:B at this time.
Thank you this was exactly what I needed!
Views
Replies
Total Likes