<?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 columns based on number of value in a table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Group-columns-based-on-number-of-value-in-a-table/m-p/488953#M73238</link>
    <description>&lt;P&gt;Using Tabulate or Summary. With summary you can get something like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1653042199966.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/42599iDC8BC3D23926A49A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1653042199966.png" alt="jthi_0-1653042199966.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and tabulate&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1653042216480.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/42600i1E4BBF29CEA3ACDC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1653042216480.png" alt="jthi_1-1653042216480.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do note that vcc should be Nominal column&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 May 2022 10:23:50 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2022-05-20T10:23:50Z</dc:date>
    <item>
      <title>Group columns based on number of value in a table</title>
      <link>https://community.jmp.com/t5/Discussions/Group-columns-based-on-number-of-value-in-a-table/m-p/488785#M73237</link>
      <description>&lt;P&gt;I have this table with three columns (dut, vcc, result) (for exemple) :&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dut | vcc | result |&amp;nbsp;
1&amp;nbsp; &amp;nbsp; | 1.1 | pass
2&amp;nbsp; &amp;nbsp; | 1.1 | pass
3&amp;nbsp; &amp;nbsp; | 1.1 | pass
4&amp;nbsp; &amp;nbsp; | 1.1 | pass
1&amp;nbsp; &amp;nbsp; | 1.2 | pass
2&amp;nbsp; &amp;nbsp; | 1.2 | fail
3&amp;nbsp; &amp;nbsp; | 1.2 | pass
4&amp;nbsp; &amp;nbsp; | 1.2 | pass
1&amp;nbsp; &amp;nbsp; | 1.3 | pass
2&amp;nbsp; &amp;nbsp; | 1.3 | fail
3&amp;nbsp; &amp;nbsp; | 1.3 | fail
4&amp;nbsp; &amp;nbsp; | 1.3 | fail&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And I want to group by vcc the number of pass so have this table :&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;vcc | number |&amp;nbsp;
1.1 | 4
1.2 | 3
1.3 | 1&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;What are the easiest ways to move from the first table to the other ?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:48:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Group-columns-based-on-number-of-value-in-a-table/m-p/488785#M73237</guid>
      <dc:creator>OrderedColt522</dc:creator>
      <dc:date>2023-06-10T23:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Group columns based on number of value in a table</title>
      <link>https://community.jmp.com/t5/Discussions/Group-columns-based-on-number-of-value-in-a-table/m-p/488953#M73238</link>
      <description>&lt;P&gt;Using Tabulate or Summary. With summary you can get something like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1653042199966.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/42599iDC8BC3D23926A49A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1653042199966.png" alt="jthi_0-1653042199966.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and tabulate&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1653042216480.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/42600i1E4BBF29CEA3ACDC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1653042216480.png" alt="jthi_1-1653042216480.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do note that vcc should be Nominal column&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 10:23:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Group-columns-based-on-number-of-value-in-a-table/m-p/488953#M73238</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-05-20T10:23:50Z</dc:date>
    </item>
  </channel>
</rss>

