<?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 in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142366#M1634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I don't know if Relative Paths works for hyperlinks.&amp;nbsp; As far as I know the URL has to make sense to the browser or application apart from any settings in ArcMap.&amp;nbsp; So you should try pasting the link directly into the application or browser and see if it works.&amp;nbsp; Adjust it until it does work.&amp;nbsp; I always put the full URL or File path, although I try to use domain names rather than mapped drive letters to try to keep the link from breaking when servers retire and to make it more universal across computers in my domain.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it's right! the full path works! I don't have URLs but only files and it would be useful to store them with relative paths, so I can share the mxd without big problems!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;here explains the methods:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/20626"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/20626&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;but still not working..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2012 14:54:02 GMT</pubDate>
    <dc:creator>DuccioNotari</dc:creator>
    <dc:date>2012-01-25T14:54:02Z</dc:date>
    <item>
      <title>Hyperlink</title>
      <link>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142358#M1626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to hyperlink a field from a related table in ArcGIS Desktop 10?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot join the table because it is one to many relationship.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I prefer field based hyperlink, not dynamic hyperlink, because there are thousands of features.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 17:33:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142358#M1626</guid>
      <dc:creator>KeisukeNozaki</dc:creator>
      <dc:date>2011-10-25T17:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink</title>
      <link>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142359#M1627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A possible way around it is to create a new feature layer where you join the attribute table of your layer to the hyperlinks table, in essence creating new features for each hyperlink record. Some features will overlap since you have many hyperlinks per feature. You could then make your new hyperlink layer features transparent in your map. When a user uses the hyperlinks tool they will only see the blue feature layers, which when selected will give you a list of which hyperlinks at that particular location. Hopefully you get the gist.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 23:03:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142359#M1627</guid>
      <dc:creator>MathieuCain</dc:creator>
      <dc:date>2011-10-25T23:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink</title>
      <link>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142360#M1628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;A possible way around it is to create a new feature layer where you join the attribute table of your layer to the hyperlinks table, in essence creating new features for each hyperlink record. Some features will overlap since you have many hyperlinks per feature. You could then make your new hyperlink layer features transparent in your map. When a user uses the hyperlinks tool they will only see the blue feature layers, which when selected will give you a list of which hyperlinks at that particular location. Hopefully you get the gist.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This won't work because of the one-to-many relationship.&amp;nbsp; You could use the Make Query Table tool to handle the join instead.&amp;nbsp; It will multiply the feature geometry for as many table records that exist.&amp;nbsp; Read the help for it &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000006r000000"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A relate works with the Identify tool to access the hyperlink fields if you enable all hyperlinks in the options of ArcMap.&amp;nbsp; You have to expand the relate tree to get at the hyperlink field, so it is a few clicks, but the records can be sorted on a Display field, which I like better than the hyperlink tool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 01:44:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142360#M1628</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2011-10-26T01:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink</title>
      <link>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142361#M1629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How do you enable hyperlink fields in layer properties?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fields in the related table are not listed in the drop down menu.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This won't work because of the one-to-many relationship.&amp;nbsp; You could use the Make Query Table tool to handle the join instead.&amp;nbsp; It will multiply the feature geometry for as many table records that exist.&amp;nbsp; Read the help for it &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000006r000000"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;A relate works with the Identify tool to access the hyperlink fields if you enable all hyperlinks in the options of ArcMap.&amp;nbsp; You have to expand the relate tree to get at the hyperlink field, so it is a few clicks, but the records can be sorted on a Display field, which I like better than the hyperlink tool.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 12:22:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142361#M1629</guid>
      <dc:creator>KeisukeNozaki</dc:creator>
      <dc:date>2011-10-26T12:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink</title>
      <link>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142362#M1630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;How do you enable hyperlink fields in layer properties?&lt;BR /&gt;Fields in the related table are not listed in the drop down menu.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You must have ArcGIS 9.3 (maybe 9.2) or better.&amp;nbsp; Access the ArcMap Option under the Customize tab and check the item shown in the first image to make any available hyperlink active in the Identify tool.&amp;nbsp; Create your relate.&amp;nbsp; Make sure the Display field expression of your layer creates a meaningful label (at ArcGIS 10 you can build a label from many fields just like in the Label Tab of the layer).&amp;nbsp; If you enable record sorting in the Identify tool the features will be listed alphabetically based on the label expression you built.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now when you click the Identify tool, make sure that the layer with the relate is an Identify target.&amp;nbsp; The features of the layer will have a tree expander as shown in the upper half of the dialog of the second attached image.&amp;nbsp; Expand the tree two levels to get to the related table records.&amp;nbsp; In this case there are 4 related table records to the feature.&amp;nbsp; Click on one of the related records to access its field list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any fields that contain a useable hyperlink in the related table will be active and can be clicked to launch the hyperlink as shown in the lower half of the dialog in the second attached image.&amp;nbsp; I have only one hyperlink field in my related records in this example, but I could have made every field a hyperlink in my related table if I had wanted it to be that way.&amp;nbsp; (I just noticed I cut off the little lightning bolt that appeared on the right hand side of the text in the field with the hyperlink, but when I first captured the image the hyperlink lightning bolt was there).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 13:26:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142362#M1630</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2011-10-26T13:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink</title>
      <link>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142363#M1631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It worked!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 13:39:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142363#M1631</guid>
      <dc:creator>KeisukeNozaki</dc:creator>
      <dc:date>2011-10-27T13:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink</title>
      <link>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142364#M1632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I didn't manage to get this working! the "lightning bolt" of the hyperlinks doesn't even light on! I can see the correct field in the identify window but it isn't highlighted and it doesn't work.. the field is text type, I am storing relative path names so I did wrote the hyperlink base in the map document properties, the arcmap options are the same of rfairhur24's images..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;what did I do wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;please help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 14:29:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142364#M1632</guid>
      <dc:creator>DuccioNotari</dc:creator>
      <dc:date>2012-01-25T14:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink</title>
      <link>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142365#M1633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I didn't manage to get this working! the "lightning bolt" of the hyperlinks doesn't even light on! I can see the correct field in the identify window but it isn't highlighted and it doesn't work.. the field is text type, I am storing relative path names so I did wrote the hyperlink base in the map document properties, the arcmap options are the same of rfairhur24's images..&lt;BR /&gt;what did I do wrong?&lt;BR /&gt;please help!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know if Relative Paths works for hyperlinks.&amp;nbsp; As far as I know the URL has to make sense to the browser or application apart from any settings in ArcMap.&amp;nbsp; So you should try pasting the link directly into the application or browser and see if it works.&amp;nbsp; Adjust it until it does work.&amp;nbsp; I always put the full URL or File path, although I try to use domain names rather than mapped drive letters to try to keep the link from breaking when servers retire and to make it more universal across computers in my domain.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 14:35:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142365#M1633</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2012-01-25T14:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink</title>
      <link>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142366#M1634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I don't know if Relative Paths works for hyperlinks.&amp;nbsp; As far as I know the URL has to make sense to the browser or application apart from any settings in ArcMap.&amp;nbsp; So you should try pasting the link directly into the application or browser and see if it works.&amp;nbsp; Adjust it until it does work.&amp;nbsp; I always put the full URL or File path, although I try to use domain names rather than mapped drive letters to try to keep the link from breaking when servers retire and to make it more universal across computers in my domain.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it's right! the full path works! I don't have URLs but only files and it would be useful to store them with relative paths, so I can share the mxd without big problems!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;here explains the methods:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/20626"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/20626&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;but still not working..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 14:54:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142366#M1634</guid>
      <dc:creator>DuccioNotari</dc:creator>
      <dc:date>2012-01-25T14:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink</title>
      <link>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142367#M1635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it works with paths relative to the mxd location..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but if in the Map Document Properties I've decided a different "Hyperlink base"... why it doesn't use it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 15:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142367#M1635</guid>
      <dc:creator>DuccioNotari</dc:creator>
      <dc:date>2012-01-25T15:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink</title>
      <link>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142368#M1636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;it works with paths relative to the mxd location..&lt;BR /&gt;but if in the Map Document Properties I've decided a different "Hyperlink base"... why it doesn't use it?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that only applies to a layer that defines a single field as a Hyperlink in the layer definition.&amp;nbsp; I do not think it applies to the general setting that enables anything resembling a hyperlink to fire up.&amp;nbsp; I do not believe that setting should apply to that condition, since all manner of hyperlinks are supposed to work though that setting, not just those from a single base.&amp;nbsp; I would not want it to be limited.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How would distribution transfer the linked information that would cause you these problems?&amp;nbsp; If the links aren't in relative path configuration, don't you risk a break in the link anyway if the other user does not duplicate your directory conventions locally or have access to your domain?&amp;nbsp; What UNC are you using in the base?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 17:07:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142368#M1636</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2012-01-25T17:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink</title>
      <link>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142369#M1637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm working in a standardized model made by geodatabases in specific folders, so everyone that will get my work will have to use this folder's structure.. it may change the letter of the drive, or there may be some more folders before mine but the standard is fixed.. so I was hopin that it would work better for everybody if there was no dependancy from the place you put my folders.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this is the full path to my mxd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;D:\lavoro\GIS\AereoportoS15\Progetti\ArcGis10\project.mxd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and this is the full path to the liked documents&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;D:\lavoro\GIS\AereoportoS15\Carta_delle_indagini\Documenti\example.pdf&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I understood well, in my field I should write&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;..\..\Carta_delle_indagini\Documenti\example.pdf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was hoping there was a way to use shorter paths by specifying a common starting point that is "nearer" to the desired documents because some documents have got really long names ad are in sub-sub-folders of "Documenti".. so the hyperlink field has to be very big and it's not that easy to understand what are you opening just looking to the field.. I mean.. there's a difference between seeing "example.pdf" or "..\..\Carta_delle_indagini\Documenti\example.pdf" or longer!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 06:41:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142369#M1637</guid>
      <dc:creator>DuccioNotari</dc:creator>
      <dc:date>2012-01-26T06:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink</title>
      <link>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142370#M1638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I make no effort to make the hyperlink field human readable or displayable.&amp;nbsp; I use other fields as my display field for the identify tool, so I don't care what the hyperlink is (I never use the hyperlink tool, just identify).&amp;nbsp; I would suggest that is how you should view that field.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not use drive letters at all or relative paths.&amp;nbsp; I use the UNC //agency/agencydfs/ for my files which is a domain file server domain name that has been set up by my IT department.&amp;nbsp; It can point anywhere that my IT department wants (multiple servers are accessed with that same UNC prefix and are distinguished by whatever the next portion of the path is named).&amp;nbsp; Virtually everyone in my domain can see the information from the dfs (IT can restrict permissions if needed) and IT is free to move the pointer from server to server as they want without breaking my links as long as they preserve the directory structure below the pointer.&amp;nbsp; It is very convenient and I do not distribute the hyperlink material normally (for the few people outside my domain I just have them use the Field Calculator and a replace operation to alter the path, but most of them are getting access to the domain to avoid information latency and portable harddisk sharing).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 13:29:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/hyperlink/m-p/142370#M1638</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2012-01-26T13:29:33Z</dc:date>
    </item>
  </channel>
</rss>

