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.
Topics help categorize Community content and increase your ability to discover relevant content.
That's great, thanks for posting. Several people have posted over the years trying to accomplish this, but there was no Idea to be able to do this more easily/natively, so I've created one here to please upvote! https://experienceleaguecommunities.adobe.com/t5/workfront-ideas/filter-out-completed-done-with-my-p...
Views
Replies
Total Likes
Hi, I'm going to try this out, thanks for sharing. How would it change to use 'assignment user' instead of 'assigned to' since 'assigned to' only pulls the primary/first assignee on the task?
How would this be modified for issue reports?
Views
Replies
Total Likes
Hello! I know it's 5 months later but I got the code from support for anyone seeing this for the first time. Just need to change the "TaskID" to "opTaskID"
EXISTS:1:$$OBJCODE=ASSGN
EXISTS:1:assignedToID=$$USER.ID
EXISTS:1:status=DN
EXISTS:1:status_Mod=notin
EXISTS:1:opTaskID=FIELD:ID
Views
Likes
Replies