Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.
SOLVED

Proof Approval Report: Group by Priority

Avatar

Level 2

Hello Workfront Community,

 

I would like to ask if there is a way to group by Project Priority in a Proof Approval Report?

 

I appreciate your help and opinions. Thank you.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Ryzan99 - This should work, but let me know if not:

group.0.enumclass=com.attask.common.constants.TimelinePriorityEnum
group.0.enumtype=PROJ
group.0.linkedname=direct
group.0.namekey=priority
group.0.type=enum
group.0.valuefield=documentVersion:document:project:priority
group.0.valueformat=val
textmode=true

 

How I got this: I created a priority grouping in a project report and then added "documentVersion:document:project:" before priority in the valuefield line (which tells Workfront to retrieve project information)

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi @Ryzan99 - This should work, but let me know if not:

group.0.enumclass=com.attask.common.constants.TimelinePriorityEnum
group.0.enumtype=PROJ
group.0.linkedname=direct
group.0.namekey=priority
group.0.type=enum
group.0.valuefield=documentVersion:document:project:priority
group.0.valueformat=val
textmode=true

 

How I got this: I created a priority grouping in a project report and then added "documentVersion:document:project:" before priority in the valuefield line (which tells Workfront to retrieve project information)

Avatar

Community Advisor

@VictoriaSellers, it works. I just tried it.

Avatar

Level 2

Hey @VictoriaSellers, it works well. Thank you!