<?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: How to save dashboard as interactive html in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-save-dashboard-as-interactive-html/m-p/677606#M86392</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/20012"&gt;@Steffen_Bugge&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If you have already opened a dashboard, the following script might work. I hope it helps.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Current Report() &amp;lt;&amp;lt; Save Interactive HTML( "$TEMP\test.htm" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 14 Sep 2023 00:23:12 GMT</pubDate>
    <dc:creator>yuichi_katsumur</dc:creator>
    <dc:date>2023-09-14T00:23:12Z</dc:date>
    <item>
      <title>How to save dashboard as interactive html</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-dashboard-as-interactive-html/m-p/676167#M86292</link>
      <description>&lt;P&gt;I have a script that generates a dashboard. I need a code string to take the open dashboard and save it as interactive HTML. I have found the following code to do partly the same (&lt;A href="https://community.jmp.com/t5/Discussions/JSL-Save-dashboard-as-interactive-html/m-p/370542#M62024" target="_self"&gt;original source&lt;/A&gt;), but I am unsure how to modify it to work with an already open dashboard.&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 );

tmp_path = Substitute( Right( Convert File Path( "$TEMP" ), Length( Convert File Path( "$TEMP" ) ) - 1 ), "/", "\" );

Open( "$SAMPLE_DATA/Quality Control/Steam Turbine Historical.jmp" );
app = JMP App();
app &amp;lt;&amp;lt; Open File( "$SAMPLE_DASHBOARDS/Instant Dashboard.jmpappsource" );
box = app &amp;lt;&amp;lt; Run;

Show Properties( box );
Show( box );

(box &amp;lt;&amp;lt; get windows)[1] &amp;lt;&amp;lt; save html( "$TEMP\test.htm" );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2023 19:45:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-dashboard-as-interactive-html/m-p/676167#M86292</guid>
      <dc:creator>Steffen_Bugge</dc:creator>
      <dc:date>2023-09-10T19:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to save dashboard as interactive html</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-dashboard-as-interactive-html/m-p/677606#M86392</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/20012"&gt;@Steffen_Bugge&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If you have already opened a dashboard, the following script might work. I hope it helps.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Current Report() &amp;lt;&amp;lt; Save Interactive HTML( "$TEMP\test.htm" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Sep 2023 00:23:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-dashboard-as-interactive-html/m-p/677606#M86392</guid>
      <dc:creator>yuichi_katsumur</dc:creator>
      <dc:date>2023-09-14T00:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to save dashboard as interactive html</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-dashboard-as-interactive-html/m-p/677675#M86398</link>
      <description>&lt;P&gt;Thanks a lot,&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/1654"&gt;@yuichi_katsumur&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Simple and elegant!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 08:28:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-dashboard-as-interactive-html/m-p/677675#M86398</guid>
      <dc:creator>Steffen_Bugge</dc:creator>
      <dc:date>2023-09-14T08:28:28Z</dc:date>
    </item>
  </channel>
</rss>

