Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!

Total number of proof versions on a project report.

Avatar

Level 2

Does anyone have a report that they are using that shows them the total number of proof/document versions on a project? I've been playing around with different reports and text mode but I'm coming up short. Hoping someone may have already figured this out and would be willing to share it with me.

Thank you in advance!

Carri Tiedt

SSM Health/Dean Health Plan

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 10

Hi - so... here is some code to help, BUT... this will only work if you proof every version. All it is looking at is if the current version of a document in the project is a proof and if it is, what is the version number. So if you only proofed versions 1 and 3, it will still say 3, not 2. Make sense?

displayname=Proofs - Version

listdelimiter=<br>

listmethod=nested(documents).lists

textmode=true

type=iterate

valueexpression=IF(ISBLANK({currentVersion}.{proofID}),"",CONCAT({name}," - ",{currentVersion}.{version}))

valueformat=HTML