Grouping at Program level | Community
Skip to main content
Level 2
July 13, 2026
Question

Grouping at Program level

  • July 13, 2026
  • 3 replies
  • 57 views

Hello,

I am trying to do a grouping at the Portfolio - Program Level and would like to group the results by ‘KPI Year’ which is a field on the Project Task custom form. I attempted to use the following text mode code. However, group is not working. Please advise if the syntax is incorrect or if there is another approach to group by a custom form field from the task level?

 

group.0.displayname=KPI Year

group.0.valueexpression={project:program}.{DE:KPI Year}

group.0.valueformat=HTML textmode=true

 

Thank you,

Deepa Mahishi

3 replies

KellieGardner
Adobe Champion and Community Advisor
Adobe Champion and Community Advisor
July 13, 2026

To clarify, this is a program report, and you want to group by a data point that lives on a task custom form?

 

A task custom field lives two hops down at the collection level (Program → Project → Task). Workfront's text mode grouping works by traversing single-value reference fields upward or across (like a Task pointing up to its Project's), not by drilling down into a child collection and rolling the parent up by it. 

Options: 

  1. Flip it and  build it as a Task report instead
    If what you actually want is "see task custom field values broken out by Program," a Task report gets you there directly:
  1. Try to build a series of calculated fields to capture the data point on higher-level objects. 
DeepaMa1Author
Level 2
July 14, 2026

Hi ​@KellieGardner ,

I am trying to do the grouping at the program level (not in the report). I would like to group by KPI Year. I am able to show the value in the view. But I am not able to group by. 

 

KellieGardner
Adobe Champion and Community Advisor
Adobe Champion and Community Advisor
July 14, 2026

The view you are in currently is a project view. Can you tell me where the KPI year value is stored? Is it on the project?

If the value lives on the project, you should be able to group by it natively without needing text mode. When you click the grouping icon, you should be able to select a new grouping, after which you will have access to your project fields.