<?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 How do I create a *.html file from output from several JMP reports? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/35098#M20711</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am moving some statistical reports (graphics) from one software to JMP.&lt;/P&gt;
&lt;P&gt;At the end of the analysis, I need to put all the graphs (may be .png format) into an .html file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to do this in JMP? I have the scripts for each graph, however I do not find the way to write an .html file yet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advanced.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Mar 2018 18:19:28 GMT</pubDate>
    <dc:creator>Gabriela_MJ</dc:creator>
    <dc:date>2018-03-12T18:19:28Z</dc:date>
    <item>
      <title>How do I create a *.html file from output from several JMP reports?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/35098#M20711</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am moving some statistical reports (graphics) from one software to JMP.&lt;/P&gt;
&lt;P&gt;At the end of the analysis, I need to put all the graphs (may be .png format) into an .html file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to do this in JMP? I have the scripts for each graph, however I do not find the way to write an .html file yet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advanced.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2018 18:19:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/35098#M20711</guid>
      <dc:creator>Gabriela_MJ</dc:creator>
      <dc:date>2018-03-12T18:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a .html file</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/35100#M20712</link>
      <description>&lt;P&gt;Here is the example taken directly from&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Help==&amp;gt;Scripting Index==&amp;gt;Save Interactive HTLM&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
