View: show name of parent tasks as all caps
You can add this column to a task view to display the name of the parent tasks in all capital letters.
Access requirements
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:
Current:
|
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.
Show name of parent tasks as all caps
To build this column in a task view:
-
Go to a list of tasks.
-
From the View drop-down menu, select a view, then click the Edit icon
Or
From the View drop-down menu, select New View. -
In the Column Preview area, click the header of the column that shows the task name in the list.
-
Click Switch to Text Mode, then click Edit Text Mode.
-
Remove the text you find in the Text Mode box, and replace it with the following code:
code language-none linkedname=direct namekey=name querysort=name styledef.case.0.comparison.icon=false styledef.case.0.comparison.leftmethod=numberOfChildren styledef.case.0.comparison.lefttext=numberOfChildren styledef.case.0.comparison.operator=gt styledef.case.0.comparison.operatortype=int styledef.case.0.comparison.righttext=0 styledef.case.0.comparison.trueproperty.0.name=fontstyle styledef.case.0.comparison.trueproperty.0.value=bold valueexpression=IF({numberOfChildren}>"0",UPPER({name}),{name}) valueformat=HTML
-
Click Done, then click Save View.