<?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 hyperlink attribute in ArcGIS Explorer Questions</title>
    <link>https://community.esri.com/t5/arcgis-explorer-questions/hyperlink-attribute/m-p/793671#M323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My organization intranet has a feature where further attribute values can be viewed on a webpage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Basic programming stuff, an attribute with value "x" has a link to "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.myorganization.com/ViewDetails.htm?Id=x" rel="nofollow" target="_blank"&gt;http://www.myorganization.com/ViewDetails.htm?Id=x&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can something like this be done such that this is reflected on Explorer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One other way is to change the schema and include a new attribute and populate it which I would rather avoid as I don't have control over the db.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2014 22:37:33 GMT</pubDate>
    <dc:creator>JosephJose</dc:creator>
    <dc:date>2014-05-22T22:37:33Z</dc:date>
    <item>
      <title>hyperlink attribute</title>
      <link>https://community.esri.com/t5/arcgis-explorer-questions/hyperlink-attribute/m-p/793671#M323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My organization intranet has a feature where further attribute values can be viewed on a webpage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Basic programming stuff, an attribute with value "x" has a link to "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.myorganization.com/ViewDetails.htm?Id=x" rel="nofollow" target="_blank"&gt;http://www.myorganization.com/ViewDetails.htm?Id=x&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can something like this be done such that this is reflected on Explorer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One other way is to change the schema and include a new attribute and populate it which I would rather avoid as I don't have control over the db.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 22:37:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-questions/hyperlink-attribute/m-p/793671#M323</guid>
      <dc:creator>JosephJose</dc:creator>
      <dc:date>2014-05-22T22:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: hyperlink attribute</title>
      <link>https://community.esri.com/t5/arcgis-explorer-questions/hyperlink-attribute/m-p/793672#M324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can create the pop-up to have links in that format when you are making the map. In the browser while making the map, &lt;/SPAN&gt;&lt;A href="http://doc.arcgis.com/en/arcgis-online/create-maps/configure-pop-ups.htm"&gt;configure the popup&lt;/A&gt;&lt;SPAN&gt; for the layer where you want this behavior so that it includes the link. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the following example, we'll use ID_NUM as the field on your feature that includes the value you want used in the link, and we'll create a popup that reads "See more details about feature X online." where "online" is a link to the page including the ID:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;In the pop-up properties, set the Display drop-down list to "A custom attribute display"&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Click the "Configure" button below the Display setting. This opens the Custom Attribute Display dialog. &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Type "See more details about feature "&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Click the + at the end of the toolbar for the dialog and select the field with the ID (here I'll use ID_NUM). This inserts {ID_NUM} at the end, leaving the sentence: "See more details about feature {ID_NUM}"&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Type " online.", making the sentence "See more details about feature {ID_NUM} online."&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Select "online" in your sentence, and click the Create Link tool on the toolbar.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;SPAN&gt;In the URL field, enter &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.myorganization.com/ViewDetails.htm?Id=" rel="nofollow" target="_blank"&gt;http://www.myorganization.com/ViewDetails.htm?Id=&lt;/A&gt;&lt;SPAN&gt;{ID_NUM}&lt;/SPAN&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Click Set to apply the link and dismiss the link properties dialog.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Click OK to close the custom attribute display dialog.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Click Save Pop-up at the bottom of the Pop-up Properties panel.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Save your map.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Open the map in Explorer, tap on a feature, and you'll see the link with that feature's information. Tap on the link to open the web page.&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 14:03:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-questions/hyperlink-attribute/m-p/793672#M324</guid>
      <dc:creator>Kylie</dc:creator>
      <dc:date>2014-05-23T14:03:22Z</dc:date>
    </item>
  </channel>
</rss>

