<?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 Summary Table as HTML and Picture in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191964#M41126</link>
    <description>&lt;P&gt;With JMP 12, the simple assigning of a variable to the journal does not work, you will have to use a&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; xxx = Current Journal;&lt;/P&gt;
&lt;P&gt;to get the correct pointer to the journal.&lt;/P&gt;
&lt;P&gt;See below&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//:*/
dt = Open( "$SAMPLE_DATA/big class.jmp" );
dt1=dt&amp;lt;&amp;lt; Summary(
Group(:sex),
Mean( :height )
);
dt1&amp;lt;&amp;lt; sort( by( :Name("Mean(height)")),Order(Descending), Replace Table );
jrnl=dt1&amp;lt;&amp;lt;journal;
zippy=current journal();
zippy&amp;lt;&amp;lt;Save HTML ("C:\Users\joseebon\desktop\Summary.html");&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 08 Apr 2019 21:50:36 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2019-04-08T21:50:36Z</dc:date>
    <item>
      <title>Saving Summary Table as HTML and Picture</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191948#M41118</link>
      <description>&lt;P&gt;I am trying to save the summary table as an HTML and a picture but both scripts do not work. How can I get it to work?&lt;/P&gt;&lt;P&gt;jrnl&amp;lt;&amp;lt;save HTML and jrnl&amp;lt;&amp;lt;save picture do not save as I need it to. Any help will be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt = Open( "$SAMPLE_DATA/big class.jmp" );&lt;BR /&gt;dt1=dt&amp;lt;&amp;lt; Summary(&lt;BR /&gt;Group(:sex),&lt;BR /&gt;Mean( :height )&lt;BR /&gt;);&lt;BR /&gt;dt1&amp;lt;&amp;lt; sort( by( :Name("Mean(height)")),Order(Descending), Replace Table );&lt;/P&gt;&lt;P&gt;jrnl=dt1&amp;lt;&amp;lt;journal;&lt;/P&gt;&lt;P&gt;jrnl&amp;lt;&amp;lt;Save HTML ("path/Summary.html");&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 19:58:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191948#M41118</guid>
      <dc:creator>Josee</dc:creator>
      <dc:date>2019-04-08T19:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Saving Summary Table as HTML and Picture</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191957#M41119</link>
      <description>&lt;P&gt;I suspect that&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; "path/Summary.html"&lt;/P&gt;
&lt;P&gt;does not point to an actual location.&amp;nbsp; That is, do you have a folder named "path" as a folder at the top of your OS system.&lt;/P&gt;
&lt;P&gt;I suspect that is if you change "path" to an actual writable folder on your hard drive you will not have an issue.&lt;/P&gt;
&lt;P&gt;I made that change and the Save HTML worked just find.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 21:09:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191957#M41119</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-04-08T21:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Saving Summary Table as HTML and Picture</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191959#M41121</link>
      <description>&lt;P&gt;yes I do direct it to a writable path. for example this is what I am trying to do and it is stilll not wanting to save on my desktop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt = Open( "$SAMPLE_DATA/big class.jmp" );&lt;BR /&gt;dt1=dt&amp;lt;&amp;lt; Summary(&lt;BR /&gt;Group(:sex),&lt;BR /&gt;Mean( :height )&lt;BR /&gt;);&lt;BR /&gt;dt1&amp;lt;&amp;lt; sort( by( :Name("Mean(height)")),Order(Descending), Replace Table );&lt;/P&gt;&lt;P&gt;jrnl=dt1&amp;lt;&amp;lt;journal;&lt;/P&gt;&lt;P&gt;jrnl&amp;lt;&amp;lt;Save HTML ("C:\Users\joseebon\Desktop\Summary.html");&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 21:20:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191959#M41121</guid>
      <dc:creator>Josee</dc:creator>
      <dc:date>2019-04-08T21:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Saving Summary Table as HTML and Picture</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191960#M41122</link>
      <description>&lt;P&gt;What is the error message in your Log?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 21:26:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191960#M41122</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-04-08T21:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Saving Summary Table as HTML and Picture</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191961#M41123</link>
      <description>&lt;P&gt;There are no errors on the log. This is what is showing up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*:&lt;BR /&gt;//:*/&lt;BR /&gt;dt = Open( "$SAMPLE_DATA/big class.jmp" );&lt;BR /&gt;dt1=dt&amp;lt;&amp;lt; Summary(&lt;BR /&gt;Group(:sex),&lt;BR /&gt;Mean( :height )&lt;BR /&gt;);&lt;BR /&gt;dt1&amp;lt;&amp;lt; sort( by( :Name("Mean(height)")),Order(Descending), Replace Table );&lt;/P&gt;&lt;P&gt;jrnl=dt1&amp;lt;&amp;lt;journal;&lt;/P&gt;&lt;P&gt;jrnl&amp;lt;&amp;lt;Save HTML ("C:\Users\joseebon\Desktop\Summary.html");&lt;BR /&gt;/*:&lt;/P&gt;&lt;P&gt;Scriptable[]&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 21:29:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191961#M41123</guid>
      <dc:creator>Josee</dc:creator>
      <dc:date>2019-04-08T21:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Saving Summary Table as HTML and Picture</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191962#M41124</link>
      <description>&lt;P&gt;Are you running JMP 14?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 21:30:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191962#M41124</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-04-08T21:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Saving Summary Table as HTML and Picture</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191963#M41125</link>
      <description>&lt;P&gt;No I am running on JMP Pro 12.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 21:32:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191963#M41125</guid>
      <dc:creator>Josee</dc:creator>
      <dc:date>2019-04-08T21:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Saving Summary Table as HTML and Picture</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191964#M41126</link>
      <description>&lt;P&gt;With JMP 12, the simple assigning of a variable to the journal does not work, you will have to use a&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; xxx = Current Journal;&lt;/P&gt;
&lt;P&gt;to get the correct pointer to the journal.&lt;/P&gt;
&lt;P&gt;See below&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;//:*/
dt = Open( "$SAMPLE_DATA/big class.jmp" );
dt1=dt&amp;lt;&amp;lt; Summary(
Group(:sex),
Mean( :height )
);
dt1&amp;lt;&amp;lt; sort( by( :Name("Mean(height)")),Order(Descending), Replace Table );
jrnl=dt1&amp;lt;&amp;lt;journal;
zippy=current journal();
zippy&amp;lt;&amp;lt;Save HTML ("C:\Users\joseebon\desktop\Summary.html");&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Apr 2019 21:50:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191964#M41126</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-04-08T21:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Saving Summary Table as HTML and Picture</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191966#M41128</link>
      <description>&lt;P&gt;It works perfect. Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 22:09:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-Summary-Table-as-HTML-and-Picture/m-p/191966#M41128</guid>
      <dc:creator>Josee</dc:creator>
      <dc:date>2019-04-08T22:09:18Z</dc:date>
    </item>
  </channel>
</rss>

