<?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: Two different Spec limits for Process Capability based on the value in one column. in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920997#M107978</link>
    <description>&lt;P&gt;I am currently using 18 but I imagine we will get the update to 19 in the New Year.&lt;/P&gt;
&lt;P&gt;Your JMP 19 is actually very similar to what I now have but is does seem to be just a little more straightforward than the route I have had to take.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 22 Dec 2025 08:59:33 GMT</pubDate>
    <dc:creator>RichardSlack</dc:creator>
    <dc:date>2025-12-22T08:59:33Z</dc:date>
    <item>
      <title>Two different Spec limits for Process Capability based on the value in one column.</title>
      <link>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920651#M107949</link>
      <description>&lt;P&gt;I use one measurement process to assess the capability of two different products on our production line. For various reasons, the spec limits for the two products are different but the measurement data is combined with one field being used to indicate which product is being processed.&lt;/P&gt;
&lt;P&gt;I am trying to generate a simple, tabular process capability report that splits the data into two separate reports based on the product type in such a way that I can apply different specs to the two groups. I have called them Product A and Product B in this example. My thought was to change the script to look like the example below but the resulting Capability report uses the second set of Spec Limits for both product groups. The data come from the same source and I need to track them together so I don't really want to double-up the process with filters on the data source. Any Ideas please?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RichardSlack_1-1766145688146.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/89285i56C97E870B48B687/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RichardSlack_1-1766145688146.png" alt="RichardSlack_1-1766145688146.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Process Capability(
	SendToByGroup( Bygroup Default ),
	Process Variables( :D1953_NpMin, :D1953_NpMax, :D1953_NpParallelism, :D1953_Act1LhsActualX, :D1953_Act1LhsActualY, :D1953_Act1Par ),
	SendToByGroup(
		{:prd_ERPItemNo == "PRODUCT A"},
		Spec Limits(
			:D1953_NpMin( LSL( 19.875 ), Target( 20 ), USL( 20.125 ) ), :D1953_NpMax( LSL( 19.875 ), Target( 20 ), USL( 20.125 ) ),
			:D1953_NpParallelism( LSL( 0 ), Target( 0.09 ), USL( 0.16 ) ), :D1953_Act1LhsActualX( LSL( 29.743 ), Target( 29.763 ), USL( 29.783 ) ),
			:D1953_Act1LhsActualY( LSL( -13.53 ), Target( -13.49 ), USL( -13.45 ) ), :D1953_Act1Par( LSL( -0.016 ), Target( -.006 ), USL( 0.004 ) )
		),
		{:prd_ERPItemNo == "PRODUCT B"},
		Spec Limits(
			:D1953_NpMin( LSL( 19.875 ), Target( 20 ), USL( 20.125 ) ), :D1953_NpMax( LSL( 19.875 ), Target( 20 ), USL( 20.125 ) ),
			:D1953_NpParallelism( LSL( 0 ), Target( 0.09 ), USL( 0.16 ) ), :D1953_Act1LhsActualX( LSL( 29.743 ), Target( 29.763 ), USL( 29.783 ) ),
			:D1953_Act1LhsActualY( LSL( -13.53 ), Target( -13.49 ), USL( -13.45 ) ), :D1953_Act1Par( LSL( -0.008 ), Target( .002 ), USL( 0.012 ) )
		)
	),
	Moving Range Method( Average of Moving Ranges ),
	Capability Box Plots( 0 ),
	Overall Sigma Summary Report( 1 ),
	Goal Plot( 0 ),
	Capability Index Plot( 0 ),
	Process Performance Plot( 0 ),
	By( :prd_ERPItemNo )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 12:03:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920651#M107949</guid>
      <dc:creator>RichardSlack</dc:creator>
      <dc:date>2025-12-19T12:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Two different Spec limits for Process Capability based on the value in one column.</title>
      <link>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920665#M107950</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/27599"&gt;@RichardSlack&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you provide the data table to work with? Or find a similar example in the sample index?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Ben&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 12:24:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920665#M107950</guid>
      <dc:creator>Ben_BarrIngh</dc:creator>
      <dc:date>2025-12-19T12:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Two different Spec limits for Process Capability based on the value in one column.</title>
      <link>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920671#M107951</link>
      <description>&lt;P&gt;JMP Data Table attached&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 13:17:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920671#M107951</guid>
      <dc:creator>RichardSlack</dc:creator>
      <dc:date>2025-12-19T13:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Two different Spec limits for Process Capability based on the value in one column.</title>
      <link>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920672#M107952</link>
      <description>&lt;P&gt;Spec Limits are a Column Property, so if the data for the two products are in the same Column, they will inherit the same Spec Limits. Maybe there is a way around this using some clever scripting...but I would recommend simply splitting the column:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Tables -&amp;gt; Split.&lt;/LI&gt;
