<?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 URL link in ArcGIS Online Dashboard table in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/url-link-in-arcgis-online-dashboard-table/m-p/1496274#M9847</link>
    <description>&lt;P&gt;Hello, I am trying to generate clickable links in the ArcGIS Dashboard table for the field called 'MyURL'.&lt;/P&gt;&lt;P&gt;Here is the 'displayText' Arcade expression I am trying to use:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;displayText&lt;/SPAN&gt;&lt;SPAN&gt; : &lt;/SPAN&gt;&lt;SPAN&gt;`&amp;lt;a href = &lt;/SPAN&gt;&lt;SPAN&gt;${&lt;/SPAN&gt;&lt;SPAN&gt;$datapoint&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;"MyURL"&lt;/SPAN&gt;&lt;SPAN&gt;]}&lt;/SPAN&gt;&lt;SPAN&gt; target = "blank"&amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;${&lt;/SPAN&gt;&lt;SPAN&gt;$datapoint&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;"MyURL"&lt;/SPAN&gt;&lt;SPAN&gt;]}&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;/a&amp;gt;`&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Unfortunately all links point to the original dasboard site and not to the URL listed in the field.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Does anyone know what the problem is? Thanks!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Sun, 23 Jun 2024 04:47:09 GMT</pubDate>
    <dc:creator>YosefBodovski1</dc:creator>
    <dc:date>2024-06-23T04:47:09Z</dc:date>
    <item>
      <title>URL link in ArcGIS Online Dashboard table</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/url-link-in-arcgis-online-dashboard-table/m-p/1496274#M9847</link>
      <description>&lt;P&gt;Hello, I am trying to generate clickable links in the ArcGIS Dashboard table for the field called 'MyURL'.&lt;/P&gt;&lt;P&gt;Here is the 'displayText' Arcade expression I am trying to use:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;displayText&lt;/SPAN&gt;&lt;SPAN&gt; : &lt;/SPAN&gt;&lt;SPAN&gt;`&amp;lt;a href = &lt;/SPAN&gt;&lt;SPAN&gt;${&lt;/SPAN&gt;&lt;SPAN&gt;$datapoint&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;"MyURL"&lt;/SPAN&gt;&lt;SPAN&gt;]}&lt;/SPAN&gt;&lt;SPAN&gt; target = "blank"&amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;${&lt;/SPAN&gt;&lt;SPAN&gt;$datapoint&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;"MyURL"&lt;/SPAN&gt;&lt;SPAN&gt;]}&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;/a&amp;gt;`&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Unfortunately all links point to the original dasboard site and not to the URL listed in the field.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Does anyone know what the problem is? Thanks!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 23 Jun 2024 04:47:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/url-link-in-arcgis-online-dashboard-table/m-p/1496274#M9847</guid>
      <dc:creator>YosefBodovski1</dc:creator>
      <dc:date>2024-06-23T04:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: URL link in ArcGIS Online Dashboard table</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/url-link-in-arcgis-online-dashboard-table/m-p/1496565#M9848</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I think you are missing a couple of " in your expression. Try this expression instead:&lt;BR /&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;`&amp;lt;a href =&amp;nbsp;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;${&lt;/SPAN&gt;&lt;SPAN&gt;$datapoint&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;"MyURL"&lt;/SPAN&gt;&lt;SPAN&gt;]}&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;target = "blank"&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;${&lt;/SPAN&gt;&lt;SPAN&gt;$datapoint&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;"MyURL"&lt;/SPAN&gt;&lt;SPAN&gt;]}&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;lt;/a&amp;gt;`&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 11:37:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/url-link-in-arcgis-online-dashboard-table/m-p/1496565#M9848</guid>
      <dc:creator>AndreasHall</dc:creator>
      <dc:date>2024-06-24T11:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: URL link in ArcGIS Online Dashboard table</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/url-link-in-arcgis-online-dashboard-table/m-p/1496905#M9856</link>
      <description>&lt;P&gt;Thanks for the advice, but missing " wasn't the issue. I think I figured this one out. The URL needs to contain the '&lt;A href="https://'" target="_blank"&gt;https://'&lt;/A&gt;&amp;nbsp;prefix to work properly within ArcGIS Online system. For example it need to appear as '&lt;A href="https://www.wikipedia.org/'" target="_blank"&gt;https://www.wikipedia.org/'&lt;/A&gt;&amp;nbsp;and not as '&lt;A href="http://www.wikipedia.org" target="_blank"&gt;www.wikipedia.org&lt;/A&gt;'&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 23:26:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/url-link-in-arcgis-online-dashboard-table/m-p/1496905#M9856</guid>
      <dc:creator>YosefBodovski1</dc:creator>
      <dc:date>2024-06-24T23:26:17Z</dc:date>
    </item>
  </channel>
</rss>

