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
Solved! Go to Solution.
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.
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.
I swore I tried that…but yeah, worked like charm.
Views
Replies
Total Likes
Views
Like
Replies
Views
Likes
Replies
Views
Likes
Replies