<?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: Hyperlinks in ArcGIS Explorer in ArcGIS Explorer Desktop Questions</title>
    <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/hyperlinks-in-arcgis-explorer/m-p/40028#M217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Mark,&lt;BR /&gt;&lt;BR /&gt;How can I set the hyperlinks for a parcels map to open PDF documents when the user clicks the features in ArcGis explorer?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Shany&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe that you have to either begin your link with "file" as in:&amp;nbsp; "file:///C:/abc/xyz.pdf"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the machine name: "\\yourmachinename\C$\abc\xyz.pdf"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That would also work for network shared drives -- so if your organization has a drive which everyone shares, you can store the document there and everyone could access it through ArcExplorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;--Adam&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT:&amp;nbsp; I forgot one thing.&amp;nbsp; If you organize the documents into a clear filing structure, you can create a field in your parcels data and do a field calculation to get the link (in ArcMap).&amp;nbsp; In my situation, I have "sites" with a specific SiteID.&amp;nbsp; That attributes is in my point feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our shared drive would then contain a folder structure specifically for PDF documents related to those sites:&amp;nbsp; ...\SitePDF\[SiteID].pdf&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, if I had one PDF I wanted to show for each site and the name of the PDF was the SiteID, I would utilize the Field Calculator to populate my Links column.&amp;nbsp; The VB would read:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"\\myserverORmymachine\Drive$\SitePDF\" &amp;amp; [SiteID] &amp;amp; ".pdf"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...which would generate this:&amp;nbsp; \\myservername\Drive$\SitePDF\AD999.pdf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and would change for every Site in the Feature Class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for example - the next one would be:&amp;nbsp; \\myservername\Drive$\SitePDF\AE001.pdf&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;--Adam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jun 2010 12:44:33 GMT</pubDate>
    <dc:creator>AdamRepsher</dc:creator>
    <dc:date>2010-06-23T12:44:33Z</dc:date>
    <item>
      <title>Hyperlinks in ArcGIS Explorer</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/hyperlinks-in-arcgis-explorer/m-p/40025#M214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created a feature class in a geodatabase. and for each feature I defined a hyperlink (eg. C:\xyz\abc.pdf).&amp;nbsp; It works fine in ArcMap. But when I add this to ArcGIS explorer the path is popping up as just a string.&amp;nbsp; Is there something I am missing for the path to show up as hyperlink?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Srikanth&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 21:17:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/hyperlinks-in-arcgis-explorer/m-p/40025#M214</guid>
      <dc:creator>srikanthmatta</dc:creator>
      <dc:date>2010-05-21T21:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in ArcGIS Explorer</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/hyperlinks-in-arcgis-explorer/m-p/40026#M215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Srikanth,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are not missing anything.&amp;nbsp; The popup window does not automatically show file paths as links. In the popup properties you could choose to "use the value of a field as popup content" to see the PDF file when you click the feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keep in mind that anything you author that relies on a drive letter file path will only be useable on your computer, or another computer that duplicates the folder structure that you have on yours.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 17:13:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/hyperlinks-in-arcgis-explorer/m-p/40026#M215</guid>
      <dc:creator>MarkBockenhauer</dc:creator>
      <dc:date>2010-05-26T17:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in ArcGIS Explorer</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/hyperlinks-in-arcgis-explorer/m-p/40027#M216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I set the hyperlinks for a parcels map to open PDF documents when the user clicks the features in ArcGis explorer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shany&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 18:12:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/hyperlinks-in-arcgis-explorer/m-p/40027#M216</guid>
      <dc:creator>shanybenj</dc:creator>
      <dc:date>2010-06-22T18:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in ArcGIS Explorer</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/hyperlinks-in-arcgis-explorer/m-p/40028#M217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Mark,&lt;BR /&gt;&lt;BR /&gt;How can I set the hyperlinks for a parcels map to open PDF documents when the user clicks the features in ArcGis explorer?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Shany&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe that you have to either begin your link with "file" as in:&amp;nbsp; "file:///C:/abc/xyz.pdf"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the machine name: "\\yourmachinename\C$\abc\xyz.pdf"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That would also work for network shared drives -- so if your organization has a drive which everyone shares, you can store the document there and everyone could access it through ArcExplorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;--Adam&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT:&amp;nbsp; I forgot one thing.&amp;nbsp; If you organize the documents into a clear filing structure, you can create a field in your parcels data and do a field calculation to get the link (in ArcMap).&amp;nbsp; In my situation, I have "sites" with a specific SiteID.&amp;nbsp; That attributes is in my point feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our shared drive would then contain a folder structure specifically for PDF documents related to those sites:&amp;nbsp; ...\SitePDF\[SiteID].pdf&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, if I had one PDF I wanted to show for each site and the name of the PDF was the SiteID, I would utilize the Field Calculator to populate my Links column.&amp;nbsp; The VB would read:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"\\myserverORmymachine\Drive$\SitePDF\" &amp;amp; [SiteID] &amp;amp; ".pdf"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...which would generate this:&amp;nbsp; \\myservername\Drive$\SitePDF\AD999.pdf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and would change for every Site in the Feature Class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for example - the next one would be:&amp;nbsp; \\myservername\Drive$\SitePDF\AE001.pdf&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;--Adam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 12:44:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/hyperlinks-in-arcgis-explorer/m-p/40028#M217</guid>
      <dc:creator>AdamRepsher</dc:creator>
      <dc:date>2010-06-23T12:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlinks in ArcGIS Explorer</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/hyperlinks-in-arcgis-explorer/m-p/40029#M218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello&lt;BR /&gt;I have created a feature class in a geodatabase. and for each feature I defined a hyperlink (eg. C:\xyz\abc.pdf).&amp;nbsp; It works fine in ArcMap. But when I add this to ArcGIS explorer the path is popping up as just a string.&amp;nbsp; Is there something I am missing for the path to show up as hyperlink?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Srikanth&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have had that problem if I have "&amp;nbsp; " marks enclosing the path.&amp;nbsp; When I removed them it worked fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R.T.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 03:10:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/hyperlinks-in-arcgis-explorer/m-p/40029#M218</guid>
      <dc:creator>RalphTibiletti</dc:creator>
      <dc:date>2014-04-17T03:10:58Z</dc:date>
    </item>
  </channel>
</rss>

