Display tasks with no children (they could have a parent)
You can apply the following filter to a task report to display tasks with no children. They could have parents of their own and be children of other tasks.
-
From the Main Menu
-
Click New Report.
-
Select a Task Report.
-
Click Filters.
-
Click Add a Filter Rule.
-
In the Start typing field name … line, start typing Number of Children, then click Task >> Number of Children when it displays in the list.
-
Select Equal (Case Sensitive) for your modifier, then enter 0 for the number of children.
Or
Click Switch to Text Mode, and in the text editing window, copy and paste the following text
numberOfChildren=0 numberOfChildren_Mod=eq
-
Click Save + Close.
This pulls a report for all tasks which are working tasks in your system. Some of these tasks could have a parent, but they are not parent tasks themselves.
Display tasks with parents (they could have children)
You can apply the following filter to a task report to display tasks with parents, meaning they are children tasks. However, these tasks could also have children of their own because the filter does not exclude their children. Children tasks that are also parents for other tasks are not considered working tasks.
-
From the Main Menu
-
Click New Report.
-
Select a Task Report.
-
Click Filters.
-
Click Add a Filter Rule.
-
In the Start typing field name … line, start typing Parent ID, then select Task >> Parent ID when it displays in the list.
-
Select Is Not Blank for your modifier.
Or
Click Switch to Text Mode, and in the text editing window, copy and paste the following text:
parentID_Mod=notblank
-
Click Save + Close.
This pulls a report for all tasks in your system that have parents and are children tasks of those parents. Some of these tasks could be a parent themselves.