<?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 Saving 2 data table in one JMP file in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Saving-2-data-table-in-one-JMP-file/m-p/381835#M63240</link>
    <description>Can we actually save 2 different data table in 1 JMP file without join or concatenate?&lt;BR /&gt;P/s: How does subset work?</description>
    <pubDate>Sun, 11 Jun 2023 11:49:55 GMT</pubDate>
    <dc:creator>Nebula</dc:creator>
    <dc:date>2023-06-11T11:49:55Z</dc:date>
    <item>
      <title>Saving 2 data table in one JMP file</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-2-data-table-in-one-JMP-file/m-p/381835#M63240</link>
      <description>Can we actually save 2 different data table in 1 JMP file without join or concatenate?&lt;BR /&gt;P/s: How does subset work?</description>
      <pubDate>Sun, 11 Jun 2023 11:49:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-2-data-table-in-one-JMP-file/m-p/381835#M63240</guid>
      <dc:creator>Nebula</dc:creator>
      <dc:date>2023-06-11T11:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Saving 2 data table in one JMP file</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-2-data-table-in-one-JMP-file/m-p/381841#M63242</link>
      <description>&lt;P&gt;The answer I am going to give, is......maybe&lt;/P&gt;
&lt;P&gt;Can you please be more specific on what you want to do with grouped data tables.&amp;nbsp; Save them like a zip file, be able to pass them to users to colleagues?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are also asking on how subset works.&amp;nbsp; Basically one can select out of a data table, the rows an columns they want, and place them into a new separate data table.&amp;nbsp; The table can either be independent of the table it was drawn from, or one can keep the tables linked, so if items change in either of the tables, it is reflected in the other.&amp;nbsp; Subsetting can be easily done in an interactive mode, using&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Tables=&amp;gt;Subset&lt;/P&gt;
&lt;P&gt;or in a programmatic mode using JSL&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here( 1 );
dt = current data table();
dtNew = dt &amp;lt;&amp;lt; subset( columns( a list of columns), rows(a list of rows, or one can specify to use rows that have been selected in the data table));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 03:42:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-2-data-table-in-one-JMP-file/m-p/381841#M63242</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-05-03T03:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Saving 2 data table in one JMP file</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-2-data-table-in-one-JMP-file/m-p/382004#M63258</link>
      <description>&lt;P&gt;You can make projects in JMP (File menu &amp;gt; New &amp;gt; Project). With a project you can bundle files together into a single project file which can include multiple data tables, scripts, reports, and any other supplementary files you may wish to add that are not related to JMP.&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 19:30:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-2-data-table-in-one-JMP-file/m-p/382004#M63258</guid>
      <dc:creator>Mark_Zwald</dc:creator>
      <dc:date>2021-05-03T19:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Saving 2 data table in one JMP file</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-2-data-table-in-one-JMP-file/m-p/382018#M63260</link>
      <description>You can also save multiple data tables as scripts into a single script</description>
      <pubDate>Mon, 03 May 2021 19:53:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-2-data-table-in-one-JMP-file/m-p/382018#M63260</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-05-03T19:53:49Z</dc:date>
    </item>
  </channel>
</rss>

