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.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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)
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)
@VictoriaLinn, it works. I just tried it.
Hey @VictoriaLinn, it works well. Thank you!
Views
Replies
Total Likes
Views
Likes
Replies