Remove Link for from field in Report | Community
Skip to main content
Edwin_Melgar
New Participant
March 13, 2024
Solved

Remove Link for from field in Report

  • March 13, 2024
  • 2 replies
  • 663 views

When I add a field like Project Name into a report, this hyperlinks to the project record.  How do I remove the hyperlink and make it plain text?

Best answer by NicholeVargas

If you change your valuefield line to a valueexpression, it will remove the hyperlink. For example, if you are on a Task Report and you add the column for Project Name, switch to text mode and replace the valuefield=project:name with valueexpression={project}.{name}

2 replies

J_Mas
New Participant
March 14, 2024

I'll also just add that if you're sharing a report as an Excel file outside of Workfront, you can have Workfront remove the hyperlinks when you send (or schedule) the report.

NicholeVargasAccepted solution
Employee
March 13, 2024

If you change your valuefield line to a valueexpression, it will remove the hyperlink. For example, if you are on a Task Report and you add the column for Project Name, switch to text mode and replace the valuefield=project:name with valueexpression={project}.{name}