<?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: Group multiple column in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Group-multiple-column/m-p/582003#M78870</link>
    <description>&lt;P&gt;Hello, welcome to JMP.&lt;/P&gt;
&lt;P&gt;The table operations are very powerful and will help in this instance.&amp;nbsp; The icons on the Table menu items help describe the actions that reshape data.&lt;/P&gt;
&lt;P&gt;There are a number of ways to accomplish your objective, but here is one.&lt;/P&gt;
&lt;P&gt;1) Your example data should have column headers before moving to JMP, assume First column is called "Part" in upper left cell&lt;BR /&gt;&amp;nbsp; "Copy", "Paste with Column headers" into a blank JMP data table&lt;/P&gt;
&lt;P&gt;2) Execute the Table Operation "Stack"&amp;nbsp; (New in JMP 17, the preview window helps with real time feedback of potential output)&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Select all Columns except "Part", press "stack columns" button to select six columns with test information to be stacked&lt;/LI&gt;
&lt;LI&gt;Check "multiple series stack", set "number of series" to 2&lt;/LI&gt;
&lt;LI&gt;De-select "Contiguous"&lt;/LI&gt;
&lt;LI&gt;Check "Eliminate Missing Rows" (optional- it's easy to delete the non-failing test items later)&lt;/LI&gt;
&lt;LI&gt;Optionally, for non-stacked columns you can "keep all" in case Part/Unit ID will be helpful for other analysis.&lt;/LI&gt;
&lt;LI&gt;Press Ok&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;3) On the table generated by the "Stack" operation, execute the Table Operation "Summary"&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Select Columns Data and Data 2, Press "Group" button so both columns are listed in the group box.&amp;nbsp; This will group all combinations of these values. (control-click to select multiple items or do in two steps)&lt;/LI&gt;
&lt;LI&gt;Uncheck "Link to original data table"&lt;/LI&gt;
&lt;LI&gt;Press OK&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Your requested output&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Dec 2022 14:51:44 GMT</pubDate>
    <dc:creator>GregF_JMP</dc:creator>
    <dc:date>2022-12-15T14:51:44Z</dc:date>
    <item>
      <title>Group multiple column</title>
      <link>https://community.jmp.com/t5/Discussions/Group-multiple-column/m-p/581876#M78862</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm novice in JMP. Starting to learn JMP. I'm trying to group a column and count the number of row.&lt;/P&gt;&lt;P&gt;Below is the example to clarify my question.&amp;nbsp; Basically i have 4 unit tested with different pattern. Each pattern will output failure.&lt;/P&gt;&lt;P&gt;How can i group them based on pattern. Any help will be appreciated. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example raw data:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;TEST A&lt;/TD&gt;&lt;TD&gt;TEST A FAIL OUTPUT&lt;/TD&gt;&lt;TD&gt;TEST B&lt;/TD&gt;&lt;TD&gt;TEST B FAIL OUTPUT&lt;/TD&gt;&lt;TD&gt;TEST C&lt;/TD&gt;&lt;TD&gt;TEST C FAIL OUTPUT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;UNIT A&lt;/TD&gt;&lt;TD&gt;A0 PATTERN&lt;/TD&gt;&lt;TD&gt;A1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;UNIT B&lt;/TD&gt;&lt;TD&gt;A0 PATTERN&lt;/TD&gt;&lt;TD&gt;A2&lt;/TD&gt;&lt;TD&gt;B0 PATTERN&lt;/TD&gt;&lt;TD&gt;B1&lt;/TD&gt;&lt;TD&gt;C0 PATTERN&lt;/TD&gt;&lt;TD&gt;C1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;UNIT C&lt;/TD&gt;&lt;TD&gt;A0 PATTERN&lt;/TD&gt;&lt;TD&gt;A1&lt;/TD&gt;&lt;TD&gt;B1 PATTERN&lt;/TD&gt;&lt;TD&gt;B2&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;UNIT D&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;B1 PATTERN&lt;/TD&gt;&lt;TD&gt;B3&lt;/TD&gt;&lt;TD&gt;C0 PATTERN&lt;/TD&gt;&lt;TD&gt;C2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output needed:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;A0 PATTERN&lt;/TD&gt;&lt;TD&gt;A1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;A2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B0 PATTERN&lt;/TD&gt;&lt;TD&gt;B1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B1 PATTERN&lt;/TD&gt;&lt;TD&gt;B2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;B3&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C0 PATTERN&lt;/TD&gt;&lt;TD&gt;C1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;C2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:58:25 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Group-multiple-column/m-p/581876#M78862</guid>
      <dc:creator>ConcurrentStudy</dc:creator>
      <dc:date>2023-06-10T23:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Group multiple column</title>
      <link>https://community.jmp.com/t5/Discussions/Group-multiple-column/m-p/581963#M78866</link>
      <description>&lt;P&gt;The solution is to stack the data and then to use the Tabulate Platform to produce the required output.&lt;/P&gt;
