<?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 for each feature in feature service in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/url-link-for-each-feature-in-feature-service/m-p/1281535#M51663</link>
    <description>&lt;P&gt;I am trying to link url to each attribute value of a field of a hosted feature service in arcgisonline.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="saraswathiemani2_0-1682122052353.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/68774i802C4586B9171BE6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="saraswathiemani2_0-1682122052353.png" alt="saraswathiemani2_0-1682122052353.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;something similar to this.&lt;/P&gt;&lt;P&gt;Reg id is the field name in the attribute table of the hosted feature layer. For each value in the Reg ID column can I link an URL, so when the user clicks on the value (for eg. 800940), a web url opens.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Sara&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 22 Apr 2023 00:10:54 GMT</pubDate>
    <dc:creator>saraswathiemani2</dc:creator>
    <dc:date>2023-04-22T00:10:54Z</dc:date>
    <item>
      <title>Url link for each feature in feature service</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/url-link-for-each-feature-in-feature-service/m-p/1281535#M51663</link>
      <description>&lt;P&gt;I am trying to link url to each attribute value of a field of a hosted feature service in arcgisonline.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="saraswathiemani2_0-1682122052353.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/68774i802C4586B9171BE6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="saraswathiemani2_0-1682122052353.png" alt="saraswathiemani2_0-1682122052353.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;something similar to this.&lt;/P&gt;&lt;P&gt;Reg id is the field name in the attribute table of the hosted feature layer. For each value in the Reg ID column can I link an URL, so when the user clicks on the value (for eg. 800940), a web url opens.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Sara&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2023 00:10:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/url-link-for-each-feature-in-feature-service/m-p/1281535#M51663</guid>
      <dc:creator>saraswathiemani2</dc:creator>
      <dc:date>2023-04-22T00:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Url link for each feature in feature service</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/url-link-for-each-feature-in-feature-service/m-p/1281591#M51664</link>
      <description>&lt;P&gt;Hi Sara,&lt;/P&gt;&lt;P&gt;Would you be wanting to have the URL differ for each value by appending the RegID value on the end? I would recommend having an arcade expression that concatenates a base url with the RegID value and has that as a field in the features popup, something like:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var RegID = $feature.RegID
var BaseURL = "yourUrl"
return BaseURL + Text(RegID)&lt;/LI-CODE&gt;&lt;P&gt;Or you can have custom text in the popup with a hyperlink, so it displays the RegID with the hyperlink being "yoururl{RegID}"&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2023 00:51:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/url-link-for-each-feature-in-feature-service/m-p/1281591#M51664</guid>
      <dc:creator>JoshuaSharp-Heward</dc:creator>
      <dc:date>2023-04-22T00:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Url link for each feature in feature service</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/url-link-for-each-feature-in-feature-service/m-p/1281601#M51665</link>
      <description>&lt;P&gt;Thank you for the reply and the arcade expression.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yes, I like to have the URL differ for each value by appending the RegID value on the end.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the pop-up, it's working but I would like to have it in the table for each attribute value of the field (REG_ID) column. When the table is open, the user can click on the attribute value in the field and go to the link. In the screenshot above, Reg id is one of the column in the table with attribute values. for eg. when they click on value 800940, below URL should open.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://gisweb.azwater.gov/WellRegistry/Detail.aspx?RegID=800940" target="_blank"&gt;https://gisweb.azwater.gov/WellRegistry/Detail.aspx?RegID=800940&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2023 04:05:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/url-link-for-each-feature-in-feature-service/m-p/1281601#M51665</guid>
      <dc:creator>saraswathiemani2</dc:creator>
      <dc:date>2023-04-22T04:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Url link for each feature in feature service</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/url-link-for-each-feature-in-feature-service/m-p/1281608#M51666</link>
      <description>&lt;P&gt;What sort of a web application are you using this in, an ArcGIS Dashboard or something else? I think you'd be able to do this in a data expression in a dashboard, but if you're aiming for a table in a Web AppBuilder or Experience Builder application you may have to settle for adding another field to your feature service and calculating it with the base URL and REG_ID value.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2023 08:21:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/url-link-for-each-feature-in-feature-service/m-p/1281608#M51666</guid>
      <dc:creator>JoshuaSharp-Heward</dc:creator>
      <dc:date>2023-04-22T08:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Url link for each feature in feature service</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/url-link-for-each-feature-in-feature-service/m-p/1281616#M51667</link>
      <description>&lt;P&gt;I am using it in the Experience Builder application. Looking for a way not to show the complete long URL. But it looks like on the web map in AGOL or in Experience Builder we cannot make a hyperlink to the values in the field column.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2023 14:02:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/url-link-for-each-feature-in-feature-service/m-p/1281616#M51667</guid>
      <dc:creator>saraswathiemani2</dc:creator>
      <dc:date>2023-04-22T14:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Url link for each feature in feature service</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/url-link-for-each-feature-in-feature-service/m-p/1281648#M51669</link>
      <description>&lt;P&gt;Yeah I don't think so unfortunately, the only other way I could think of would be formatting it in another column using HTML, but I suspect that HTML isn't actually supported for attribute tables.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2023 20:24:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/url-link-for-each-feature-in-feature-service/m-p/1281648#M51669</guid>
      <dc:creator>JoshuaSharp-Heward</dc:creator>
      <dc:date>2023-04-22T20:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Url link for each feature in feature service</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/url-link-for-each-feature-in-feature-service/m-p/1281654#M51670</link>
      <description>&lt;P&gt;Thank you for looking into it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2023 22:34:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/url-link-for-each-feature-in-feature-service/m-p/1281654#M51670</guid>
      <dc:creator>saraswathiemani2</dc:creator>
      <dc:date>2023-04-22T22:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Url link for each feature in feature service</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/url-link-for-each-feature-in-feature-service/m-p/1300523#M52908</link>
      <description>&lt;P&gt;I have an update on the above question. I am able to link the attribute value to the URL.&lt;/P&gt;&lt;P&gt;In ArcGISPro, created the values with the Base URL + {Regid}, and published to ArcGIS online. The feature layer table values show with the underline, specifying the values are clickable. However, for experience builder, the underline is missing but the value is clickable and takes to the correct URL.&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>Sun, 18 Jun 2023 00:04:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/url-link-for-each-feature-in-feature-service/m-p/1300523#M52908</guid>
      <dc:creator>saraswathiemani2</dc:creator>
      <dc:date>2023-06-18T00:04:20Z</dc:date>
    </item>
  </channel>
</rss>

