<?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: Does jmp allow the contents of a cell to be a hyperlink in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56830#M31900</link>
    <description>&lt;P&gt;Thanks so much everybody.&amp;nbsp; Is this a feature only in JMP 14, or can I do it in JMP 13?&amp;nbsp; I am currently using JMP 13.&lt;/P&gt;</description>
    <pubDate>Thu, 10 May 2018 18:16:29 GMT</pubDate>
    <dc:creator>jrphage</dc:creator>
    <dc:date>2018-05-10T18:16:29Z</dc:date>
    <item>
      <title>Does jmp allow the contents of a cell to be a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56811#M31885</link>
      <description>&lt;P&gt;Is it possible in jmp to make the contents of a cell a hyperlink such that when a user clicks on a cell it can open&amp;nbsp;the hyperlink?&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 17:39:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56811#M31885</guid>
      <dc:creator>jrphage</dc:creator>
      <dc:date>2018-05-10T17:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Does jmp allow the contents of a cell to be a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56814#M31888</link>
      <description>&lt;P&gt;Select the data column. Select &lt;STRONG&gt;Cols&lt;/STRONG&gt; menu &amp;gt; &lt;STRONG&gt;Column Info&lt;/STRONG&gt;. Change the &lt;STRONG&gt;Data Type&lt;/STRONG&gt; attribute to &lt;STRONG&gt;Expression&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 17:44:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56814#M31888</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-05-10T17:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Does jmp allow the contents of a cell to be a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56816#M31890</link>
      <description>&lt;P&gt;Thanks so much!&amp;nbsp; So if I change the column info as you suggested and then add something like "&lt;A href="http://www.jmp.com" target="_blank"&gt;http://www.jmp.com&lt;/A&gt;" to the contents of the cell, it should then treat that cell as a hyperlink?&amp;nbsp; I have tried that and it doesn't seem to be working.&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 17:51:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56816#M31890</guid>
      <dc:creator>jrphage</dc:creator>
      <dc:date>2018-05-10T17:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Does jmp allow the contents of a cell to be a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56825#M31896</link>
      <description>&lt;P&gt;Sure. JMP 14 added the &lt;A href="https://www.jmp.com/support/help/14/add-hyperlinks-to-text-columns.shtml" target="_self"&gt;Event Handler&lt;/A&gt; Column Property.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your column is the URL you want to open on a Click then just add the Event Handler property and the default Click script will open that URL in your web browser.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMPScreenSnapz201-4.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/10699i83EC24E56D461059/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JMPScreenSnapz201-4.png" alt="JMPScreenSnapz201-4.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Alternatively, if you want to make something else clickable, you can build the URL out of information in your table&amp;nbsp;and use that as the argument to the &lt;A href="https://www.jmp.com/support/help/14/utility-functions.shtml#2817990" target="_self"&gt;Web()&lt;/A&gt; function in the Click script.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMPScreenSnapz202-3.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/10701i9608CC2115368E0C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JMPScreenSnapz202-3.png" alt="JMPScreenSnapz202-3.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Event handlers can do a lot more than just hyperlinks. I'll try to expand on them in a blog post soon.&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 18:07:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56825#M31896</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2018-05-10T18:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Does jmp allow the contents of a cell to be a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56826#M31897</link>
      <description>&lt;P&gt;I am sorry. That change is necessary but not sufficient. With the new Expression data type, you also have to add associated Expression Role column property to indicate how the data in this column is to be used. The four roles that are available are Picture, Matrix, Expression, and Picture Expression. There is also the Event Handler column property, which is what I think you need to specify the action associated with a hyperlink. This is what the &lt;A href="https://www.jmp.com/support/help/14/using-jmp.shtml" target="_self"&gt;Using JMP&lt;/A&gt;&amp;nbsp;guide has to say about the &lt;A href="https://www.jmp.com/support/help/14/additional-properties.shtml#637277" target="_self"&gt;Event Handler&lt;/A&gt; property:&lt;/P&gt;
&lt;P align="LEFT"&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Use the Event Handler column property to define hyperlinks in a text column. The hyperlinks can be used to open web pages and other documents. Add the Event Handler to a column of URLs to open the URLs in a browser. (Hyperlinks to web pages in the text column must include “www”.) You can also modify the placeholder&amp;nbsp;scripts on the column property to open different kinds of resources. For example, in a data table of geographical data, you might edit the Click script to display a Google map when the user clicks the hyperlink in the data table. The SAS Offices.jmp sample data table provides&amp;nbsp;examples.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 18:11:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56826#M31897</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-05-10T18:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Does jmp allow the contents of a cell to be a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56827#M31898</link>
      <description>&lt;P&gt;I admit that I saw this feature introduced a long time ago but I have not used it myself since that time. Perhaps another user will help at this point with an example or further explanation.&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 18:09:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56827#M31898</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2018-05-10T18:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Does jmp allow the contents of a cell to be a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56829#M31899</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/11806"&gt;@jrphage&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;If you are using JMP 14 you can set it with a column property entitled event handler.&lt;/P&gt;
