<?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: Pro Hyperlink breaks with special characters in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185560#M8235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using Arcade to workaround the link issue, and I think internal Popup window code is interfering.&amp;nbsp; I have raised this with the team that works on Popups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example when a file path is typed in, the popup changes the string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/475154_fileur.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The popup link trips over the ' in the file name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Dec 2019 17:31:46 GMT</pubDate>
    <dc:creator>MarkBockenhauer</dc:creator>
    <dc:date>2019-12-03T17:31:46Z</dc:date>
    <item>
      <title>Pro Hyperlink breaks with special characters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185553#M8228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have paths and file names with special characters:&amp;nbsp; &lt;STRONG&gt;L:\Path\MATT'S ADDN BLK 1,2,&amp;amp;3.TIF&lt;/STRONG&gt;.&amp;nbsp; I know this is a terrible thing to do, but it was done long ago before my time here.&amp;nbsp; My guess is it is due to the special characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The paths are stored in an attribute and I am using that as a hyperlink in a custom popup.&amp;nbsp; The ones which do not have special characters of course open fine.&amp;nbsp; But I get the following error below on the ones that do. Hitting Yes does nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not a problem in using the ArcMap hyperlink (lighting bolt).&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="474745" alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/474745_AnotherPROproblem.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arcmap equivalency‌&amp;nbsp;arcmap equivalent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 15:07:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185553#M8228</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2019-11-27T15:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Hyperlink breaks with special characters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185554#M8229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The single quote is causing the script error.&amp;nbsp; I don't know of a way to work around this in ArcGIS Pro, other than removing the single quote from the file names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 18:27:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185554#M8229</guid>
      <dc:creator>MarkBockenhauer</dc:creator>
      <dc:date>2019-11-27T18:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Hyperlink breaks with special characters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185555#M8230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depends on how the strings are quoted.&amp;nbsp; How software interprets a path is another issue, but even microsoft recommends against space and punctuation.&amp;nbsp; Unix is more forgiving&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;p &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'L:\Path\MATT'&lt;/SPAN&gt;S ADDN BLK &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;3.&lt;/SPAN&gt;TIF'    &lt;SPAN class="comment token"&gt;# ---- single quote raw encoding&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"&amp;lt;ipython-input-5-7dbd339e92b6&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;
    p &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;'L:\Path\MATT'&lt;/SPAN&gt;S ADDN BLK &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;3.&lt;/SPAN&gt;TIF'
                       &lt;SPAN class="operator token"&gt;^&lt;/SPAN&gt;
SyntaxError&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; invalid syntax


p &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; r&lt;SPAN class="string token"&gt;"L:\Path\MATT'S ADDN BLK 1,2,&amp;amp;3.TIF"&lt;/SPAN&gt;     &lt;SPAN class="comment token"&gt;# ---- double quote raw encoding&lt;/SPAN&gt;

q &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; p&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;replace&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"\\"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"/"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

q
&lt;SPAN class="string token"&gt;"L:/Path/MATT'S ADDN BLK 1,2,&amp;amp;3.TIF"&lt;/SPAN&gt;   &lt;SPAN class="comment token"&gt;# ---- safe anywhere&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:24:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185555#M8230</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T09:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Hyperlink breaks with special characters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185556#M8231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Thanks Dan!&amp;nbsp; This fixes the problem.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&amp;nbsp; Seemed like an expression would be the fix, I still get the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace($feature.Plat_HL,"\\", "/")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="475087" alt="" class="jive-emoji image-1 jive-image" height="415" src="https://community.esri.com/legacyfs/online/475087_replace1.jpg" width="676" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="475139" alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/475139_replace.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2019 20:56:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185556#M8231</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2019-12-02T20:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Hyperlink breaks with special characters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185557#M8232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are using arcade, path delimiter replace is for python, no clue how arcade handles paths and unsavory characters&lt;/P&gt;&lt;P&gt;maybe &lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;‌ knows&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2019 16:42:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185557#M8232</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-12-03T16:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Hyperlink breaks with special characters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185558#M8233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan!&amp;nbsp; Unfortunately Python is not an option in Pro popups.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2019 16:51:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185558#M8233</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2019-12-03T16:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Hyperlink breaks with special characters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185559#M8234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Testing this more I found the path works fine within the popup.&amp;nbsp; But still cannot figure out a way to hyperlink correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;IMG __jive_id="475141" alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/475141_pop.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2019 17:28:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185559#M8234</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2019-12-03T17:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Hyperlink breaks with special characters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185560#M8235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using Arcade to workaround the link issue, and I think internal Popup window code is interfering.&amp;nbsp; I have raised this with the team that works on Popups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example when a file path is typed in, the popup changes the string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/475154_fileur.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The popup link trips over the ' in the file name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2019 17:31:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185560#M8235</guid>
      <dc:creator>MarkBockenhauer</dc:creator>
      <dc:date>2019-12-03T17:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Hyperlink breaks with special characters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185561#M8236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/254418"&gt;Matthew Driscoll&lt;/A&gt;&amp;nbsp; and&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just did a little test and although I have the same issue with the link, the image does show in the pop-up (using the original path without any encoding). However, when you click on the image or the link, it will produce the error. I tried to use the UrlEncode function in Arcade (as you can see at the wonderful text next to "CreateHyperlink", but this does not work either. I even include the "file:///" before the path and that did not work either.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="553" src="https://community.esri.com/legacyfs/online/475155_pastedImage_1.png" width="404" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/45316"&gt;Kory Kramer&lt;/A&gt;‌; do you know how to avoid the error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="269" src="https://community.esri.com/legacyfs/online/475156_pastedImage_4.png" width="417" /&gt;&lt;/P&gt;&lt;P&gt;Here is the error message (in Spanish)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2019 17:33:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185561#M8236</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-12-03T17:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Hyperlink breaks with special characters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185562#M8237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/254418" target="_blank"&gt;Matthew Driscoll&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The image tag with the file link will work and display the image, but when using the same link in the href of an anchor it fails. So IMHO something that needs fixing in ArcGIS Pro. See code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/475162_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; file &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Replace&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Plat_HL&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"'"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"%27"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
