How to display proof attributes in project reports? | Community
Skip to main content
Level 2
August 23, 2022
Question

How to display proof attributes in project reports?

  • August 23, 2022
  • 1 reply
  • 496 views

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.

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

1 reply

Community Advisor
August 23, 2022

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.