<?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 html with multiple plot in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/saving-html-with-multiple-plot/m-p/48413#M27553</link>
    <description>&lt;P&gt;You are mistakenly pointing to the data table handle when referencing the report output.&amp;nbsp; Report output is the result of a JMP Platform.&amp;nbsp; I suggest you place your output into a Border Box() and then save it to HTML.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Scripting Index&lt;/P&gt;
&lt;P&gt;for what objects can be issued the &amp;lt;&amp;lt; Save HTML message&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt= Open( "****.xlsx" ); 

New Window("mt report",
  nwBB = Border box(
	V List Box(
	Graph Builder(.....);
	Graph Builder(.....);
	)
	)
);

nwBB &amp;lt;&amp;lt; Save Interactive HTML("C:\Users\123\Desktop\Test.html");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;CODE class=" language-jsl"&gt;;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jul 2018 12:56:09 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2018-07-11T12:56:09Z</dc:date>
    <item>
      <title>saving html with multiple plot</title>
      <link>https://community.jmp.com/t5/Discussions/saving-html-with-multiple-plot/m-p/48411#M27552</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I try to open two graph builder through scriptting.Just because I want to plot mutiple charts and save it into a html file.The following JSL script only pop up the windows with the chart,but the HTML didn't form.Could anyone help me to debug this script.Thx!!&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt= Open( "****.xlsx" ); 
New Windows("mt report",
Graph Builder(.....);
Graph Builder(.....);
);

Rep = dt &amp;lt;&amp;lt; report ; 
Rep &amp;lt;&amp;lt; Save Interactive HTML("C:\Users\123\Desktop\Test.html");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Dec 2017 20:54:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/saving-html-with-multiple-plot/m-p/48411#M27552</guid>
      <dc:creator>Leo_Huang</dc:creator>
      <dc:date>2017-12-10T20:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: saving html with multiple plot</title>
      <link>https://community.jmp.com/t5/Discussions/saving-html-with-multiple-plot/m-p/48413#M27553</link>
      <description>&lt;P&gt;You are mistakenly pointing to the data table handle when referencing the report output.&amp;nbsp; Report output is the result of a JMP Platform.&amp;nbsp; I suggest you place your output into a Border Box() and then save it to HTML.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Scripting Index&lt;/P&gt;
&lt;P&gt;for what objects can be issued the &amp;lt;&amp;lt; Save HTML message&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt= Open( "****.xlsx" ); 

New Window("mt report",
  nwBB = Border box(
	V List Box(
	Graph Builder(.....);
	Graph Builder(.....);
	)
	)
);

nwBB &amp;lt;&amp;lt; Save Interactive HTML("C:\Users\123\Desktop\Test.html");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;CODE class=" language-jsl"&gt;;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 12:56:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/saving-html-with-multiple-plot/m-p/48413#M27553</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-07-11T12:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: saving html with multiple plot</title>
      <link>https://community.jmp.com/t5/Discussions/saving-html-with-multiple-plot/m-p/48431#M27568</link>
      <description>&lt;P&gt;Also, change "New Window&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;s&lt;/FONT&gt;&lt;/STRONG&gt;" to "New Window".&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2017 13:44:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/saving-html-with-multiple-plot/m-p/48431#M27568</guid>
      <dc:creator>John_Powell_JMP</dc:creator>
      <dc:date>2017-12-11T13:44:35Z</dc:date>
    </item>
  </channel>
</rss>

