Filter: display parent tasks

You can apply the task filters below to display working tasks. Working tasks are tasks that can be worked independently and are not parent tasks to other tasks. In one example, a filter identifies children tasks that could be parents themselves. In this case, they are not working tasks.

TIP
  • If you consider adding more than one filter to a report, we recommend that you add all your filters using the report builder interface, and clicking Switch to Text Mode after all the other filter rules have been added. Then, you can add the code for the parent task filter as noted above.
  • We also recommend that you add a grouping for Project Name to make the report easier to read. For more information about adding groupings to your reports, see the article Groupings overview in Adobe Workfront.

Access requirements

Expand to view access requirements for the functionality in this article.

You must have the following access to perform the steps in this article:

table 0-row-2 1-row-2 2-row-2 3-row-2 layout-auto html-authored no-header
Adobe Workfront plan Any
Adobe Workfront license*

New:

  • Contributor to modify a filter

  • Standard to modify a report

Current:

  • Request to modify a filter

  • Plan to modify a report

Access level configurations

Edit access to Reports, Dashboards, Calendars to modify a report

Edit access to Filters, Views, Groupings to modify a filter

Object permissions Manage permissions to a report

*For information, see Access requirements in Workfront documentation.

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.

  1. From the Main Menu Main Menu icon in the upper-right corner, or the Main Menu Main Menu lines in the upper-left corner, if available, click Reports.

  2. Click New Report.

  3. Select a Task Report.

  4. Click Filters.

  5. Click Add a Filter Rule.

  6. In the Start typing field name … line, start typing Number of Children, then click Task >> Number of Children when it displays in the list.

  7. Select Equal (Case Sensitive) for your modifier, then enter 0 for the number of children.
    Parent task filter

    Or

    Click Switch to Text Mode, and in the text editing window, copy and paste the following text

    code language-none
    numberOfChildren=0
    numberOfChildren_Mod=eq
    
  8. 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.

  1. From the Main Menu Main Menu icon in the upper-right corner, or the Main Menu Main Menu lines in the upper-left corner, if available, click Reports.

  2. Click New Report.

  3. Select a Task Report.

  4. Click Filters.

  5. Click Add a Filter Rule.

  6. In the Start typing field name … line, start typing Parent ID, then select Task >> Parent ID when it displays in the list.

  7. Select Is Not Blank for your modifier.

    Parent ID is not blank

    Or

    Click  Switch to Text Mode, and in the text editing window, copy and paste the following text:

    parentID_Mod=notblank

  8. 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.

Display tasks with no children and no parents (standalone tasks)

You can apply the following filter to a task report to display standalone working tasks. These tasks don’t have a parent and they have no children of their own.

  1. From the Main Menu Main Menu icon in the upper-right corner, or the Main Menu Main Menu lines in the upper-left corner, if available, click Reports.

  2. Click New Report.

  3. Select a Task Report.

  4. Click Filters.

  5. Click Add a Filter Rule.

  6. In the Start typing field name … line start typing Number of Children, then select Task >> Number of Children from the list.

  7. Select Equal (Case Sensitive) for your modifier, then enter 0 for the number of children.

  8. Click Add another Filter Rule.

  9. In the Start typing field name … line start typing Parent ID, then select Task >> Parent ID from the list.

  10. Select Is Blank for the modifier.

    Parent ID is blank and no children

    Or

    Instead of steps 6-10 , click Switch to Text Mode and in the text editing window, copy and paste the following text:

    code language-none
    numberOfChildren=0
    numberOfChildren_Mod=eq
    parentID_Mod=isblank
    
  11. Click Save + Close.

    This pulls a report for all tasks in your system that have no parents nor children. These are standalone working tasks.

recommendation-more-help
5f00cc6b-2202-40d6-bcd0-3ee0c2316b43