<?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 Creating Hyperlinks in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/creating-hyperlinks/m-p/1276971#M67786</link>
    <description>&lt;P&gt;I'm struggling with trying to create hyperlink within my pop. I want to be able to set a link that when you click the Account number for a parcel, it links to the Assessors page for that property card. I tried using the syntax of:&lt;/P&gt;&lt;P&gt;&amp;lt;a href="file://filepath" target="_top"&amp;gt;hyperlinkname&amp;lt;/a&amp;gt;, but I keep getting errors.&lt;/P&gt;&lt;P&gt;I'm sure I'm entering something wrong. The link to get to the specific parcel card is: &lt;A href="https://fremontcountyco-asr-web.tylerhost.net/assessor/taxweb/account.jsp?accountNum=R012430" target="_blank"&gt;https://fremontcountyco-asr-web.tylerhost.net/assessor/taxweb/account.jsp?&lt;FONT color="#FFFF00"&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;accountNum=R012430&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FFFF00"&gt;&lt;FONT color="#000000"&gt;The last part of this link, is the specific account number, which within my feature layer I have a field named "ACCOUNTNUMBER"&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FFFF00"&gt;&lt;FONT color="#000000"&gt;I'm not sure how to put this in so when the pop up is up, this account number can just be selected and go then to the assessors site with it's specific property card. I have almost 24000 parcels, so trying to find the best way to do this, so I don't have to make 24000 separate hyperlinks for the different account numbers. I have looked at a few different documents to try to do this through ESRI, but still struggling.&amp;nbsp; Thank you for those who can help. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;See screen shot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Apr 2023 16:05:24 GMT</pubDate>
    <dc:creator>DanaYoung</dc:creator>
    <dc:date>2023-04-10T16:05:24Z</dc:date>
    <item>
      <title>Creating Hyperlinks</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-hyperlinks/m-p/1276971#M67786</link>
      <description>&lt;P&gt;I'm struggling with trying to create hyperlink within my pop. I want to be able to set a link that when you click the Account number for a parcel, it links to the Assessors page for that property card. I tried using the syntax of:&lt;/P&gt;&lt;P&gt;&amp;lt;a href="file://filepath" target="_top"&amp;gt;hyperlinkname&amp;lt;/a&amp;gt;, but I keep getting errors.&lt;/P&gt;&lt;P&gt;I'm sure I'm entering something wrong. The link to get to the specific parcel card is: &lt;A href="https://fremontcountyco-asr-web.tylerhost.net/assessor/taxweb/account.jsp?accountNum=R012430" target="_blank"&gt;https://fremontcountyco-asr-web.tylerhost.net/assessor/taxweb/account.jsp?&lt;FONT color="#FFFF00"&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;accountNum=R012430&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FFFF00"&gt;&lt;FONT color="#000000"&gt;The last part of this link, is the specific account number, which within my feature layer I have a field named "ACCOUNTNUMBER"&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FFFF00"&gt;&lt;FONT color="#000000"&gt;I'm not sure how to put this in so when the pop up is up, this account number can just be selected and go then to the assessors site with it's specific property card. I have almost 24000 parcels, so trying to find the best way to do this, so I don't have to make 24000 separate hyperlinks for the different account numbers. I have looked at a few different documents to try to do this through ESRI, but still struggling.&amp;nbsp; Thank you for those who can help. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;See screen shot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 16:05:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-hyperlinks/m-p/1276971#M67786</guid>
      <dc:creator>DanaYoung</dc:creator>
      <dc:date>2023-04-10T16:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Hyperlinks</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-hyperlinks/m-p/1276977#M67788</link>
      <description>&lt;P&gt;You can put that in using this syntax (with &lt;A href="https://developers.arcgis.com/arcade/guide/template-literals/" target="_self"&gt;template literals&lt;/A&gt;). This also puts the account number as the text you can click on&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;`&amp;lt;a href="https://fremontcountyco-asr-web.tylerhost.net/assessor/taxweb/account.jsp?accountNum=${$feature.ACCOUNTNUMBER}" target="_top"&amp;gt;${$feature.ACCOUNTNUMBER}&amp;lt;/a&amp;gt;`&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 16:29:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-hyperlinks/m-p/1276977#M67788</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2023-04-10T16:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Hyperlinks</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-hyperlinks/m-p/1276979#M67789</link>
      <description>&lt;P&gt;Thank you!! this worked and I just didn't get that "$[$feature.ACCOUNtNUMBER}" part figured out.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 16:34:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-hyperlinks/m-p/1276979#M67789</guid>
      <dc:creator>DanaYoung</dc:creator>
      <dc:date>2023-04-10T16:34:36Z</dc:date>
    </item>
  </channel>
</rss>

