<?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 Cumulative report in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Cumulative-report/m-p/402776#M65360</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently running some data in JMP14, and what I need to do is to save all the data into one JMP file only. So for every run, the succeeding data will be added on the same file but not overwriting the file. It will look like cumulative report.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 23:34:13 GMT</pubDate>
    <dc:creator>29755</dc:creator>
    <dc:date>2023-06-10T23:34:13Z</dc:date>
    <item>
      <title>Cumulative report</title>
      <link>https://community.jmp.com/t5/Discussions/Cumulative-report/m-p/402776#M65360</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently running some data in JMP14, and what I need to do is to save all the data into one JMP file only. So for every run, the succeeding data will be added on the same file but not overwriting the file. It will look like cumulative report.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:34:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Cumulative-report/m-p/402776#M65360</guid>
      <dc:creator>29755</dc:creator>
      <dc:date>2023-06-10T23:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative report</title>
      <link>https://community.jmp.com/t5/Discussions/Cumulative-report/m-p/402799#M65363</link>
      <description>&lt;P&gt;The process wold look something like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );

// Input your new data
dt = Current Data Table();

// Open the cummulative data table
dtCummulative = Open( "path to the saved cumulative data table" );

// Add the new data to the cumulative data table
dtCummulative &amp;lt;&amp;lt; concatenate( dt, Append to First Table( 1 ) );

// Save the new version of the cummulative data
dtCummulative &amp;lt;&amp;lt; Save( "path to the saved cumulative data table" );

// Delete the cummulative table from the JMP session
Close( dtCummulative, nosave );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Jul 2021 08:52:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Cumulative-report/m-p/402799#M65363</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-07-21T08:52:26Z</dc:date>
    </item>
  </channel>
</rss>

