Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi there! You're not the first person to post about this. There was no Idea to be able to do this easily, 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 Madalyn,
Is there a way to do this now?
Views
Replies
Total Likes
No, but I had ended up modifying my task reports to exclude those that were still not done by the other assignee but were clicked 'done with my part' from the user viewing the report. Here's the text mode, of course you'll need to revise as needed:
'My' Tasks Due Today or Earlier, Removes Tasks I’ve Marked Done With My Part
EXISTS:1:$$OBJCODE=ASSGN
EXISTS:1:assignedToID=$$USER.ID
EXISTS:1:status=DN
EXISTS:1:status_Mod=notin
EXISTS:1:taskID=FIELD:ID
OR:1:assignmentsUsersMM:ID=$$USER.ID
OR:1:assignmentsUsersMM:ID_Mod=in
OR:1:personal=true
OR:1:personal_Mod=eq
OR:1:plannedCompletionDate=$$TODAY
OR:1:plannedCompletionDate_Mod=lt
OR:2:isComplete=false
OR:2:isComplete_Mod=eq
OR:2:numberOfChildren=0
OR:2:numberOfChildren_Mod=eq
OR:2:plannedCompletionDate=$$TODAY
OR:2:plannedCompletionDate_Mod=lte
OR:2:project:statusEquatesWith=CUR
OR:2:project:statusEquatesWith_Mod=in
OR:2:teamID=$$USER.teamIDs
OR:2:teamID_Mod=in
assignmentsUsersMM:ID=$$USER.ID
assignmentsUsersMM:ID_Mod=in
isComplete=false
isComplete_Mod=eq
numberOfChildren=0
numberOfChildren_Mod=eq
plannedCompletionDate=$$TODAY
plannedCompletionDate_Mod=lte
project:statusEquatesWith=CUR
project:statusEquatesWith_Mod=in
Views
Likes
Replies