Quick Tip: How to modify Document and Proof Approval Reports to get the data required.
If you need to run a report that shows proof approval or document approval data, skip the Proof and Document object report and use a Proof Approval or Document Approval object report instead. These reports will result in a list of proof and document approvals instead of a list of proofs and documents.
Remember to filter the reports to hone in on the specific proof or document approvals that are relevant to stakeholders. Take it a step further by grouping the approvals by project with this handy text mode!
Group Document Approval Report by Project by editing your report, navigating to the grouping area and switching to text mode. Then paste this code and save:
group.0.displayname=Project
group.0.valuefield=document:project:name
group.0.valueformat=HTML
You can follow the same process to update a Proof Approval Report and group by Project:
group.0.displayname=Project
group.0.valuefield=documentVersion:document:project:name
group.0.valueformat=HTML
"Like" this post if you find it helpful!👍
