Expand my Community achievements bar.

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.