Filtering doesn’t seem to be able to currently show a rollup of ONLY incomplete tasks.
If I try to filter by “Status” “is not” “All Done,” filters will show incomplete main tasks, but in Gantt and other views, “Done” subtasks are visible.
Alternatively, if I try to filter by “Subitem Status” “Is Not” “All Done,” then I ONLY see tasks that have subitems.
Ideally, I’d like to be able to see all tasks, whether a main task or a subitem task, that are incomplete; without showing me completed subtasks or failing to show incomplete tasks that do not have subtasks
From my undestanding this is expected behaviour as in order to filter by both subitem status and parent item status you would need to ensure that you are including both in the filtering settings - as shown in the screenshot below:
Does this make sense? Please let me know if I have misunderstood! You’re welcome to send over some additional screenshots if this helps demonstrate the issue you’re experiencing
Same here, I thought I could use the OR statement, where the Items is not Done OR the Subitem is not Done, but this doesn’t work either.
It makes using subitems a bit of a problem
Hi @BiancaT this is really frustrating for me, I need to be able to only see incomplete tasks, whether tasks or sub-tasks. The Search seems to find these items, but the filter does not, using your suggestion of an ‘AND’ statement removes things that are not Done (don’t know why) and the ‘OR’ statement does not address sub-tasks.
This doesn’t seem like a complicated request, can you help please?
Thanks, Martin
We also need this in our work - please fix this so we can filter out done subitems without impacting the visibility of items that have incomplete subitems, or no subitems.
@BiancaT , I think the core of the problem is that items with 0 subitems automatically fail any filter applied to a subitem column. Consider the example below:
I am trying to filter by Status of item and subitem, so that my board removes any item or subitem with Status = Done. The simplified board below includes all possible combinations of items with/without subitems, with status of Done or not.
Case 2: AND will always remove items without subitems, because they fail the subitem filter. In this case, I want to also filter by item status. I want any item with a status of Not Done and 0 subitems to remain.
it filters out items without subitems (bad)
it filters out subitems where substatus = Done (good)
I don’t understand why the subitem filter assumes all 0-subitem items “fail”. To me, if it instead assumes all 0-subitem items “pass”, we could use OR filters to correctly target those items without subitems to filter them out as needed. If the goal is to enable users to filter out items without subitems, a workaround is to filter by an item-level column marking whether subitems exists. As it stands, there is no workaround for the basic subitem filtering case I explain here. Also, I think filtering out 0-subitem items is far less common use case than the basic filtering I am describing. I propose auto-pass, not auto-fail.
Alternatively, can the “is empty” or “is not empty” operators be used to address whether a subitem exists?
Well. After reading your post I finally understood how this filtering works. I have the same problem as you do. But after understanding how it works, I managed to devise a filtering logic that seems to be working.
Below I share a screenshot of my filters that seems to achieve the result you and I wanted. Please note, that in my filter I have a few extra conditions. My goal is:
See all main projects (without subprojects) that are not done OR done today
See all main projects (with subprojects) that are not done OR done today
From main projects that are NOT Done, or Done today, see subprojects that are NOT Done, or Done today.
Hide everything else, main or sub projects, that are Done later than yesterday or have Obsolete status.