In a report is it possible to label the text of the URL field as specific text instead of displaying the lengthy URL text? | Adobe Higher Education
Skip to main content
Level 2
November 17, 2020
Répondu

In a report is it possible to label the text of the URL field as specific text instead of displaying the lengthy URL text?

I build a report and dashboard that displays the project URL field in the view and I want to show the data in the URL field as specific text instead of the URL text. Our company add the link to the Product brief for the specific project in the Project 'URL' field but when we pull this field into dashboard it takes up quite a bit of space because of the length of the URL. I would like to relabel the hyperlink URL to state 'Product Brief Link' so it minimizes the height of each row on the dashboard. Is this possible?

Ce sujet a été fermé aux réponses.
Meilleure réponse par Richard_Le_

Hi Trisha,

Sure, this is possible! The below text mode should do it.

displayname=Product Brief

link.url=String(URL)

textmode=true

valueexpression=IF(ISBLANK({URL}),"","Product Brief Link")

valueformat=HTML

Best Regards,

Rich

2 commentaires

Richard_Le_Community AdvisorRéponse
Community Advisor
November 17, 2020

Hi Trisha,

Sure, this is possible! The below text mode should do it.

displayname=Product Brief

link.url=String(URL)

textmode=true

valueexpression=IF(ISBLANK({URL}),"","Product Brief Link")

valueformat=HTML

Best Regards,

Rich

TrishaGrAuteur
Level 2
November 18, 2020

Thank you Richard, that worked perfectly. Appreciate your time.

Community Advisor
November 18, 2020

You're welcome Trisha, glad I could help!

April 10, 2021

Does this solution still work in the new WF experience? I'm struggling to get my text to be clickable. Thanks!

TrishaGrAuteur
Level 2
April 26, 2021

Yes it does. I actually decided to make my a circle icon instead of naming the url as text so not sure if the text works but I do know you can click Advanced settings for the column and add criteria for it to show an icon that is clickable.