View: add a list of task successors in a column
- Topics:
- Reports and Dashboards
CREATED FOR:
- User
You can add a column to a task view to show a list of the successors of the tasks. The Task Successors column includes the number of the successor as well as the name.
Access requirements
You must have the following access to perform the steps in this article:
New:
-
Contributor to modify a filter
-
Standard to modify a report
Current:
-
Request to modify a filter
-
Plan to modify a report
Edit access to Reports, Dashboards, Calendars to modify a report
Edit access to Filters, Views, Groupings to modify a filter
*For information, see Access requirements in Workfront documentation.
Add a list of task successors in a column
To add this column to a task view:
-
Go to a task list.
-
Expand the View drop-down menu, and click New View.
-
Click Add Column.
-
Click Switch to Text Mode, then click Edit Text Mode.
-
Remove all text in the Edit Text Mode box, and replace it with the following code:
displayname=Task Successors listdelimiter= listmethod=nested(successors).lists textmode=true type=iterate valueexpression=CONCAT({successor}.{taskNumber},' - ',{successor}.{name}) valueformat=HTML
-
Click Done, then Save View.