<?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 Split One table in to two while keeping few rows same. in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-Split-One-table-in-to-two-while-keeping-few-rows-same/m-p/738642#M92016</link>
    <description>&lt;OL&gt;
&lt;LI&gt;Please take the time to read the document, &lt;EM&gt;Discovering JMP&amp;nbsp;&lt;/EM&gt;available under the Help Pull Down menu&lt;/LI&gt;
&lt;LI&gt;Interactively you can accomplish this by:
&lt;OL&gt;
&lt;LI&gt;Select the SN and Material A columns&lt;/LI&gt;
&lt;LI&gt;Go to Tables=&amp;gt;Subset
&lt;OL&gt;
&lt;LI&gt;Select the option, All Rows&lt;/LI&gt;
&lt;LI&gt;Select the option, Selected columns&lt;/LI&gt;
&lt;LI&gt;Click OK&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Select the SN and Material B columns
&lt;OL&gt;
&lt;LI&gt;Repeat the steps in step 2 above&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;To do this using JSL
&lt;OL&gt;
&lt;LI&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Data Table( "Main Table" );
dtMaterialA = dt &amp;lt;&amp;lt; subset( selected rows( 0 ), columns( :SN, :Material A ) );
dtMaterialB = dt &amp;lt;&amp;lt; subset( selected rows( 0 ), columns( :SN, :Material B ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Mon, 25 Mar 2024 16:27:21 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2024-03-25T16:27:21Z</dc:date>
    <item>
      <title>How to Split One table in to two while keeping few rows same.</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Split-One-table-in-to-two-while-keeping-few-rows-same/m-p/738627#M92011</link>
      <description>&lt;P&gt;I need to split one table in to two while keeping the SN same but different material in different tables.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 16:16:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Split-One-table-in-to-two-while-keeping-few-rows-same/m-p/738627#M92011</guid>
      <dc:creator>ConfidenceOwl94</dc:creator>
      <dc:date>2024-03-25T16:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Split One table in to two while keeping few rows same.</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Split-One-table-in-to-two-while-keeping-few-rows-same/m-p/738638#M92013</link>
      <description>&lt;P&gt;How is this different than your last post, the attached picture is the same as the last post?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1711383013459.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/62611i52AE2412B6ABEBB1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1711383013459.png" alt="txnelson_0-1711383013459.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 16:10:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Split-One-table-in-to-two-while-keeping-few-rows-same/m-p/738638#M92013</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-03-25T16:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to Split One table in to two while keeping few rows same.</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Split-One-table-in-to-two-while-keeping-few-rows-same/m-p/738640#M92015</link>
      <description>&lt;P&gt;Jim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I apologize. I atteched the wrong picture. I updated the post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 16:17:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Split-One-table-in-to-two-while-keeping-few-rows-same/m-p/738640#M92015</guid>
      <dc:creator>ConfidenceOwl94</dc:creator>
      <dc:date>2024-03-25T16:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Split One table in to two while keeping few rows same.</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Split-One-table-in-to-two-while-keeping-few-rows-same/m-p/738642#M92016</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Please take the time to read the document, &lt;EM&gt;Discovering JMP&amp;nbsp;&lt;/EM&gt;available under the Help Pull Down menu&lt;/LI&gt;
&lt;LI&gt;Interactively you can accomplish this by:
&lt;OL&gt;
&lt;LI&gt;Select the SN and Material A columns&lt;/LI&gt;
&lt;LI&gt;Go to Tables=&amp;gt;Subset
&lt;OL&gt;
&lt;LI&gt;Select the option, All Rows&lt;/LI&gt;
&lt;LI&gt;Select the option, Selected columns&lt;/LI&gt;
&lt;LI&gt;Click OK&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Select the SN and Material B columns
&lt;OL&gt;
&lt;LI&gt;Repeat the steps in step 2 above&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;To do this using JSL
&lt;OL&gt;
&lt;LI&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Data Table( "Main Table" );
dtMaterialA = dt &amp;lt;&amp;lt; subset( selected rows( 0 ), columns( :SN, :Material A ) );
dtMaterialB = dt &amp;lt;&amp;lt; subset( selected rows( 0 ), columns( :SN, :Material B ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Mon, 25 Mar 2024 16:27:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Split-One-table-in-to-two-while-keeping-few-rows-same/m-p/738642#M92016</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-03-25T16:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Split One table in to two while keeping few rows same.</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Split-One-table-in-to-two-while-keeping-few-rows-same/m-p/738841#M92019</link>
      <description>&lt;P&gt;Thanks Jim&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 19:20:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Split-One-table-in-to-two-while-keeping-few-rows-same/m-p/738841#M92019</guid>
      <dc:creator>ConfidenceOwl94</dc:creator>
      <dc:date>2024-03-25T19:20:36Z</dc:date>
    </item>
  </channel>
</rss>