//This message applies to all display box objects
Open( "$SAMPLE_DATA/Big Class.jmp" );
biv = bivariate( y( :weight ), x( :height ) );
rbiv = biv &amp;lt;&amp;lt; report;
rbiv &amp;lt;&amp;lt; Save Interactive HTML( "path/to/example.html" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Jan 2017 18:30:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/35100#M20712</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-01-30T18:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a .html file</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/35124#M20721</link>
      <description>Hello,&lt;BR /&gt;Thanks for your suggestion. However, what I need it to put into a .html file the graphs which are from different (and several) .jmp scripts.&lt;BR /&gt;In the software that I used to use, I used to save each graph as an .png file and I writed a routing which creates the .html file using the images. Now, I have the graphs from JMP but I would like to know if it is possible to create the .html report directly from JMP.&lt;BR /&gt;&lt;BR /&gt;Kind regards,</description>
      <pubDate>Tue, 31 Jan 2017 14:54:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/35124#M20721</guid>
      <dc:creator>Gabriela_MJ</dc:creator>
      <dc:date>2017-01-31T14:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a .html file</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/35127#M20723</link>
      <description>&lt;P&gt;The answer is yes.&amp;nbsp; If you want to create your own custom HTLM file, you would use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Save Text File( path, text|blob, &amp;lt;mode("replace"|"append")&amp;gt; )&lt;/P&gt;
&lt;P&gt;Take a look for an example in:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Help==&amp;gt;Scripting Index==&amp;gt;Save Test File&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:52:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/35127#M20723</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-01-31T15:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a .html file</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/43579#M25213</link>
      <description>&lt;P&gt;You can save several open reports to Interactive HTML with Data all at once using "Create Web Report" under the view "menu" in JMP 13. It will generate an index page with links to each report.&amp;nbsp; Our Intereactive HTML examples at &lt;A href="http://www.jmp.com/jmphtml5/" target="_self"&gt;http://www.jmp.com/jmphtml5&lt;/A&gt;/ were saved this way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have JMP 11 or 12, you can use this add-in:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/JMP-Add-Ins/HTML5-Auto-Publishing/ta-p/22673" target="_self"&gt;https://community.jmp.com/t5/JMP-Add-Ins/HTML5-Auto-Publishing/ta-p/22673&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you really just want images all on one page, you'd have to save each report to an image, then build up the HTML page in JSL. You can look at &lt;A href="https://community.jmp.com/t5/JMP-Scripts/Export-Data-Table-to-HTML/ta-p/23410" target="_self"&gt;https://community.jmp.com/t5/JMP-Scripts/Export-Data-Table-to-HTML/ta-p/23410&lt;/A&gt; for and example of building an HTML table from a JMP data table and insert &amp;lt;img&amp;gt; tags instead of column data. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 13:16:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/43579#M25213</guid>
      <dc:creator>John_Powell_JMP</dc:creator>
      <dc:date>2017-08-24T13:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a .html file</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/43612#M25235</link>
      <description>&lt;P&gt;Or journal all of the reports and make the HTML from the journal, or, create a dashboard of the reports and create the html from that.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 19:48:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/43612#M25235</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2017-08-24T19:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a .html file</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/82862#M37332</link>
      <description>&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Update for JMP 14&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;In JMP 14, View &amp;gt; Create Web Report has moved to File &amp;gt; Publish. Please see:&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/14/create-a-web-report.shtml" target="_self"&gt;https://www.jmp.com/support/help/14/create-a-web-report.shtml&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The JSL function for creating a web report in JMP 14 is &lt;STRONG&gt;New Web Report()&lt;/STRONG&gt; shown in the example below from&amp;nbsp;&lt;A href="https://community.jmp.com/t5/Discovery-Summit-2018/Sharing-JMP-Graphs-and-Reports-US-2018-402/ta-p/79950" target="_self"&gt;https://community.jmp.com/t5/Discovery-Summit-2018/Sharing-JMP-Graphs-and-Reports-US-2018-402/ta-p/79950&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
Open( "$SAMPLE_DATA/Big Class.jmp", Invisible );
jmpreport = bivariate( y( :weight ), x( :height ) );
webreport = New Web Report ();
webreport &amp;lt;&amp;lt; Add Report( jmpreport );
webreport &amp;lt;&amp;lt; Index(
Title( "Publish Test" ),
Description( "This is a custom index page" ),
Style( "Grid" )
);
file = webreport &amp;lt;&amp;lt; Save( "$DESKTOP" );
If( !Is Empty( file ),
Web( file )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 13:39:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/82862#M37332</guid>
      <dc:creator>John_Powell_JMP</dc:creator>
      <dc:date>2018-11-08T13:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a .html file</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/277511#M53916</link>
      <description>&lt;P&gt;hello everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried following this code to publish a web report from JSL but it seems to give me the same output as if I saved interactive html.&amp;nbsp; The reason why this matters is that the interactive html is way too large of a file to publish to web.&amp;nbsp; When i manually go through the GUI to publish the web report it comes out just fine, but via JSL does not seem to work for me.&amp;nbsp; I was curious if anybody else has ran into this issue and come up with a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you very much,&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 20:25:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/277511#M53916</guid>
      <dc:creator>kjohnson23</dc:creator>
      <dc:date>2020-07-08T20:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a .html file</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/277530#M53920</link>
      <description>&lt;P&gt;Try&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;report&amp;nbsp;&amp;lt;&amp;lt;&amp;nbsp;Save HTML("C:\test.html");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;That should save as HTML rather than interactive HTML.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 17:42:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/277530#M53920</guid>
      <dc:creator>Mark_Zwald</dc:creator>
      <dc:date>2020-07-14T17:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a .html file</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/277536#M53921</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/19596"&gt;@kjohnson23&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You're right. That example code will result in producing just one Interactive HTML file.It is equivalent to using File&amp;gt;Publish and selecting only one report. If more than one report is chosen, an index page with thumbnails will be produced with links to individual Interactive HTML files, one for each report.&lt;/P&gt;
&lt;P&gt;In JSL to add a second report, first create it:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;jmpreport2 = bivariate( y( :weight ), x( :age ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;then, after the lines that create the Web Report and add the first report, add the second report:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;webreport &amp;lt;&amp;lt; Add Report( jmpreport2 );&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This will produce an in index page with thumbnails that link to each Interactive HTML file.&lt;/P&gt;
&lt;P&gt;Unfortunately, this still won't resolve your file being "&lt;SPAN&gt;way too large to publish to web"&amp;nbsp;&lt;/SPAN&gt;issue. To publish all that is produced to the web, you would need to copy the whole folder produced including sub folders with Interactive HTML files just as large as if you used Save As Interactive HTML.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Having said that, I may still be able to help you resolve your file size issue, but first I need to understand what you mean by it coming out fine when you go through the GUI.&amp;nbsp; I would expect the same results going through the GUI, but maybe you are doing something slightly different when you use the GUI.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please describe the steps you took with the GUI in more detail and describe how the output differs from doing the same with JSL?&amp;nbsp; I'm not quite sure exactly what you man by coming out fine. If you don't need interactivity,&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/9802"&gt;@Mark_Zwald&lt;/a&gt;'s&amp;nbsp;reply should work to reduce the file size.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would also help to know what version of JMP you are using.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;~John&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;</description>
      <pubDate>Wed, 08 Jul 2020 21:20:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/277536#M53921</guid>
      <dc:creator>John_Powell_JMP</dc:creator>
      <dc:date>2020-07-08T21:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a .html file</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/399971#M65106</link>
      <description>&lt;P&gt;Hi, the command worked in creating an interactive HTML file. However, I am not able to "interact" with the last of the two graphs in the window. I cannot choose within the local data filter that is open. It works fine for the first graph. Any ideas?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 20:57:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/399971#M65106</guid>
      <dc:creator>aniruddhr</dc:creator>
      <dc:date>2021-07-09T20:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a .html file</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/399998#M65114</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/29665"&gt;@aniruddhr&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To find out why parts of your window/report aren't interactive, you should look at the log in JMP after running the script to create the Interactive HTML file. There should be messages starting with "Interactive HTML" followed by an item used in your report that is not supported.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One thing I noticed in your attached image is that the local data filter has both Show and Include modes enabled. Interactive HTML cannot support the local data filter's Include mode. To have the local data filter in your interactive HTML output be interactive you will need to disable the Include mode.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To do this in your in your JSL , you will need to add&amp;nbsp; &amp;nbsp;Mode( Include( 0 ) ), within the Local Data Filter Method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't tell from your description if you have one or two local data filters. Currently we can only support one local data filter at a time. If you have more than one, only the first will be interactive.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;~John&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jul 2021 13:08:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-create-a-html-file-from-output-from-several-JMP-reports/m-p/399998#M65114</guid>
      <dc:creator>John_Powell_JMP</dc:creator>
      <dc:date>2021-07-10T13:08:49Z</dc:date>
    </item>
  </channel>
</rss>

