Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

How to display proof attributes in project reports?

Avatar

Level 2

We would like to have the proof attribute in Project Report.

The purpose of this requirement is to display the proof status in project report. Can you please throw some light on this?

Thank you.

1 Reply

Avatar

Community Advisor

Hi Karthick,

 

Try the following text mode in a project report. This will display the name of all documents stored against each project and the current proof decision against each of those documents.

 

displayname=Documents and Proof Status
listdelimiter=<br>
listmethod=nested(documents).lists
textmode=true
type=iterate
valueexpression=CONCAT({name}," - ",{currentVersion}.{proofDecision})
valueformat=HTML

 

Best Regards,

Rich.