Is there a way to report on the Author of proofs? | Community
Skip to main content
MCriscella23
Level 2
May 22, 2024
Solved

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

  • May 22, 2024
  • 1 reply
  • 572 views

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?

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

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

1 reply

J_Mas
J_MasAccepted solution
Level 5
May 22, 2024

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