Can the project priority be shown on a Proof Approval report? | Community
Skip to main content
Level 5
March 23, 2021
Question

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

  • March 23, 2021
  • 1 reply
  • 410 views

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

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

1 reply

imgrund
Adobe Employee
Adobe Employee
March 23, 2021

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