&lt;LI&gt;Split By: your Product Type column (Product A or Product B).&lt;/LI&gt;
&lt;LI&gt;Split Column: your process data columns.&lt;/LI&gt;
&lt;LI&gt;"Keep All" other columns as needed&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Would this work for you?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: the answers below using a Spec Limit Table look like a better solution here, thanks Ben and Laura!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 10:38:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920672#M107952</guid>
      <dc:creator>christian-z</dc:creator>
      <dc:date>2026-01-05T10:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Two different Spec limits for Process Capability based on the value in one column.</title>
      <link>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920675#M107953</link>
      <description>&lt;P&gt;I am able to do it with Distributions by performing a Process Capability with different spec limits for each grouped parameter and then saving the script to repeat the process later. Unfortunately this doesn't give me such a nice output to then transfer to an Excel report, where I need the numbers in tabular format. The Process Capability tool gives me the tabular output I need but seems to not allow separate spec limits between the two groups of data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 13:36:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920675#M107953</guid>
      <dc:creator>RichardSlack</dc:creator>
      <dc:date>2025-12-19T13:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Two different Spec limits for Process Capability based on the value in one column.</title>
      <link>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920676#M107954</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/27599"&gt;@RichardSlack&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There doesn't look to be an easy way to script/command to bygroup - but if you use a separate spec limit table it will work, &lt;A href="https://community.jmp.com/t5/JMPer-Cable/Process-specification-limits-that-differ-based-on-a-grouping/ba-p/36656" target="_self"&gt;see here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 13:47:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920676#M107954</guid>
      <dc:creator>Ben_BarrIngh</dc:creator>
      <dc:date>2025-12-19T13:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Two different Spec limits for Process Capability based on the value in one column.</title>
      <link>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920689#M107955</link>
      <description>&lt;P&gt;It will be a bit long-winded to complete the spec table but it definitely seems to be the solution I was looking for. Many thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 14:51:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920689#M107955</guid>
      <dc:creator>RichardSlack</dc:creator>
      <dc:date>2025-12-19T14:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Two different Spec limits for Process Capability based on the value in one column.</title>
      <link>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920740#M107960</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/27599"&gt;@RichardSlack&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to let you know that if you are using JMP 19, the Process Capability platform now has the ability to do grouped process capability.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, the data below contains some cheese manufacturing data.&amp;nbsp; It has 3 process variables: pH, Salt Concentration, and Moisture Content.&amp;nbsp; It is organized by the grouping column, Cheese Type.&amp;nbsp; There are 3 cheese types:&amp;nbsp; Brie, Cheddar, and Swiss.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GrpCheeseProcessData.jpg" style="width: 730px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/89318iF4846D6F2F14B537/image-size/large?v=v2&amp;amp;px=999" role="button" title="GrpCheeseProcessData.jpg" alt="GrpCheeseProcessData.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The specification limits for the cheese manufacturing data are in the Cheese Manufacturing Limits data table below.&amp;nbsp; Notice that there are 9 sets of spec limits.&amp;nbsp; One set for each of the 3 process variables for each of the 3 cheese types.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GrpCheeseSpecData.jpg" style="width: 629px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/89319iF47BA9B5CCE63B5F/image-size/large?v=v2&amp;amp;px=999" role="button" title="GrpCheeseSpecData.jpg" alt="GrpCheeseSpecData.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;To analyze the capability of this grouped cheese manufacturing data, you can launch the Process Capability platform by adding the 3 process variables columns to the Y,Process role and Cheese Type column to the Grouping role.&amp;nbsp; See the image of the launch dialog below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GrpCheeseLaunch.jpg" style="width: 892px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/89320iD4D856AA02EFC92D/image-size/large?v=v2&amp;amp;px=999" role="button" title="GrpCheeseLaunch.jpg" alt="GrpCheeseLaunch.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Once you click OK, you will get a Spec Limits dialog to allow you to load your grouped spec limits data table.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GrpCheeseSpecDlg.jpg" style="width: 532px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/89321i7E8F29C22C758F78/image-size/large?v=v2&amp;amp;px=999" role="button" title="GrpCheeseSpecDlg.jpg" alt="GrpCheeseSpecDlg.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Once you select the spec limits table and click OK, you will get a grouped Process Capability analysis that includes an Overall Sigma Capability Summary Report like the following:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GrpCheeseProcCapOverallSummary.jpg" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/89323iC37FAECFAF037CD6/image-size/large?v=v2&amp;amp;px=999" role="button" title="GrpCheeseProcCapOverallSummary.jpg" alt="GrpCheeseProcCapOverallSummary.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;Laura&lt;/P&gt;
&lt;P&gt;P.S.&amp;nbsp; Also... In JMP 19 the Manage Limits utility also works with grouped data that is organized with a grouping column.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 20:19:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920740#M107960</guid>
      <dc:creator>Laura_Lancaster</dc:creator>
      <dc:date>2025-12-19T20:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Two different Spec limits for Process Capability based on the value in one column.</title>
      <link>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920997#M107978</link>
      <description>&lt;P&gt;I am currently using 18 but I imagine we will get the update to 19 in the New Year.&lt;/P&gt;
&lt;P&gt;Your JMP 19 is actually very similar to what I now have but is does seem to be just a little more straightforward than the route I have had to take.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 08:59:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Two-different-Spec-limits-for-Process-Capability-based-on-the/m-p/920997#M107978</guid>
      <dc:creator>RichardSlack</dc:creator>
      <dc:date>2025-12-22T08:59:33Z</dc:date>
    </item>
  </channel>
</rss>

