Is there a way to create a task report that won't show tasks that have issues that are not complete? | Community
Skip to main content
Dusty_H
New Participant
June 18, 2025
Solved

Is there a way to create a task report that won't show tasks that have issues that are not complete?

  • June 18, 2025
  • 1 reply
  • 377 views

I have a task report to show all open (not cancelled, on-hold, or completed) tasks.  we are looking to add requests to these tasks that another team would process.  Once complete we want the tasks to show in our report to show that the task can be processed.

 

is there a way to filter a task report to not show tasks with open (Status not set to  "Completed" or "Cancelled") requests?

Best answer by Sven-iX

Yes. A task has a collection called numberOpenOpTasks so in your filter you can add "numberOpenOpTasks=0"

1 reply

Sven-iX
Sven-iXAccepted solution
New Participant
June 18, 2025

Yes. A task has a collection called numberOpenOpTasks so in your filter you can add "numberOpenOpTasks=0"

Dusty_H
Dusty_HAuthor
New Participant
June 20, 2025

exactly what i needed!  thank you!