<?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 sane a tabulate report to HTML in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-save-a-tabulate-report-to-HTML/m-p/263939#M51504</link>
    <description>&lt;P&gt;Sorry for the mislead.&lt;/P&gt;
&lt;P&gt;I have been able to create an HTML file with the below version of you code.&amp;nbsp; I had to eliminate an errant "(", but then the code worked file.&amp;nbsp; The other issue may be that you do not have permission to write to the folder you are pointing too.&amp;nbsp; Also, I tested under JMP 15.1. What version are you using.&lt;/P&gt;</description>
    <pubDate>Sun, 03 May 2020 21:16:36 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2020-05-03T21:16:36Z</dc:date>
    <item>
      <title>How to save a tabulate report to HTML</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-a-tabulate-report-to-HTML/m-p/263913#M51500</link>
      <description>&lt;P&gt;Hi All - thank you in advance for your help&lt;/P&gt;
&lt;P&gt;I am trying to save a finished tabulate report as a HTML file but it is not being saved.&lt;/P&gt;
&lt;P&gt;I am using the below script:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt1 = Open( "C:\***path***\Thermal_Test_results_DZ.csv" );

dt2 = dt1 &amp;lt;&amp;lt; Tabulate(
	Show Control Panel( 0 ),
	Add Table(
		Column Table( Statistics( N ) ),
		Column Table( Grouping Columns( :BIN ) ),
		Column Table( Grouping Columns( :BIN ), Statistics( Name( "% of Total" ) ) ),
		Row Table( Grouping Columns( :PRODUCT ) )
	)
);

rdt2 = (dt2 &amp;lt;&amp;lt; report);
rdt2 &amp;lt;&amp;lt; save HTML( "C:\***path****\TJRise_BIN_Summary.html" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what am I doing wrong ?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:27:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-a-tabulate-report-to-HTML/m-p/263913#M51500</guid>
      <dc:creator>DZ_932</dc:creator>
      <dc:date>2023-06-09T23:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to sane a tabulate report to HTML</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-a-tabulate-report-to-HTML/m-p/263930#M51502</link>
      <description>&lt;P&gt;You have a syntax error with the :Name() function....you are missing the ":" at the beginning of the function name&lt;/P&gt;</description>
      <pubDate>Sun, 03 May 2020 20:32:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-a-tabulate-report-to-HTML/m-p/263930#M51502</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-05-03T20:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to sane a tabulate report to HTML</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-a-tabulate-report-to-HTML/m-p/263934#M51503</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for the replay, the tabulate actually works the issue is just saving the file as HTML, not sure that there is a name function it is just calling for the desired statistic.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 May 2020 20:52:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-a-tabulate-report-to-HTML/m-p/263934#M51503</guid>
      <dc:creator>DZ_932</dc:creator>
      <dc:date>2020-05-03T20:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to sane a tabulate report to HTML</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-a-tabulate-report-to-HTML/m-p/263939#M51504</link>
      <description>&lt;P&gt;Sorry for the mislead.&lt;/P&gt;
&lt;P&gt;I have been able to create an HTML file with the below version of you code.&amp;nbsp; I had to eliminate an errant "(", but then the code worked file.&amp;nbsp; The other issue may be that you do not have permission to write to the folder you are pointing too.&amp;nbsp; Also, I tested under JMP 15.1. What version are you using.&lt;/P&gt;</description>
      <pubDate>Sun, 03 May 2020 21:16:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-a-tabulate-report-to-HTML/m-p/263939#M51504</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-05-03T21:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to sane a tabulate report to HTML</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-a-tabulate-report-to-HTML/m-p/264142#M51532</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am using JMP12 and still can't save as HTML, regarding the path I am able to save to this location a different chart so it is not a permission issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 17:25:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-a-tabulate-report-to-HTML/m-p/264142#M51532</guid>
      <dc:creator>DZ_932</dc:creator>
      <dc:date>2020-05-04T17:25:49Z</dc:date>
    </item>
  </channel>
</rss>

