Proof Approval Report: Group by Priority | Community
Skip to main content
Level 2
September 11, 2024
Solved

Proof Approval Report: Group by Priority

  • September 11, 2024
  • 1 reply
  • 667 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by VicSellers

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)

1 reply

VicSellers
Community Advisor
VicSellersCommunity AdvisorAccepted solution
Community Advisor
September 11, 2024

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)

RandyRoberts
Community Advisor
Community Advisor
September 11, 2024

@vicsellers, it works. I just tried it.