<?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: How to set up hyperlink to attachments in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-set-up-hyperlink-to-attachments/m-p/1223563#M61299</link>
    <description>&lt;P&gt;There are a few different ways to do this.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Field calculate it to equal the hyperlink+Serverpath (Arcade)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;$feature.SERVER_PATH + "\\" +$feature.Hyperlink​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;if the url is always the same, then just do whatever the URL is + Serverpath&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt; "www.exampleURL.com\\" +$feature.Hyperlink​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If just for the popup, use the same Arcade expression as the popup and hide the fields you don't need.&lt;/LI&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_0-1666210415218.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/53999i55C377AFE8627E7D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_0-1666210415218.png" alt="AlfredBaldenweck_0-1666210415218.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Wed, 19 Oct 2022 20:14:25 GMT</pubDate>
    <dc:creator>AlfredBaldenweck</dc:creator>
    <dc:date>2022-10-19T20:14:25Z</dc:date>
    <item>
      <title>How to set up hyperlink to attachments</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-set-up-hyperlink-to-attachments/m-p/1223533#M61297</link>
      <description>&lt;P&gt;Hello!!&lt;/P&gt;&lt;P&gt;The layer I'm working with has a SERVER_PATH and Hyperlink&amp;nbsp; attributes. I want the values&amp;nbsp; of the SERVER_PATH (which are different for each asset)&amp;nbsp; to automatically&amp;nbsp; go to the end of the hyperlink.&amp;nbsp; I have all the values for the SERVER_PATH field and have been populating each hyperlink individually. Any ideas on how to do automate this process?&lt;/P&gt;&lt;P&gt;See below picture&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dalvarez_0-1666207188411.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/53989i188C1A5ABAAE5C4D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dalvarez_0-1666207188411.png" alt="dalvarez_0-1666207188411.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 19:31:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-set-up-hyperlink-to-attachments/m-p/1223533#M61297</guid>
      <dc:creator>dalvarez</dc:creator>
      <dc:date>2022-10-19T19:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up hyperlink to attachments</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-set-up-hyperlink-to-attachments/m-p/1223563#M61299</link>
      <description>&lt;P&gt;There are a few different ways to do this.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Field calculate it to equal the hyperlink+Serverpath (Arcade)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;$feature.SERVER_PATH + "\\" +$feature.Hyperlink​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;if the url is always the same, then just do whatever the URL is + Serverpath&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt; "www.exampleURL.com\\" +$feature.Hyperlink​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If just for the popup, use the same Arcade expression as the popup and hide the fields you don't need.&lt;/LI&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_0-1666210415218.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/53999i55C377AFE8627E7D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_0-1666210415218.png" alt="AlfredBaldenweck_0-1666210415218.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 19 Oct 2022 20:14:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-set-up-hyperlink-to-attachments/m-p/1223563#M61299</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2022-10-19T20:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up hyperlink to attachments</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-set-up-hyperlink-to-attachments/m-p/1223573#M61301</link>
      <description>&lt;P&gt;You can also set up an attribute rule for it, but I'm not familiar with how to do that.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/an-overview-of-attribute-rules.htm" target="_blank"&gt;Introduction to attribute rules—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/create-modify-and-delete-attribute-rules.htm#:~:text=You%20can%20open%20the%20Attribute%20Rules%20view%20from,click%20Attribute%20Rules%20in%20the%20Data%20Design%20group." target="_blank"&gt;Create and manage attribute rules—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 20:48:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-set-up-hyperlink-to-attachments/m-p/1223573#M61301</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2022-10-19T20:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up hyperlink to attachments</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-set-up-hyperlink-to-attachments/m-p/1223873#M61334</link>
      <description>&lt;P&gt;Good to hear.&lt;/P&gt;&lt;P&gt;Just a warning, it looks like you're missing a backslash between .org and Traffic&lt;/P&gt;&lt;P&gt;Add in "\\" to the expression to fix the links if they don't work.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 16:04:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-set-up-hyperlink-to-attachments/m-p/1223873#M61334</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2022-10-20T16:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up hyperlink to attachments</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-set-up-hyperlink-to-attachments/m-p/1224019#M61348</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;this expression worked for me:&amp;nbsp;&amp;nbsp;"&lt;A href="https://wpbgisportal.wpb.org/Traffic/" target="_blank"&gt;https://wpbgisportal.wpb.org/Traffic/&lt;/A&gt;" + $feature.FILE_ + $feature.Hyperlink&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dalvarez_0-1666295252345.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/54079i43C80696E0A80385/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dalvarez_0-1666295252345.png" alt="dalvarez_0-1666295252345.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;A hyperlink was created for every asset&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dalvarez_1-1666295297331.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/54080iBF66C286265F47C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dalvarez_1-1666295297331.png" alt="dalvarez_1-1666295297331.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 19:48:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-set-up-hyperlink-to-attachments/m-p/1224019#M61348</guid>
      <dc:creator>dalvarez</dc:creator>
      <dc:date>2022-10-20T19:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up hyperlink to attachments</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-set-up-hyperlink-to-attachments/m-p/1390340#M79707</link>
      <description>&lt;P&gt;My issue is backwards - wondering if anyone has insight. I need to create the Server path from the hyperlink&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 14:18:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-set-up-hyperlink-to-attachments/m-p/1390340#M79707</guid>
      <dc:creator>Laura</dc:creator>
      <dc:date>2024-03-04T14:18:55Z</dc:date>
    </item>
  </channel>
</rss>