&lt;P&gt;Books--&amp;gt;Scripting Guide and search for event handler.&lt;/P&gt;
&lt;DIV class="page" title="Page 376"&gt;
&lt;DIV class="layoutArea"&gt;
&lt;DIV class="column"&gt;
&lt;P&gt;&lt;EM&gt;"...You can define a text column as a column of hyperlinks using the Event Handler column property. For example, you can create a column of geographical data as links to a Google map, or you might want to include links to a Wikipedia web pages..."&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM style="font-family: inherit;"&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 10 May 2018 18:13:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56829#M31899</guid>
      <dc:creator>stan_koprowski</dc:creator>
      <dc:date>2018-05-10T18:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Does jmp allow the contents of a cell to be a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56830#M31900</link>
      <description>&lt;P&gt;Thanks so much everybody.&amp;nbsp; Is this a feature only in JMP 14, or can I do it in JMP 13?&amp;nbsp; I am currently using JMP 13.&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 18:16:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56830#M31900</guid>
      <dc:creator>jrphage</dc:creator>
      <dc:date>2018-05-10T18:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Does jmp allow the contents of a cell to be a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56831#M31901</link>
      <description>&lt;P&gt;It is new in JMP 14. As&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5358"&gt;@Mark_Bailey&lt;/a&gt;&amp;nbsp;alludes, it can be done with Expression columns but it's quite a hack and not as useful as what's in JMP 14.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 18:18:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/56831#M31901</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2018-05-10T18:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Does jmp allow the contents of a cell to be a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/233438#M46271</link>
      <description>&lt;P&gt;Is there a example that can demonstrate this in a simpler way? The example in the guide appears very complicated. Can someone provide a simple JSL example of just a column with two rows, where there is a hyperlink in each of the two rows?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 23:25:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/233438#M46271</guid>
      <dc:creator>JensRiege</dc:creator>
      <dc:date>2019-11-12T23:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Does jmp allow the contents of a cell to be a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/233447#M46273</link>
      <description>&lt;P&gt;Check out this sample table that ships with JMP.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sas offices.jmp in the sample data folder" style="width: 785px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/20282i9F4DFE025D6A8663/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="sas offices.jmp in the sample data folder" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;sas offices.jmp in the sample data folder&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It might not be obvious, but the pictures have links as well. You can use the red triangle to save the script (perhaps without row data!) to see how you might script it. It is easier to use the GUI to study the Event Handler script. This example has slightly more complicated scripts to drive the google maps.&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/579"&gt;@sheila_loring&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 02:01:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/233447#M46273</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2019-11-13T02:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Does jmp allow the contents of a cell to be a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/233449#M46275</link>
      <description>&lt;P&gt;Attached is the simple 2 row data table you asked for&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 03:15:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/233449#M46275</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-11-13T03:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Does jmp allow the contents of a cell to be a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/233714#M46326</link>
      <description>There are a few things that would help illustrate this concept:

- I'll add notes to the data table column headers to make it clear what each column demonstrates.
- The help topic (&lt;A href="https://www.jmp.com/support/help/en/15.0/?os=win&amp;amp;source=application#page/jmp/add-hyperlinks-to-text-columns.shtml" target="_blank"&gt;https://www.jmp.com/support/help/en/15.0/?os=win&amp;amp;source=application#page/jmp/add-hyperlinks-to-text-columns.shtml&lt;/A&gt;) needs to explain Craige's point -- that it's helpful to study the Event Handler script in the UI. 

Sheila Loring</description>
      <pubDate>Wed, 13 Nov 2019 23:39:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/233714#M46326</guid>
      <dc:creator>sheila_loring</dc:creator>
      <dc:date>2019-11-13T23:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Does jmp allow the contents of a cell to be a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/340282#M58874</link>
      <description>&lt;P&gt;Thanks so much for the example. This helps me understand how the event handler works. -Jens&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 20:42:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/340282#M58874</guid>
      <dc:creator>JensRiege</dc:creator>
      <dc:date>2020-12-08T20:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Does jmp allow the contents of a cell to be a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/340293#M58875</link>
      <description>&lt;P&gt;Again thanks for the example. I was able to implement it and get it to work on my data table. However, if I want to export the file to Excel, the links are not kept as part of the cell format. Do you know if there is a way to preserve the links when saving in Excel format?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 21:17:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/340293#M58875</guid>
      <dc:creator>JensRiege</dc:creator>
      <dc:date>2020-12-08T21:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Does jmp allow the contents of a cell to be a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/340356#M58879</link>
      <description>&lt;P&gt;Not skilled with excel, but&amp;nbsp;&lt;A href="https://superuser.com/questions/580387/how-to-turn-plain-text-links-into-hyperlinks-in-excel" target="_blank" rel="noopener"&gt;https://superuser.com/questions/580387/how-to-turn-plain-text-links-into-hyperlinks-in-excel&lt;/A&gt;&amp;nbsp;has a bunch of ideas.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 22:40:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/340356#M58879</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2020-12-08T22:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Does jmp allow the contents of a cell to be a hyperlink</title>
      <link>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/342869#M59199</link>
      <description>&lt;P&gt;Thank you Craig. I will give that a try. :)&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 21:04:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-jmp-allow-the-contents-of-a-cell-to-be-a-hyperlink/m-p/342869#M59199</guid>
      <dc:creator>JensRiege</dc:creator>
      <dc:date>2020-12-17T21:04:50Z</dc:date>
    </item>
  </channel>
</rss>

