<?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: Save As HTML in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Save-As-HTML/m-p/707211#M89166</link>
    <description>&lt;P&gt;As you discovered, the &amp;lt;&amp;lt;Report message does not work on a Dashboard.&amp;nbsp; JMP Applications in general can have multiple windows, though a Dashboard will generally only have one.&amp;nbsp; The &amp;lt;&amp;lt;Get Windows message is similar to &amp;lt;&amp;lt;Report, but it will return a list.&amp;nbsp; This would be an alternative to using Current Report(), with the assumption that there is only one window:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open("$SAMPLE_DATA/Quality Control/Steam Turbine Historical.jmp");
app = JMP App();
app &amp;lt;&amp;lt; Open File( "$SAMPLE_APPS/Instant App.jmpappsource" );
box = app &amp;lt;&amp;lt; Run;
(app &amp;lt;&amp;lt; Get Windows()) &amp;lt;&amp;lt; Save interactive HTML("$TEMP/app.html");
Open("$TEMP/app.html");&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 08 Dec 2023 13:57:41 GMT</pubDate>
    <dc:creator>danschikore</dc:creator>
    <dc:date>2023-12-08T13:57:41Z</dc:date>
    <item>
      <title>Save As HTML</title>
      <link>https://community.jmp.com/t5/Discussions/Save-As-HTML/m-p/707186#M89164</link>
      <description>&lt;P&gt;Bonjour à tous,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;j’ai une question sur JMP, je construis un dashboard à l’aide de différentes tables.&lt;BR /&gt;J’essaye d’automatiser l’enregistrement avec un html interactif.&lt;BR /&gt;Voici le code que j’utilise mais rien ne s’enregistre dans mon dossier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dashboard = JMP App(); //dashboard

dashboard &amp;lt;&amp;lt; Run;
DASHBOARD = dashboard &amp;lt;&amp;lt; report;

DASHBOARD &amp;lt;&amp;lt; Save interactive HTML("file...");&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Je ne comprends pas pourquoi cela fonctionne pas !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Merci pour votre aide !&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 13:11:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-As-HTML/m-p/707186#M89164</guid>
      <dc:creator>hcarr01</dc:creator>
      <dc:date>2023-12-08T13:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Save As HTML</title>
      <link>https://community.jmp.com/t5/Discussions/Save-As-HTML/m-p/707208#M89165</link>
      <description>&lt;P&gt;J’ai trouvé la solution :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dashboard = JMP App();
dashboard &amp;lt;&amp;lt; Run;

DASHBOARD = current report();

DASHBOARD &amp;lt;&amp;lt; Save interactive HTML("file...");

DASHBOARD &amp;lt;&amp;lt; close window;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Dec 2023 13:50:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-As-HTML/m-p/707208#M89165</guid>
      <dc:creator>hcarr01</dc:creator>
      <dc:date>2023-12-08T13:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Save As HTML</title>
      <link>https://community.jmp.com/t5/Discussions/Save-As-HTML/m-p/707211#M89166</link>
      <description>&lt;P&gt;As you discovered, the &amp;lt;&amp;lt;Report message does not work on a Dashboard.&amp;nbsp; JMP Applications in general can have multiple windows, though a Dashboard will generally only have one.&amp;nbsp; The &amp;lt;&amp;lt;Get Windows message is similar to &amp;lt;&amp;lt;Report, but it will return a list.&amp;nbsp; This would be an alternative to using Current Report(), with the assumption that there is only one window:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open("$SAMPLE_DATA/Quality Control/Steam Turbine Historical.jmp");
app = JMP App();
app &amp;lt;&amp;lt; Open File( "$SAMPLE_APPS/Instant App.jmpappsource" );
box = app &amp;lt;&amp;lt; Run;
(app &amp;lt;&amp;lt; Get Windows()) &amp;lt;&amp;lt; Save interactive HTML("$TEMP/app.html");
Open("$TEMP/app.html");&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Dec 2023 13:57:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-As-HTML/m-p/707211#M89166</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2023-12-08T13:57:41Z</dc:date>
    </item>
  </channel>
</rss>

