<?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: Process Screening Single Grouping Item in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Process-Screening-Single-Grouping-Item/m-p/879678#M104304</link>
    <description>&lt;P&gt;By the way, I get around this presently by adding a bogus value, doing the process screening and then removing the bogus value afterwards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; Add Rows( 1 );
rowz = N Rows( dt );
:LOT[rowz] = 1;
ps = dt &amp;lt;&amp;lt; Process Screening(
	Process Variables( Eval( SpecCols ) ),
	Grouping( :WAFER, :LOT ),
	Control Chart Type( "Indiv and MR" ),
	Within Sigma( 0 ),
	Overall Sigma( 0 ),
	Stability Index( 0 ),
	Mean( 0 ),
	Show Tests( 0 ),
	Test 1( 0 ),
	Out of Spec Rate( 0 ),
	Latest Out of Spec( 0 ),
	Cpk( 0 ),
	Ppk( 0 )
);
dt_result = Report( ps )[Outline Box( "Process Screening" ), Table Box( 1 )] &amp;lt;&amp;lt;
Make Into Data Table;
ps &amp;lt;&amp;lt; close window;
dt &amp;lt;&amp;lt; Delete Rows( rowz );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jun 2025 20:05:36 GMT</pubDate>
    <dc:creator>SpannerHead</dc:creator>
    <dc:date>2025-06-12T20:05:36Z</dc:date>
    <item>
      <title>Process Screening Single Grouping Item</title>
      <link>https://community.jmp.com/t5/Discussions/Process-Screening-Single-Grouping-Item/m-p/879668#M104303</link>
      <description>&lt;P&gt;Based on this question, I was able to get a script to create a yield table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.jmp.com/t5/Discussions/Process-Screening-By-Groups/m-p/867553#M103032" target="_blank"&gt;Solved: Process Screening By Groups - JMP User Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One flaw in this approach is that any grouping item that has only 1 value is absent from the finished table.&amp;nbsp; For example, if the data has multiple wafers from only one lot, the wafer numbers report but the lot does not.&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="SpannerHead_0-1749756569499.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/76881i4ACD2DC7AC514A8F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SpannerHead_0-1749756569499.png" alt="SpannerHead_0-1749756569499.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 19:30:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Process-Screening-Single-Grouping-Item/m-p/879668#M104303</guid>
      <dc:creator>SpannerHead</dc:creator>
      <dc:date>2025-06-12T19:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Process Screening Single Grouping Item</title>
      <link>https://community.jmp.com/t5/Discussions/Process-Screening-Single-Grouping-Item/m-p/879678#M104304</link>
      <description>&lt;P&gt;By the way, I get around this presently by adding a bogus value, doing the process screening and then removing the bogus value afterwards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt &amp;lt;&amp;lt; Add Rows( 1 );
rowz = N Rows( dt );
:LOT[rowz] = 1;
ps = dt &amp;lt;&amp;lt; Process Screening(
	Process Variables( Eval( SpecCols ) ),
	Grouping( :WAFER, :LOT ),
	Control Chart Type( "Indiv and MR" ),
	Within Sigma( 0 ),
	Overall Sigma( 0 ),
	Stability Index( 0 ),
	Mean( 0 ),
	Show Tests( 0 ),
	Test 1( 0 ),
	Out of Spec Rate( 0 ),
	Latest Out of Spec( 0 ),
	Cpk( 0 ),
	Ppk( 0 )
);
dt_result = Report( ps )[Outline Box( "Process Screening" ), Table Box( 1 )] &amp;lt;&amp;lt;
Make Into Data Table;
ps &amp;lt;&amp;lt; close window;
dt &amp;lt;&amp;lt; Delete Rows( rowz );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 20:05:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Process-Screening-Single-Grouping-Item/m-p/879678#M104304</guid>
      <dc:creator>SpannerHead</dc:creator>
      <dc:date>2025-06-12T20:05:36Z</dc:date>
    </item>
  </channel>
</rss>

