Grouping: project percent breakdown 1
In this custom project grouping, you can display projects grouped by a range of their percent complete values. The breakdowns show percent complete value of 25 percent point increments: 0-25%, 26-50%, 51-75% etc.
The following grouping organizes projects by the percent complete value into one of these groupings:
- 0%
- 1-25%
- 26-50%
- 51-75%
- 76-99%
- 100%
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.
Group by project percent breakdown
To apply this grouping:
-
Go to a list of projects.
-
From the Grouping drop-down menu, select New Grouping.
-
Click Switch to Text Mode.
-
Remove the text in the box, and paste the following code in the available space:
code language-none group.0.linkedname=direct group.0.name=Percent Breakdown group.0.notime=false group.0.valueexpression=IF({percentComplete}=0,"0 %",IF({percentComplete}<=26,"0-25 %",IF({percentComplete}<=51,"26-50 %",IF({percentComplete}<=76,"51-75 %",IF({percentComplete}<100,"76-99 %","100 %"))))) group.0.valueformat=string
-
Click Done > Save Grouping.
-
(Optional) Update the name of the grouping, then click Save Grouping.