<?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: Create HTML table with hyperlinks in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Create-HTML-table-with-hyperlinks/m-p/575960#M78411</link>
    <description>&lt;P&gt;Thank you. It doesn't seems to work on JMP14, I will&amp;nbsp;try it tomorrow on JMP16.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Dec 2022 19:02:05 GMT</pubDate>
    <dc:creator>ileshem</dc:creator>
    <dc:date>2022-12-01T19:02:05Z</dc:date>
    <item>
      <title>Create HTML table with hyperlinks</title>
      <link>https://community.jmp.com/t5/Discussions/Create-HTML-table-with-hyperlinks/m-p/575924#M78407</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a data table, one of the column values has values with hyperlink, I used "event handler" to create it.&lt;BR /&gt;I am trying to export it to an Interactive HTML report but when I do, I loose the hyperlink and get only the values.&lt;/P&gt;&lt;P&gt;Is there any way to get HTML with working hyperlinks?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;jrnl=dt&amp;lt;&amp;lt;journal;
zippy=current journal();
zippy&amp;lt;&amp;lt;Save Interactive HTML ("\\Temp\Tasks.HTML");&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:03:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-HTML-table-with-hyperlinks/m-p/575924#M78407</guid>
      <dc:creator>ileshem</dc:creator>
      <dc:date>2023-06-09T16:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create HTML table with hyperlinks</title>
      <link>https://community.jmp.com/t5/Discussions/Create-HTML-table-with-hyperlinks/m-p/575935#M78408</link>
      <description>&lt;P&gt;Maybe journal breaks them as this seems to work (using JMP16)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
//Making a clickable link show up in a formula column
dt = New Table("Example",
	Add Rows(2),
	New Column("URL",
		"Character",
		"Nominal",
		Formula("https://www.jmp.com/" || :Page),
		Set Property(
			"Event Handler",
			Event Handler(Click(JSL Quote( Function( {dt, col, row}, Web( dt:col[row] ) ) )))
		)
	),
	New Column("Page",
		"Character",
		"Nominal",
		Set Values({"support/knowledge_base.shtml", "en_us/about.html"})
	)
);

(dt &amp;lt;&amp;lt; get as report) &amp;lt;&amp;lt; Save Interactive HTML("$DOWNLOADS/test.html");
Web("$DOWNLOADS/test.html");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;other method which might not be necessary anymore &lt;LI-MESSAGE title="Insert Hyperlink in Text in the cells" uid="402346" url="https://community.jmp.com/t5/Discussions/Insert-Hyperlink-in-Text-in-the-cells/m-p/402346#U402346" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 18:30:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-HTML-table-with-hyperlinks/m-p/575935#M78408</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-12-01T18:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create HTML table with hyperlinks</title>
      <link>https://community.jmp.com/t5/Discussions/Create-HTML-table-with-hyperlinks/m-p/575960#M78411</link>
      <description>&lt;P&gt;Thank you. It doesn't seems to work on JMP14, I will&amp;nbsp;try it tomorrow on JMP16.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 19:02:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Create-HTML-table-with-hyperlinks/m-p/575960#M78411</guid>
      <dc:creator>ileshem</dc:creator>
      <dc:date>2022-12-01T19:02:05Z</dc:date>
    </item>
  </channel>
</rss>

