<?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: Create URL Link in ArcGIS Dashboard List Widget in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/create-url-link-in-arcgis-dashboard-list-widget/m-p/1568437#M10566</link>
    <description>&lt;P&gt;Thank you, yes, I was able to see the HTML. However, the hyperlink is still not responsive with the HTML below. Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RichidtC_0-1734104193282.png" style="width: 461px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121721i3997336D5CDD9A67/image-dimensions/461x411?v=v2" width="461" height="411" role="button" title="RichidtC_0-1734104193282.png" alt="RichidtC_0-1734104193282.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is an example of the field from 'LifeMode_Desc', so I know the hyperlink exists in the data:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RichidtC_1-1734104559811.png" style="width: 779px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121726i5EC374B2421B1514/image-dimensions/779x74?v=v2" width="779" height="74" role="button" title="RichidtC_1-1734104559811.png" alt="RichidtC_1-1734104559811.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Dec 2024 15:43:00 GMT</pubDate>
    <dc:creator>RichidtC</dc:creator>
    <dc:date>2024-12-13T15:43:00Z</dc:date>
    <item>
      <title>Create URL Link in ArcGIS Dashboard List Widget</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/create-url-link-in-arcgis-dashboard-list-widget/m-p/1568003#M10559</link>
      <description>&lt;P&gt;Hello, I have performed this once already but republished my data and now I can't seem to get it to work. I suspect something very easy, but I'm just spinning my wheels.&lt;/P&gt;&lt;P&gt;I have created a 'List' widget within ArcGIS Dashboards that I want populated within 1 record that is triggered from a separate serial chart within the dashboard. See below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RichidtC_0-1734028258813.png" style="width: 501px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121607i9B6519CA4BE39715/image-dimensions/501x299?v=v2" width="501" height="299" role="button" title="RichidtC_0-1734028258813.png" alt="RichidtC_0-1734028258813.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I now want to configure a hyperlink to an existing field I have in the data associated with every record, but I can't figure out the Link window or the proper arcade expression to write. The field that I want configured as a separate window popup is {LifeMode_Desc} as seen below. This field in my data has the full url https: link associated with each record.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RichidtC_2-1734028467732.png" style="width: 598px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121609iD21FD1DBFF7E2FA4/image-dimensions/598x490?v=v2" width="598" height="490" role="button" title="RichidtC_2-1734028467732.png" alt="RichidtC_2-1734028467732.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, when i do this, the hyperlink does not work on the text. Can you help?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RichidtC_3-1734028562903.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121610i78EC987E2779049E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RichidtC_3-1734028562903.png" alt="RichidtC_3-1734028562903.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 18:37:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/create-url-link-in-arcgis-dashboard-list-widget/m-p/1568003#M10559</guid>
      <dc:creator>RichidtC</dc:creator>
      <dc:date>2024-12-12T18:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create URL Link in ArcGIS Dashboard List Widget</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/create-url-link-in-arcgis-dashboard-list-widget/m-p/1568396#M10564</link>
      <description>&lt;P&gt;Hit the source button to see what the HTML looks like. You should see something like:&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;&amp;lt;a href="{LifeMode_Desc}"&amp;gt;{TLIFENAME}&amp;lt;/a&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have anything different, just edit the HTML.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 13:29:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/create-url-link-in-arcgis-dashboard-list-widget/m-p/1568396#M10564</guid>
      <dc:creator>JenniferAcunto</dc:creator>
      <dc:date>2024-12-13T13:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create URL Link in ArcGIS Dashboard List Widget</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/create-url-link-in-arcgis-dashboard-list-widget/m-p/1568437#M10566</link>
      <description>&lt;P&gt;Thank you, yes, I was able to see the HTML. However, the hyperlink is still not responsive with the HTML below. Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RichidtC_0-1734104193282.png" style="width: 461px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121721i3997336D5CDD9A67/image-dimensions/461x411?v=v2" width="461" height="411" role="button" title="RichidtC_0-1734104193282.png" alt="RichidtC_0-1734104193282.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is an example of the field from 'LifeMode_Desc', so I know the hyperlink exists in the data:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RichidtC_1-1734104559811.png" style="width: 779px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121726i5EC374B2421B1514/image-dimensions/779x74?v=v2" width="779" height="74" role="button" title="RichidtC_1-1734104559811.png" alt="RichidtC_1-1734104559811.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 15:43:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/create-url-link-in-arcgis-dashboard-list-widget/m-p/1568437#M10566</guid>
      <dc:creator>RichidtC</dc:creator>
      <dc:date>2024-12-13T15:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create URL Link in ArcGIS Dashboard List Widget</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/create-url-link-in-arcgis-dashboard-list-widget/m-p/1568442#M10567</link>
      <description>&lt;P&gt;You need to edit the HTML so it is like my example. Your field contains the https protocol, and your HTML is also adding the https protocol. So your resulting link is &lt;A href="https://https://yourlink" target="_blank"&gt;https://https://yourlink&lt;/A&gt;&amp;nbsp;- that is why it is not working.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JenniferAcunto_0-1734105067667.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121728i7E2F6BF9ED6B61CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JenniferAcunto_0-1734105067667.png" alt="JenniferAcunto_0-1734105067667.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 15:51:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/create-url-link-in-arcgis-dashboard-list-widget/m-p/1568442#M10567</guid>
      <dc:creator>JenniferAcunto</dc:creator>
      <dc:date>2024-12-13T15:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create URL Link in ArcGIS Dashboard List Widget</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/create-url-link-in-arcgis-dashboard-list-widget/m-p/1568444#M10568</link>
      <description>&lt;P&gt;Doh! Thank you so much for the clarification! That did it. I really appreciate the feedback. Have a great weekend!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 16:05:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/create-url-link-in-arcgis-dashboard-list-widget/m-p/1568444#M10568</guid>
      <dc:creator>RichidtC</dc:creator>
      <dc:date>2024-12-13T16:05:35Z</dc:date>
    </item>
  </channel>
</rss>

