Organize list results by a calculated value common to all objects in the grouping

To apply this grouping to a list of tasks:

  1. Go to a list of tasks.

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

  3. Click Switch to Text Mode.

  4. In the available space, add the following code:

    textmode=true
    group.0.valueexpression=IF({percentComplete}>=0&&{percentComplete}<=25,'0-25%',IF({percentComplete}>25&&{percentComplete}<=50,'26-50%',IF({percentComplete}>50&&{percentComplete}<=75,'51-75%',IF({percentComplete}>75&&{percentComplete}<=100,'76-100%',''))))
    group.0.linkedname=direct
    group.0.valueformat=doubleAsString
    group.0.namekey=percentComplete
    
  5. Click Done, then Save Grouping.

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

Previous pageGrouping: add a fourth grouping to a list
Next pageGrouping: display the result of aggregating multiple calculated values in a grouping

Workfront