Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Display WF Proof Project Name without Hyperlink

Avatar

Level 10

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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.

Avatar

Level 10

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