Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

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

Avatar

Level 3

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?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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

Avatar

Level 3

exactly what i needed!  thank you!