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
TIP
You can also leave thegroup.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.