Grouping: edit the display name in a grouping
You can rename groupings to something more familiar to your users.
For example, when you apply the standard Portfolio Name grouping to a list of projects, the name of the grouping appears as Portfolio: Name: <name of portfolio>
.
You can modify this grouping using text mode to display a name that is easier to read.
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.
Edit the display name in a grouping
To change the display name in a project grouping:
-
Go to a list of projects.
-
From the Grouping drop-down menu, select New Grouping.
-
Click Add grouping, and start typing “Portfolio Name” in the Group by: field, then select it when it displays in the list.
-
Click Switch to Text Mode.
-
Do one of following:
-
Add the following code to the existing text available in the Group your Report box:
group.0.displayname=Your Value
For example, add the following code to change the display name to “Portfolio”:
group.0.displayname=Portfolio
-
Remove all the lines in the text mode interface of the grouping that have the word “name” in them, then add the line:
group.0.name=Your Value
For example, add the following code to change the display name to “Portfolio”:
group.0.name=Portfolio
note tip TIP You can also leave the group.0.name=
and thegroup.0.displayname=
lines blank, in which case the grouping shows the value you are grouping by.
-
-
Click Done, then Save Grouping.
-
(Optional) Update the grouping name, then click Save Grouping.
The default name for the grouping is modified according to your text mode information.