Proof Approval Report: Group by Priority | Adobe Higher Education
Skip to main content
Level 2
September 11, 2024
Beantwortet

Proof Approval Report: Group by Priority

  • September 11, 2024
  • 3 Antworten
  • 710 Ansichten

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.

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von 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)

3 Antworten

VicSellers
Adobe Champion and Community Advisor
VicSellersAdobe Champion and Community AdvisorAntwort
Adobe Champion and 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.