Adding Project Name to a Proof Approval Report | Community
Skip to main content
Level 5
December 7, 2020
Solved

Adding Project Name to a Proof Approval Report

  • December 7, 2020
  • 1 reply
  • 1363 views

I'm assuming this isn't possible but I had a Proof Approval Report and I'd like to add the name of the associated Project for each Proof Approval.

If it is possible, I'd love to know how. (Or, if not possible, any way to aggregate a proof with the project in which it belongs.

Thanks!

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 NicholeVargas

@John O'Sullivan‚ It can be done through text mode! in your Proof Approval report, add a column, switch to text mode and paste the following:

displayname=Project Name

textmode=true

valuefield=documentVersion:document:project:name

valueformat=HTML

If you would prefer to group the results by the project name, you can add a grouping, switch to text mode and paste the following:

group.0.displayname=Project Name

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

group.0.valueformat=HTML

textmode=true

If you have any questions or run into any issues, let me know!

1 reply

NicholeVargas
Adobe Employee
NicholeVargasAdobe EmployeeAccepted solution
Adobe Employee
December 7, 2020

@John O'Sullivan‚ It can be done through text mode! in your Proof Approval report, add a column, switch to text mode and paste the following:

displayname=Project Name

textmode=true

valuefield=documentVersion:document:project:name

valueformat=HTML

If you would prefer to group the results by the project name, you can add a grouping, switch to text mode and paste the following:

group.0.displayname=Project Name

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

group.0.valueformat=HTML

textmode=true

If you have any questions or run into any issues, let me know!

JohnO_Author
Level 5
December 8, 2020

That did the trick Nicole! (I should have looked at the API Explorer--bad John! Now I know!

Thanks again!

-j