<?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: Differences in Control Chart Builder Syntax and Chart Display Across JMP Versions in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Differences-in-Control-Chart-Builder-Syntax-and-Chart-Display/m-p/910751#M106991</link>
    <description>&lt;P&gt;For these to be same for both version, you have to enable Sort By Subgroup in JMP19&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Sort by Subgroup(1)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you wish to have similar result in JMP18, create new column (or use transform column) with formula Row() and use that as your x-axis&lt;/P&gt;
&lt;P&gt;JMP19 with Sort by Subgroup(1) (similar as your old.png)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1761901125605.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/86117i2180C44F4A5DC8F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1761901125605.png" alt="jthi_0-1761901125605.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;JMP18 with Row (similar as your shot.png but much better (in my opinion) x-axis)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1761901138252.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/86118iB00BF39DD565DDBA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1761901138252.png" alt="jthi_1-1761901138252.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 31 Oct 2025 08:59:42 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2025-10-31T08:59:42Z</dc:date>
    <item>
      <title>Differences in Control Chart Builder Syntax and Chart Display Across JMP Versions</title>
      <link>https://community.jmp.com/t5/Discussions/Differences-in-Control-Chart-Builder-Syntax-and-Chart-Display/m-p/910739#M106990</link>
      <description>&lt;DIV data-container=""&gt;&lt;SPAN data-expression=""&gt;&lt;SPAN data-expression=""&gt; I found that different versions of JMP display different charts when running the following script. &lt;BR /&gt;It seems that the syntax of the Control Chart Builder has changed, but I don't know how to fix it. &lt;BR /&gt;What I need is for version 18.0.1 to automatically average the prices for the same month, rather than, like the new version, simply outputting all the numbers. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt= current datatable();
WinterChart = dt &amp;lt;&amp;lt; Control Chart Builder(
	Show Sigma Report( 1 ),
	Variables( Y( :Price ), Subgroup( :Month ) ),
	Chart( Position( 1 ), Limits( Sigma( "Levey Jennings" ) ) ),
	Chart( Position( 2 ), Limits( Sigma( "Levey Jennings" ) ) ),
	Show Control Panel( 0 ),
	Where( :Type == "Winter" ),
	SendToReport( Dispatch( {}, "Control Chart Builder", OutlineBox, {Set Title( "Winter" )} ) )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;SPAN data-expression=""&gt;&lt;BR /&gt;Bright background figure is the result from version 18.0.1 &lt;BR /&gt;&lt;BR /&gt;Dark background figure is result from version 19.0.1&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-container=""&gt;
&lt;DIV id="l3-9_1-ConGood" class="OSInline" data-container=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 31 Oct 2025 08:44:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Differences-in-Control-Chart-Builder-Syntax-and-Chart-Display/m-p/910739#M106990</guid>
      <dc:creator>BabyDoragon</dc:creator>
      <dc:date>2025-10-31T08:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in Control Chart Builder Syntax and Chart Display Across JMP Versions</title>
      <link>https://community.jmp.com/t5/Discussions/Differences-in-Control-Chart-Builder-Syntax-and-Chart-Display/m-p/910751#M106991</link>
      <description>&lt;P&gt;For these to be same for both version, you have to enable Sort By Subgroup in JMP19&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Sort by Subgroup(1)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you wish to have similar result in JMP18, create new column (or use transform column) with formula Row() and use that as your x-axis&lt;/P&gt;
&lt;P&gt;JMP19 with Sort by Subgroup(1) (similar as your old.png)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1761901125605.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/86117i2180C44F4A5DC8F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1761901125605.png" alt="jthi_0-1761901125605.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;JMP18 with Row (similar as your shot.png but much better (in my opinion) x-axis)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1761901138252.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/86118iB00BF39DD565DDBA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1761901138252.png" alt="jthi_1-1761901138252.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 08:59:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Differences-in-Control-Chart-Builder-Syntax-and-Chart-Display/m-p/910751#M106991</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-10-31T08:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in Control Chart Builder Syntax and Chart Display Across JMP Versions</title>
      <link>https://community.jmp.com/t5/Discussions/Differences-in-Control-Chart-Builder-Syntax-and-Chart-Display/m-p/911612#M107102</link>
      <description>&lt;DIV data-container=""&gt;&lt;SPAN data-expression=""&gt;If I append "WinterChart&amp;lt;&amp;lt; Sort by Subgroup( 1 );" below, it does make the subgroup display correctly. &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-container=""&gt;&lt;SPAN data-expression=""&gt;However, the original program has the setting "Chart( Position( 1 ), Limits( Sigma( "Levey Jennings" ) ) )," which allows the limits to be calculated using 3 sigma. &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-container=""&gt;&lt;SPAN data-expression=""&gt;But with the result of Sort by Subgroup( 1 ), the chart still shows as an R Chart. &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-container=""&gt;&lt;SPAN data-expression=""&gt;How should I adjust it so that when "Sort by Subgroup( 1 )" is applied, it can still display the sigma limits based on "Levey Jennings"?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV data-container=""&gt;
&lt;DIV id="l3-9_1-ConGood" class="OSInline" data-container=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 06 Nov 2025 04:48:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Differences-in-Control-Chart-Builder-Syntax-and-Chart-Display/m-p/911612#M107102</guid>
      <dc:creator>BabyDoragon</dc:creator>
      <dc:date>2025-11-06T04:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Differences in Control Chart Builder Syntax and Chart Display Across JMP Versions</title>
      <link>https://community.jmp.com/t5/Discussions/Differences-in-Control-Chart-Builder-Syntax-and-Chart-Display/m-p/911617#M107104</link>
      <description>&lt;P&gt;Change it from Limits settings?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1762407909043.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/86486i2873DD23F8CA66CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1762407909043.png" alt="jthi_1-1762407909043.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2025 05:45:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Differences-in-Control-Chart-Builder-Syntax-and-Chart-Display/m-p/911617#M107104</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-11-06T05:45:17Z</dc:date>
    </item>
  </channel>
</rss>