&lt;P&gt;Starting with your data table&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1671113240882.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48325i588B94DABF5F26F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1671113240882.png" alt="txnelson_0-1671113240882.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Go to Tables=&amp;gt;Stack&lt;/P&gt;
&lt;P&gt;Fill out the Dialog Box as shown&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_1-1671113399509.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48326iCFCC8C8EA08A4377/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_1-1671113399509.png" alt="txnelson_1-1671113399509.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Click on OK and it will give you the table as previewed&lt;/P&gt;
&lt;P&gt;Now go to Analyze=&amp;gt;Tabulate&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_2-1671113526314.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48327i2E9E8829DB67FD3C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_2-1671113526314.png" alt="txnelson_2-1671113526314.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Drag the Data column to the Drop Zone for Rows&lt;/P&gt;
&lt;P&gt;Drag the Data 2 to the far edge of the above dragged Data column and you will have the report you want&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_3-1671113749346.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48328i3575B0A340E45CB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_3-1671113749346.png" alt="txnelson_3-1671113749346.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 14:16:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Group-multiple-column/m-p/581963#M78866</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-12-15T14:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Group multiple column</title>
      <link>https://community.jmp.com/t5/Discussions/Group-multiple-column/m-p/582003#M78870</link>
      <description>&lt;P&gt;Hello, welcome to JMP.&lt;/P&gt;
&lt;P&gt;The table operations are very powerful and will help in this instance.&amp;nbsp; The icons on the Table menu items help describe the actions that reshape data.&lt;/P&gt;
&lt;P&gt;There are a number of ways to accomplish your objective, but here is one.&lt;/P&gt;
&lt;P&gt;1) Your example data should have column headers before moving to JMP, assume First column is called "Part" in upper left cell&lt;BR /&gt;&amp;nbsp; "Copy", "Paste with Column headers" into a blank JMP data table&lt;/P&gt;
&lt;P&gt;2) Execute the Table Operation "Stack"&amp;nbsp; (New in JMP 17, the preview window helps with real time feedback of potential output)&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Select all Columns except "Part", press "stack columns" button to select six columns with test information to be stacked&lt;/LI&gt;
&lt;LI&gt;Check "multiple series stack", set "number of series" to 2&lt;/LI&gt;
&lt;LI&gt;De-select "Contiguous"&lt;/LI&gt;
&lt;LI&gt;Check "Eliminate Missing Rows" (optional- it's easy to delete the non-failing test items later)&lt;/LI&gt;
&lt;LI&gt;Optionally, for non-stacked columns you can "keep all" in case Part/Unit ID will be helpful for other analysis.&lt;/LI&gt;
&lt;LI&gt;Press Ok&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;3) On the table generated by the "Stack" operation, execute the Table Operation "Summary"&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Select Columns Data and Data 2, Press "Group" button so both columns are listed in the group box.&amp;nbsp; This will group all combinations of these values. (control-click to select multiple items or do in two steps)&lt;/LI&gt;
&lt;LI&gt;Uncheck "Link to original data table"&lt;/LI&gt;
&lt;LI&gt;Press OK&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Your requested output&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 14:51:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Group-multiple-column/m-p/582003#M78870</guid>
      <dc:creator>GregF_JMP</dc:creator>
      <dc:date>2022-12-15T14:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Group multiple column</title>
      <link>https://community.jmp.com/t5/Discussions/Group-multiple-column/m-p/582352#M78886</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;I have tried it works on 3 or 4 pattern.&lt;/P&gt;&lt;P&gt;But when i include all my pattern column around 40++ with it output also around 40++. it will pop up this error.&lt;/P&gt;&lt;P&gt;I tried to make all my column to ordinal or nominal but not able to solve this one.&lt;/P&gt;&lt;P&gt;Any idea why it produce such error?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ConcurrentStudy_0-1671156486042.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48350i0B7449555C24CAD6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ConcurrentStudy_0-1671156486042.png" alt="ConcurrentStudy_0-1671156486042.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 02:09:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Group-multiple-column/m-p/582352#M78886</guid>
      <dc:creator>ConcurrentStudy</dc:creator>
      <dc:date>2022-12-16T02:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Group multiple column</title>
      <link>https://community.jmp.com/t5/Discussions/Group-multiple-column/m-p/582376#M78891</link>
      <description>&lt;P&gt;If you change all of the columns to character, the stack will then work.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 06:09:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Group-multiple-column/m-p/582376#M78891</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-12-16T06:09:21Z</dc:date>
    </item>
  </channel>
</rss>

