View: display the parent-child relationship in a task by indenting the tasks
You can maintain the distinction of parent - child relationships in an exported task list by adding a custom view to the task list and ensuring this view is selected before you export the list.
Access requirements
You must have the following access to perform the steps in this article:
*To find out what plan, license type, or access you have, contact your Workfront administrator.
Display the parent-child relationship in a task by indenting the tasks
-
Go to the project with the task list you’d like to export.
-
Click the View drop-down menu, and select New View.
-
Name the filter in the top-left corner of the screen.
-
Click in the Task Name column header.
-
Select Switch to Text Mode in the top-right corner.
-
Click anywhere in the textbox to edit text, and remove all existing text.
-
Paste the following text:
code language-none displayname=<br>linkedname=direct<br>namekey=name<br>querysort=name<br>textmode=true<br>valueexpression=IF({indent}<1,{name},IF({indent}<2,CONCAT(" - ",{name}),IF({indent}<3,CONCAT(" - - ",{name}),IF({indent}<4,CONCAT(" - - - ",{name}),CONCAT(" - - - - ",{name})))))<br>valueformat=HTML
-
Click Save.
-
Click Save View.