<?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: Using tabulate Row % within a group in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Using-tabulate-Row-within-a-group/m-p/621642#M82068</link>
    <description>&lt;P&gt;You could try moving your machine (or status) to be row identifier rather than column&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1681189295254.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51874iDFE2197843044361/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1681189295254.png" alt="jthi_0-1681189295254.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and then try using Row% (or Column %)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1681189302539.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51875i87A439E27518F148/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1681189302539.png" alt="jthi_1-1681189302539.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Creating formula column should also be fairly simple with Col Sum() and Col Number(). You could also use Summary table and then perform calculation there&lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2023 05:04:59 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2023-04-11T05:04:59Z</dc:date>
    <item>
      <title>Using tabulate Row % within a group</title>
      <link>https://community.jmp.com/t5/Discussions/Using-tabulate-Row-within-a-group/m-p/621496#M82053</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using tabulate to massage data to exemplify yields and failures of machines. Generally the data is sorted by date (as Rows), and status (columns).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to group this info by machines, as shown below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-04-10 101546.png" style="width: 217px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51871iCF5843A9AFFB94B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-04-10 101546.png" alt="Screenshot 2023-04-10 101546.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;A - accept ; R - reject&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to display this as percentages. i.e. yield of the machine per day. The Row % on tabulate is usually what I would use. In this case, it will find the percent's across the entire group, not by machine, which is less helpful. If there a function that can convert these to percentages by machine? i.e. machine one would have - 50%, 50%, 83%, 60% etc.....&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or will I need to script a new column in that calculates yield for each?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is using JMP 14&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 00:00:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-tabulate-Row-within-a-group/m-p/621496#M82053</guid>
      <dc:creator>Jacobusk</dc:creator>
      <dc:date>2023-06-11T00:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using tabulate Row % within a group</title>
      <link>https://community.jmp.com/t5/Discussions/Using-tabulate-Row-within-a-group/m-p/621642#M82068</link>
      <description>&lt;P&gt;You could try moving your machine (or status) to be row identifier rather than column&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1681189295254.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51874iDFE2197843044361/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1681189295254.png" alt="jthi_0-1681189295254.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and then try using Row% (or Column %)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1681189302539.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51875i87A439E27518F148/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1681189302539.png" alt="jthi_1-1681189302539.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Creating formula column should also be fairly simple with Col Sum() and Col Number(). You could also use Summary table and then perform calculation there&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 05:04:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-tabulate-Row-within-a-group/m-p/621642#M82068</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-04-11T05:04:59Z</dc:date>
    </item>
  </channel>
</rss>

