Ugh, I swear I tried that and it was only bringing up the template tasks that weren't complete, but your text snippet is working. Thank you so much, Justin!
That worked! Thank you! I suspected it might need the EXISTS statement but I'm not that familiar with it yet. I'm also trying to figure out how to add one more condition to the filter: If the status of template task ID YYYYYYYYYY is Closed. How do I modify the code to add this last condition? I've t...
Here's what I have so far. Each of these filters works on its own within a project report, but joining them with AND:1: isn't working.tasks:status=AFN
tasks:status_Mod=notin
tasks:templateTaskID=AAAAA12345
tasks:templateTaskID_Mod=in
AND:1:tasks:status=AFN
AND:1:tasks:status_Mod=notin
AND:1:tasks:te...
Hi, I'm trying to create a report that shows a list of projects where both of these conditions are true (using fake ID numbers for the sake of this example):The status of template task ID AAAAA12345 is not Rejected.The status of template task ID 54321ZZZZZ is not Rejected.I know how to filter for ea...
I'm looking forward to seeing this new Priorities widget/worklist – thank you for the heads up. Echoing ShannonAn1, I would love it if the Legacy Home deprecation could be pushed back to give users more time to get accustomed to this. We've had access to the New Home for many months, but it's not id...
Updating the percentage has always updated for all assignees as far as I know. But I agree that marking "done with my part" is harder in the new home. In both the My Work and My Tasks widgets, if an item is assigned to multiple people, clicking on Start Task > Mark As Done will give you the option t...
Hi Bill, a few questions come to mind initially:What Schedule Mode does the project use? Start Date or Completion Date?Is this a workflow with chained predecessor tasks? Or are you setting up one-off tasks that are unlinked?What Task Constraints are you using for the tasks?
It sounds like this may be a good starting point for the filters in your task report:Task >> Can Start Equal TrueTask >> Is Complete Equal FalseIs there more that you want to see?