file &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Replace&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;file&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"&amp;amp;"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"%26"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
file &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Replace&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;file&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;" "&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"%20"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
file &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Replace&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;file&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;","&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"%2C"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; '&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;a href&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;"file&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;//' + file + '"&amp;gt;&amp;lt;img src="file:///' + file + '" width="250"&amp;gt;&amp;lt;/a&amp;gt;';&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which leads to showing the image in the pop-up...&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/475172_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.. but clicking on it will fail:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" height="278" src="https://community.esri.com/legacyfs/online/475173_pastedImage_4.png" width="431" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:24:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185562#M8237</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2021-12-11T09:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Hyperlink breaks with special characters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185563#M8238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Customer support thinks it is because of Arcade, not the popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"...&lt;SPAN style="color: #201f1e; background-color: #ffffff;"&gt;I was discussing this case with my manager, and we believe the differences seen in hyperlink behavior between ArcMap and ArcGIS Pro relate to how the two programs are coded. ArcMap does not have Arcade integrated into its background processes, while ArcGIS Pro does. This changes how the two programs function at a fundamental level..."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #201f1e; background-color: #ffffff;"&gt;So this leads to why is Arcade the only option for customizing popup's other than getting into the SDK?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2019 17:49:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185563#M8238</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2019-12-05T17:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Hyperlink breaks with special characters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185564#M8239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good question... was python used before? (I don't do popups ) or is it some web thing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2019 18:50:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185564#M8239</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-12-05T18:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Hyperlink breaks with special characters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185565#M8240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes VBScript, Python and JScript are all options available for Display Expressions in ArcMap.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2019 20:04:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185565#M8240</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2019-12-05T20:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Hyperlink breaks with special characters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185566#M8241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/254418"&gt;Matthew Driscoll&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I'm going to have to disagree with customer support. If in the same pop-up using the same Arcade expression an image is visualized correctly, but the link to open the same image is resulting in an error, this cannot be&amp;nbsp;something caused by the Arcade expression, but is something that ArcGIS Pro is doing with the result of the expression.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CC &lt;A href="https://community.esri.com/migrated-users/45316"&gt;Kory Kramer&lt;/A&gt;‌ what do you think?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arcade is the expression language Esri has chosen to implement as the cross platform expression language for all the profiles below (and this list is growing).&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/475492_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2019 14:50:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185566#M8241</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-12-06T14:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Hyperlink breaks with special characters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185567#M8242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.esri.com/migrated-users/3100"&gt;Xander Bakker&lt;/A&gt;‌&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think &lt;A href="https://community.esri.com/migrated-users/3790"&gt;Mark Bockenhauer&lt;/A&gt;‌ got at this above when he said "&lt;SPAN style="background-color: #ffffff;"&gt;I tried using Arcade to workaround the link issue, and I think internal Popup window code is interfering.&amp;nbsp; I have raised this with the team that works on Popups."&amp;nbsp; That dev team has entered an internal issue to look into this.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2019 14:57:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185567#M8242</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2019-12-06T14:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Hyperlink breaks with special characters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185568#M8243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/45316"&gt;Kory Kramer&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://community.esri.com/people/mbockenhauer-esristaff"&gt;mbockenhauer-esristaff&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2019 15:00:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185568#M8243</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2019-12-06T15:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Hyperlink breaks with special characters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185569#M8244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Xander.&amp;nbsp; I have just been getting started with using Arcade on different platforms.&amp;nbsp;&amp;nbsp;I have seen some amazing things others have done with Arcade expressions, I can't wait to dive in deeper.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2019 15:15:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185569#M8244</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2019-12-06T15:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pro Hyperlink breaks with special characters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185570#M8245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN style="color: #201f1e; background-color: #ffffff;"&gt;BUG-000127258&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2019 15:42:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pro-hyperlink-breaks-with-special-characters/m-p/185570#M8245</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2019-12-10T15:42:45Z</dc:date>
    </item>
  </channel>
</rss>

