Edit the display name in a grouping

To change the display name in a project grouping:

  1. Go to a list of projects.

  2. From the Grouping drop-down menu, select New Grouping.

  3. Click Add grouping, and start typing “Portfolio Name” in the Group by: field, then select it when it displays in the list.

  4. Click Switch to Text Mode.

  5. 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 the group.0.name= and the group.0.displayname= lines blank, in which case the grouping shows the value you are grouping by.

      Grouping by edited name with no name

  6. Click Done, then Save Grouping.

  7. (Optional) Update the grouping name, then click Save Grouping.

    The default name for the grouping is modified according to your text mode information.

5f00cc6b-2202-40d6-bcd0-3ee0c2316b43