Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

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.