Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!

Can the project priority be shown on a Proof Approval report?

Avatar

Level 5

We have a “My Pending Proof Approvals” report. The report type is "Proof Approval."

Using text mode, we are able to show the project name as a column in the report. We also want to show the project priority. I have the project priority number (4, 3, 2, 1 ) showing, but want to show the name equivalent. i.e. (Urgent, High, Normal, Low)

What am I missing? I’m a text mode novice, so please speak slowly and loudly! 😉

Text Mode for Project column:

displayname=Project

textmode=true

valuefield=documentVersion:document:project:name

valueformat=HTML

Text Mode for Proj Priority column:

displayname=Proj Priority

textmode=true

valuefield=documentVersion:document:project:priority

valueformat=HTML

0694X00000CJLfjQAH.jpeg

Topics

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

1 Reply

Avatar

Level 10

Hi - yeah, on a Proof Approval report, it is too for for a column. However it does work on Groupings. :)

Try

group.0.displayname=Proj Priority

group.0.valuefield=documentVersion:document:project:priority

group.0.valueformat=string

group.1.iscollapsed=true

group.1.displayname=Project

group.1.valuefield=documentVersion:document:project:name

group.1.valueformat=string

textmode=true