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:
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.