<?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: Saving journals as HTML in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Saving-journals-as-HTML/m-p/82689#M37251</link>
    <description>&lt;P&gt;This works!Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 06 Nov 2018 21:01:10 GMT</pubDate>
    <dc:creator>ENTHU</dc:creator>
    <dc:date>2018-11-06T21:01:10Z</dc:date>
    <item>
      <title>Saving journals as HTML</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-journals-as-HTML/m-p/85#M85</link>
      <description>I would like to create an HTML report from a journal which contains various graphical outputs from JMP platforms.&lt;BR /&gt;&lt;BR /&gt;I have created the journal using:&lt;BR /&gt;&lt;BR /&gt;jrn1 = {cp7, cp4, cp6, cp8, cp9, cp2, cp3 } &amp;lt;&amp;lt; Journal Window;&lt;BR /&gt;&lt;BR /&gt;which works fine (cp* is various graphs, tables etc). If I then save this journal as HTML from the file menu, it saves the entire journal with all the graphs displayed correctly in the HTML page as I want it.&lt;BR /&gt;&lt;BR /&gt;However, if I try saving the journal as HTML from JSL using:&lt;BR /&gt;&lt;BR /&gt;jrn1 &amp;lt;&amp;lt; Save HTML("C:\data\test.html");&lt;BR /&gt;&lt;BR /&gt;it saves all the individual image files, but the HTML file only contains the last graph displayed in the journal. This also happens if I save the journal as a JRN file then reopen it in JMP.&lt;BR /&gt;&lt;BR /&gt;Is it possible to do this correctly and if so, how do I do this?&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;&lt;BR /&gt;Matthew.</description>
      <pubDate>Wed, 11 Feb 2009 10:07:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-journals-as-HTML/m-p/85#M85</guid>
      <dc:creator>matthewh</dc:creator>
      <dc:date>2009-02-11T10:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Saving journals as HTML</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-journals-as-HTML/m-p/86#M86</link>
      <description>The Journal Window message doesn't return the created journal, so your jrn1 variable actually just holds a copy of the cp* list. The Save HTML is then sent to each item in that list, each time overwriting the previous. Try instead&lt;BR /&gt;&lt;BR /&gt; Current Journal() &amp;lt;&amp;lt; Save HTML("C:\data\test.html");</description>
      <pubDate>Thu, 12 Feb 2009 00:42:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-journals-as-HTML/m-p/86#M86</guid>
      <dc:creator>XanGregg</dc:creator>
      <dc:date>2009-02-12T00:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Saving journals as HTML</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-journals-as-HTML/m-p/82623#M37210</link>
      <description>&lt;P&gt;I used this approach to save journal as HTML.&lt;/P&gt;&lt;P&gt;Is there a way to open html page in default browser when the script is run?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 01:03:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-journals-as-HTML/m-p/82623#M37210</guid>
      <dc:creator>ENTHU</dc:creator>
      <dc:date>2018-11-06T01:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Saving journals as HTML</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-journals-as-HTML/m-p/82644#M37218</link>
      <description>&lt;P&gt;This should work:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Web("C:\data\test.html");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;See 'Scripting the Report' in "Sharing Interactive Web Reports in JMP 13" at:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/Discovery-Summit-2017/Sharing-Interactive-Web-Reports-in-JMP-13/ta-p/44069" target="_self"&gt;https://community.jmp.com/t5/Discovery-Summit-2017/Sharing-Interactive-Web-Reports-in-JMP-13/ta-p/44069&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;~John&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 13:44:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-journals-as-HTML/m-p/82644#M37218</guid>
      <dc:creator>John_Powell_JMP</dc:creator>
      <dc:date>2018-11-06T13:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Saving journals as HTML</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-journals-as-HTML/m-p/82689#M37251</link>
      <description>&lt;P&gt;This works!Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 21:01:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-journals-as-HTML/m-p/82689#M37251</guid>
      <dc:creator>ENTHU</dc:creator>
      <dc:date>2018-11-06T21:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Saving journals as HTML</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-journals-as-HTML/m-p/82690#M37252</link>
      <description>Also I was wondering if there is a way in jsl to combine 2 htmls and display as one report.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Nov 2018 21:02:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-journals-as-HTML/m-p/82690#M37252</guid>
      <dc:creator>ENTHU</dc:creator>
      <dc:date>2018-11-06T21:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Saving journals as HTML</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-journals-as-HTML/m-p/82861#M37331</link>
      <description>&lt;P&gt;There are a few ways to&amp;nbsp;combine&amp;nbsp;multiple reports into interactive HTML. Please take a look at:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/35098#M20711" target="_self"&gt;https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/35098#M20711&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;~John&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 13:10:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-journals-as-HTML/m-p/82861#M37331</guid>
      <dc:creator>John_Powell_JMP</dc:creator>
      <dc:date>2018-11-08T13:10:14Z</dc:date>
    </item>
  </channel>
</rss>

