Display WF Proof Project Name without Hyperlink | Community
Skip to main content
New Participant
April 20, 2021
Solved

Display WF Proof Project Name without Hyperlink

  • April 20, 2021
  • 1 reply
  • 1019 views

How would I remove the hyperlink that is automatically provided when displaying the Project Name associated with a proof on a proof report?

Current code is as follows:

displayname=Project Name

linkedname=documentVersion

namekey=view.relatedcolumn

namekeyargkey.0=documentVersion

namekeyargkey.1=documentID

querysort=documentVersion:document:project:name

textmode=true

valuefield=documentVersion:document:project:name

valueformat=HTML

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 Richard_Le_

Hi Kevin,

I've just done a quick test and I've achieved this by replacing the valuefield with a value expression instead:

displayname=Project Name

textmode=true

valueexpression={documentVersion}.{document}.{project}.{name}

valueformat=HTML

Best Regards,

Rich.

1 reply

Richard_Le_Accepted solution
New Participant
April 21, 2021

Hi Kevin,

I've just done a quick test and I've achieved this by replacing the valuefield with a value expression instead:

displayname=Project Name

textmode=true

valueexpression={documentVersion}.{document}.{project}.{name}

valueformat=HTML

Best Regards,

Rich.

KevinQu1Author
New Participant
April 22, 2021

I swore I tried that…but yeah, worked like charm.