Quick Tip: Create a filter to not show you tasks where you said "Done with my part."
If you're looking at a Task Report showing incomplete tasks that are assigned to you, you will still see incomplete tasks where you've already confirmed that you're done with your part.
You can filter these tasks out of your report by pasting the following text mode code into the report filter area:
EXISTS:1:$$OBJCODE=ASSGN
EXISTS:1:assignedToID=$$USER.ID
EXISTS:1:status=DN
EXISTS:1:status_Mod=notin
EXISTS:1:taskID=FIELD:ID"
"Like" this post if you find it helpful!👍
To find all previous Quick Tips, go here and view the Discussions tab.
