Expand my Community achievements bar.

Is there a way to report on the Author of proofs?

Avatar

Level 3

I am trying to report/ create a view to show who is the author of various proofs, but I am running into an issue where I can't find a way to pull in the name of the proof author into a column. Is there is a way to pull this information in that I am missing?

1 Reply

Avatar

Level 5

I use this in Text Mode to get the name of the person who created the proof. I'm not sure where I got this code from (I'm sure I didn't create it).

link.linkproperty.0.name=ID
link.linkproperty.0.valuefield=proofedByUserID
link.linkproperty.0.valueformat=string
link.lookup=link.view
link.value=nested(documentVersion).nested(proofedByUser).val(objCode)
namekey=proofedByUser
querysort=documentVersion:proofedByUser:name
valuefield=documentVersion:proofedByUser:name
valueformat=HTML