<?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: Hyperlink Not Accepting '&amp;' Symbol in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/hyperlink-not-accepting-symbol/m-p/367220#M2097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Okay, after much trial and error and very helpful assistance from users on gis stack exchange I have figured it out.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;I had to use a combination of URL encoding and HTML encoding.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;In the end, there were 3 symbols the software/browser/server was having trouble with: '&amp;amp;', '{', and '}'&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;For the '&amp;amp;', HTML encoding was needed.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;For the '{', HTML or URL encoding was accepted.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;For the '}', URL encoding was needed.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;In order to get the hyperlink to work I had to delete everything and then go back and enter the new url into the system.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;The end encoded result: &lt;A href="http://www.mycompany.net/records/personal/details.asp?taxyear=2015&amp;amp;amp" rel="nofollow" style="color: #358daa;"&gt;http://www.mycompany.net/records/personal/details.asp?taxyear=2015&amp;amp;amp&lt;/A&gt; ;ppt=A&amp;amp;amp ;acct=%7Bacct%7D&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;I added the spaces between amp ; so this site would not automatically translate it to '&amp;amp;'. The actual encoded url does not contain those spaces.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;And after all of that, I needed to submit the hyperlink, click ok for the widget, then go back into the edit mode again and once more click ok. If I only did the process once, then my hyperlinked field did not translate to the actual account. For some reason, going through the process twice jumpstarted the link and my {acct} was linked to the number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Oct 2015 21:25:02 GMT</pubDate>
    <dc:creator>TiffanySelvidge1</dc:creator>
    <dc:date>2015-10-08T21:25:02Z</dc:date>
    <item>
      <title>Hyperlink Not Accepting '&amp;' Symbol</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/hyperlink-not-accepting-symbol/m-p/367217#M2094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Operations Dashboard with Portal for ArcGIS. When I create a hyperlink in the Feature Details widget, every time I use the '&amp;amp;' symbol, the widget refuses to accept the hyperlink. If I display the entire hyperlinked url and then go back and type in each '&amp;amp;' symbol then the letters after the symbol and before another symbol are removed in the details display. The widget does not have a problem with the '?' or '=' symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For example this:&lt;/STRONG&gt;&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/129942_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Changes to this:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/129943_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any assistance will be appreciated. I have used hyperlinks many times but never before have run into this particular problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 21:11:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/hyperlink-not-accepting-symbol/m-p/367217#M2094</guid>
      <dc:creator>TiffanySelvidge1</dc:creator>
      <dc:date>2015-10-06T21:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink Not Accepting '&amp;' Symbol</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/hyperlink-not-accepting-symbol/m-p/367218#M2095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been doing more research and have discovered the use of '&amp;amp;' in HTML for hyperlinks needs to be modified to &amp;amp;amp; . I have made the change but now the url is taking out the '&amp;amp;' in the browser so the page still cannot be reached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For example this:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="130073" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/130073_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Becomes this:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="130074" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/130074_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Which results in this and no valid webpage:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="130075" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/130075_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 12:52:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/hyperlink-not-accepting-symbol/m-p/367218#M2095</guid>
      <dc:creator>TiffanySelvidge1</dc:creator>
      <dc:date>2015-10-07T12:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink Not Accepting '&amp;' Symbol</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/hyperlink-not-accepting-symbol/m-p/367219#M2096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to the url not including the '&amp;amp;'s when the hyperlink is clicked, an error message is appearing in the browser:&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/130279_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 13:47:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/hyperlink-not-accepting-symbol/m-p/367219#M2096</guid>
      <dc:creator>TiffanySelvidge1</dc:creator>
      <dc:date>2015-10-08T13:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink Not Accepting '&amp;' Symbol</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/hyperlink-not-accepting-symbol/m-p/367220#M2097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Okay, after much trial and error and very helpful assistance from users on gis stack exchange I have figured it out.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;I had to use a combination of URL encoding and HTML encoding.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;In the end, there were 3 symbols the software/browser/server was having trouble with: '&amp;amp;', '{', and '}'&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;For the '&amp;amp;', HTML encoding was needed.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;For the '{', HTML or URL encoding was accepted.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;For the '}', URL encoding was needed.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;In order to get the hyperlink to work I had to delete everything and then go back and enter the new url into the system.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;The end encoded result: &lt;A href="http://www.mycompany.net/records/personal/details.asp?taxyear=2015&amp;amp;amp" rel="nofollow" style="color: #358daa;"&gt;http://www.mycompany.net/records/personal/details.asp?taxyear=2015&amp;amp;amp&lt;/A&gt; ;ppt=A&amp;amp;amp ;acct=%7Bacct%7D&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;I added the spaces between amp ; so this site would not automatically translate it to '&amp;amp;'. The actual encoded url does not contain those spaces.&lt;/P&gt;&lt;P style="margin-bottom: 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;And after all of that, I needed to submit the hyperlink, click ok for the widget, then go back into the edit mode again and once more click ok. If I only did the process once, then my hyperlinked field did not translate to the actual account. For some reason, going through the process twice jumpstarted the link and my {acct} was linked to the number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 21:25:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/hyperlink-not-accepting-symbol/m-p/367220#M2097</guid>
      <dc:creator>TiffanySelvidge1</dc:creator>
      <dc:date>2015-10-08T21:25:02Z</dc:date>
    </item>
  </channel>
</rss>

