<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: In a report is it possible to label the text of the URL field as specific text instead of displaying the lengthy URL text? in Workfront Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/workfront-questions/in-a-report-is-it-possible-to-label-the-text-of-the-url-field-as/m-p/514363#M46113</link>
    <description>&lt;P&gt;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.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Apr 2021 19:21:35 GMT</pubDate>
    <dc:creator>TrishaGr</dc:creator>
    <dc:date>2021-04-26T19:21:35Z</dc:date>
    <item>
      <title>In a report is it possible to label the text of the URL field as specific text instead of displaying the lengthy URL text?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/workfront-questions/in-a-report-is-it-possible-to-label-the-text-of-the-url-field-as/m-p/514356#M46106</link>
      <description>&lt;P&gt;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?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 22:00:00 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/workfront-questions/in-a-report-is-it-possible-to-label-the-text-of-the-url-field-as/m-p/514356#M46106</guid>
      <dc:creator>TrishaGr</dc:creator>
      <dc:date>2020-11-17T22:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: In a report is it possible to label the text of the URL field as specific text instead of displaying the lengthy URL text?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/workfront-questions/in-a-report-is-it-possible-to-label-the-text-of-the-url-field-as/m-p/514357#M46107</link>
      <description>&lt;P&gt;Hi Trisha,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Sure, this is possible! The below text mode should do it. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;displayname=Product Brief&lt;/P&gt;&lt;P&gt;link.url=String(URL)&lt;/P&gt;&lt;P&gt;textmode=true&lt;/P&gt;&lt;P&gt;valueexpression=IF(ISBLANK({URL}),"","Product Brief Link")&lt;/P&gt;&lt;P&gt;valueformat=HTML&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 22:25:25 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/workfront-questions/in-a-report-is-it-possible-to-label-the-text-of-the-url-field-as/m-p/514357#M46107</guid>
      <dc:creator>RichardLe1</dc:creator>
      <dc:date>2020-11-17T22:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: In a report is it possible to label the text of the URL field as specific text instead of displaying the lengthy URL text?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/workfront-questions/in-a-report-is-it-possible-to-label-the-text-of-the-url-field-as/m-p/514358#M46108</link>
      <description>&lt;P&gt;Hi @Richard Leek‚,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thank you for your response, that is very helpful. Do you know if something similar would be possible for a calculated custom field on a form?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;We use the below calculated field on our users home page to take them to the subtask page of their task's deliverable (the parent.parent task). Currently, the full link displays on the Home pages, but if there would be a way to set a standard string to display instead that would be preferred.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;IF(ISBLANK(Parent.Parent.ID),"",CONCAT("https://osu.my.workfront.com/task/",Parent.Parent.ID,"/tasks"))  [NOTE: this only works in the new WFE]&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Simon Nabors&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 14:51:21 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/workfront-questions/in-a-report-is-it-possible-to-label-the-text-of-the-url-field-as/m-p/514358#M46108</guid>
      <dc:creator>SimonNa</dc:creator>
      <dc:date>2020-11-18T14:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: In a report is it possible to label the text of the URL field as specific text instead of displaying the lengthy URL text?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/workfront-questions/in-a-report-is-it-possible-to-label-the-text-of-the-url-field-as/m-p/514359#M46109</link>
      <description>&lt;P&gt;Hi Simon,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;This is also possible when referencing a URL from a custom field. You would create a new column in your report and use the following text mode code for that column. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;valueexpression=IF(ISBLANK({DE:Custom Field Name That Hosts URL}),"","Your Hyperlink Text")&lt;/P&gt;&lt;P&gt;link.url=customDataLabelsAsString(Custom Field Name That Hosts URL)&lt;/P&gt;&lt;P&gt;textmode=true&lt;/P&gt;&lt;P&gt;valueformat=HTML&lt;/P&gt;&lt;P&gt;displayname=Column Name&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rich. &lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 15:08:09 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/workfront-questions/in-a-report-is-it-possible-to-label-the-text-of-the-url-field-as/m-p/514359#M46109</guid>
      <dc:creator>RichardLe1</dc:creator>
      <dc:date>2020-11-18T15:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: In a report is it possible to label the text of the URL field as specific text instead of displaying the lengthy URL text?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/workfront-questions/in-a-report-is-it-possible-to-label-the-text-of-the-url-field-as/m-p/514360#M46110</link>
      <description>&lt;P&gt;Thank you Richard, that worked perfectly. Appreciate your time.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 21:17:16 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/workfront-questions/in-a-report-is-it-possible-to-label-the-text-of-the-url-field-as/m-p/514360#M46110</guid>
      <dc:creator>TrishaGr</dc:creator>
      <dc:date>2020-11-18T21:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: In a report is it possible to label the text of the URL field as specific text instead of displaying the lengthy URL text?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/workfront-questions/in-a-report-is-it-possible-to-label-the-text-of-the-url-field-as/m-p/514361#M46111</link>
      <description>&lt;P&gt;You're welcome Trisha, glad I could help!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 23:38:02 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/workfront-questions/in-a-report-is-it-possible-to-label-the-text-of-the-url-field-as/m-p/514361#M46111</guid>
      <dc:creator>RichardLe1</dc:creator>
      <dc:date>2020-11-18T23:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: In a report is it possible to label the text of the URL field as specific text instead of displaying the lengthy URL text?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/workfront-questions/in-a-report-is-it-possible-to-label-the-text-of-the-url-field-as/m-p/514362#M46112</link>
      <description>&lt;P&gt;Does this solution still work in the new WF experience? I'm struggling to get my text to be clickable. Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 21:48:06 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/workfront-questions/in-a-report-is-it-possible-to-label-the-text-of-the-url-field-as/m-p/514362#M46112</guid>
      <dc:creator>ErinEk</dc:creator>
      <dc:date>2021-04-10T21:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: In a report is it possible to label the text of the URL field as specific text instead of displaying the lengthy URL text?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/workfront-questions/in-a-report-is-it-possible-to-label-the-text-of-the-url-field-as/m-p/514363#M46113</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 19:21:35 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/workfront-questions/in-a-report-is-it-possible-to-label-the-text-of-the-url-field-as/m-p/514363#M46113</guid>
      <dc:creator>TrishaGr</dc:creator>
      <dc:date>2021-04-26T19:21:35Z</dc:date>
    </item>
  </channel>
</rss>

