<?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 Q: {Reversed Scale} script can't work at control chart builder with mutiple Y Charts in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Q-Reversed-Scale-script-can-t-work-at-control-chart-builder-with/m-p/583204#M78936</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have one question about&amp;nbsp;{Reversed Scale} script can't work at control chart builder with mutiple Y Charts.&lt;/P&gt;
&lt;P&gt;It looks no issue on single Y control chart.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I built mutiple Y control charts and modified all charts Y scale to Reverse Order ,then save it to script to table.&lt;/P&gt;
&lt;P&gt;But when I run the scrip, the Y Axis looks the same and never reversed.&lt;/P&gt;
&lt;P&gt;Attach file is the table with script, could you help?&lt;/P&gt;
&lt;P&gt;Is it a bug? How can I solve it? Thank you.&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="Chily_0-1671433150815.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48443iEDBFA4881F0E2FDD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chily_0-1671433150815.png" alt="Chily_0-1671433150815.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;==============================================&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Control Chart Builder(
	Size( 534, 464 ),
	Show Two Shewhart Charts( 0 ),
	Test Excluded Subgroups( 1 ),
	Show Lower Control Limit( 0 ),
	Show Control Panel( 0 ),
	Variables(
		Subgroup( :"Month Year[MEASURE_DATE]"n ),
		Subgroup( :LOT_ID, Position( 1 ) ),
		Y( :P3, :P3H, :P3L, :P3UL )
	),
	Chart(
		Points( Statistic( "Average" ), Box Plots( 1 ) ),
		Limits( Sigma( "Range" ), Show Lower Limit( 0 ), Show Upper Limit( 0 ) ),
		Process Capability Analysis(
			Overall Sigma Capability( 0 ),
			Nonconformance( 0 ),
			Within Sigma Capability( 0 ),
			Histogram( 1, Show Within Sigma Density( 0 ) )
		)
	),
	SendToReport(
		Dispatch( {}, "P3", ScaleBox, {Reversed Scale} ),
		Dispatch(
			{"P3 Limit Summaries", "Process Capability Analysis", "Histogram"},
			"1",
			ScaleBox,
			{Reversed Scale}
		),
		Dispatch(
			{},
			"P3H",
			ScaleBox,
			{Format( "Best", 10 ), Min( -0.494659722199707 ), Max( -0.7423333333 ), Inc( 0.05 ),
			Minor Ticks( 1 )}
		),
		Dispatch(
			{"P3H Limit Summaries", "Process Capability Analysis", "Histogram"},
			"1",
			ScaleBox,
			{Reversed Scale}
		),
		Dispatch(
			{},
			"P3L",
			ScaleBox,
			{Format( "Best", 10 ), Min( -0.6705555556 ), Max( -0.975 ), Inc( 0.05 ), Minor Ticks( 1 )}
		),
		Dispatch(
			{"P3L Limit Summaries", "Process Capability Analysis", "Histogram"},
			"1",
			ScaleBox,
			{Reversed Scale}
		),
		Dispatch( {}, "P3UL", ScaleBox, {Reversed Scale} ),
		Dispatch(
			{"P3UL Limit Summaries", "Process Capability Analysis", "Histogram"},
			"1",
			ScaleBox,
			{Reversed Scale}
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:30:14 GMT</pubDate>
    <dc:creator>Chily</dc:creator>
    <dc:date>2023-06-11T11:30:14Z</dc:date>
    <item>
      <title>Q: {Reversed Scale} script can't work at control chart builder with mutiple Y Charts</title>
      <link>https://community.jmp.com/t5/Discussions/Q-Reversed-Scale-script-can-t-work-at-control-chart-builder-with/m-p/583204#M78936</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have one question about&amp;nbsp;{Reversed Scale} script can't work at control chart builder with mutiple Y Charts.&lt;/P&gt;
&lt;P&gt;It looks no issue on single Y control chart.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I built mutiple Y control charts and modified all charts Y scale to Reverse Order ,then save it to script to table.&lt;/P&gt;
&lt;P&gt;But when I run the scrip, the Y Axis looks the same and never reversed.&lt;/P&gt;
&lt;P&gt;Attach file is the table with script, could you help?&lt;/P&gt;
&lt;P&gt;Is it a bug? How can I solve it? Thank you.&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="Chily_0-1671433150815.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/48443iEDBFA4881F0E2FDD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chily_0-1671433150815.png" alt="Chily_0-1671433150815.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;==============================================&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Control Chart Builder(
	Size( 534, 464 ),
	Show Two Shewhart Charts( 0 ),
	Test Excluded Subgroups( 1 ),
	Show Lower Control Limit( 0 ),
	Show Control Panel( 0 ),
	Variables(
		Subgroup( :"Month Year[MEASURE_DATE]"n ),
		Subgroup( :LOT_ID, Position( 1 ) ),
		Y( :P3, :P3H, :P3L, :P3UL )
	),
	Chart(
		Points( Statistic( "Average" ), Box Plots( 1 ) ),
		Limits( Sigma( "Range" ), Show Lower Limit( 0 ), Show Upper Limit( 0 ) ),
		Process Capability Analysis(
			Overall Sigma Capability( 0 ),
			Nonconformance( 0 ),
			Within Sigma Capability( 0 ),
			Histogram( 1, Show Within Sigma Density( 0 ) )
		)
	),
	SendToReport(
		Dispatch( {}, "P3", ScaleBox, {Reversed Scale} ),
		Dispatch(
			{"P3 Limit Summaries", "Process Capability Analysis", "Histogram"},
			"1",
			ScaleBox,
			{Reversed Scale}
		),
		Dispatch(
			{},
			"P3H",
			ScaleBox,
			{Format( "Best", 10 ), Min( -0.494659722199707 ), Max( -0.7423333333 ), Inc( 0.05 ),
			Minor Ticks( 1 )}
		),
		Dispatch(
			{"P3H Limit Summaries", "Process Capability Analysis", "Histogram"},
			"1",
			ScaleBox,
			{Reversed Scale}
		),
		Dispatch(
			{},
			"P3L",
			ScaleBox,
			{Format( "Best", 10 ), Min( -0.6705555556 ), Max( -0.975 ), Inc( 0.05 ), Minor Ticks( 1 )}
		),
		Dispatch(
			{"P3L Limit Summaries", "Process Capability Analysis", "Histogram"},
			"1",
			ScaleBox,
			{Reversed Scale}
		),
		Dispatch( {}, "P3UL", ScaleBox, {Reversed Scale} ),
		Dispatch(
			{"P3UL Limit Summaries", "Process Capability Analysis", "Histogram"},
			"1",
			ScaleBox,
			{Reversed Scale}
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:30:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Q-Reversed-Scale-script-can-t-work-at-control-chart-builder-with/m-p/583204#M78936</guid>
      <dc:creator>Chily</dc:creator>
      <dc:date>2023-06-11T11:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Q: {Reversed Scale} script can't work at control chart builder with mutiple Y Charts</title>
      <link>https://community.jmp.com/t5/Discussions/Q-Reversed-Scale-script-can-t-work-at-control-chart-builder-with/m-p/583324#M78946</link>
      <description>&lt;P&gt;This is a problem with JMP that has been corrected in 17.0.&amp;nbsp; If you upgrade to 17.0, your JSL will work as expected.&lt;/P&gt;
&lt;P&gt;However, there is a workaround that will allow this to work in earlier versions of JMP.&amp;nbsp; If you send the dispatch commands separately, then this will work as expected in older versions of JMP.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;obj=Control Chart Builder(
	Size( 534, 464 ),
	Show Two Shewhart Charts( 0 ),
	Test Excluded Subgroups( 1 ),
	Show Lower Control Limit( 0 ),
	Show Control Panel( 0 ),
	Variables(
		Subgroup( :"Month Year[MEASURE_DATE]"n ),
		Subgroup( :LOT_ID, Position( 1 ) ),
		Y( :P3, :P3H, :P3L, :P3UL )
	),
	Chart(
		Points( Statistic( "Average" ), Box Plots( 1 ) ),
		Limits( Sigma( "Range" ), Show Lower Limit( 0 ), Show Upper Limit( 0 ) ),
		Process Capability Analysis(
			Overall Sigma Capability( 0 ),
			Nonconformance( 0 ),
			Within Sigma Capability( 0 ),
			Histogram( 1, Show Within Sigma Density( 0 ) )
		)
	));
	wait(1);
	obj&amp;lt;&amp;lt;
	SendToReport(
		Dispatch( {}, "P3", ScaleBox, {Reversed Scale} ),
		Dispatch(
			{"P3 Limit Summaries", "Process Capability Analysis", "Histogram"},
			"1",
			ScaleBox,
			{Reversed Scale}
		),
		Dispatch(
			{},
			"P3H",
			ScaleBox,
			{Format( "Best", 10 ), Min( -0.494659722199707 ), Max( -0.7423333333 ), Inc( 0.05 ),
			Minor Ticks( 1 )}
		),
		Dispatch(
			{"P3H Limit Summaries", "Process Capability Analysis", "Histogram"},
			"1",
			ScaleBox,
			{Reversed Scale}
		),
		Dispatch(
			{},
			"P3L",
			ScaleBox,
			{Format( "Best", 10 ), Min( -0.6705555556 ), Max( -0.975 ), Inc( 0.05 ), Minor Ticks( 1 )}
		),
		Dispatch(
			{"P3L Limit Summaries", "Process Capability Analysis", "Histogram"},
			"1",
			ScaleBox,
			{Reversed Scale}
		),
		Dispatch( {}, "P3UL", ScaleBox, {Reversed Scale} ),
		Dispatch(
			{"P3UL Limit Summaries", "Process Capability Analysis", "Histogram"},
			"1",
			ScaleBox,
			{Reversed Scale}
		)
	)
;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Dec 2022 13:28:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Q-Reversed-Scale-script-can-t-work-at-control-chart-builder-with/m-p/583324#M78946</guid>
      <dc:creator>tonya_mauldin</dc:creator>
      <dc:date>2022-12-19T13:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Q: {Reversed Scale} script can't work at control chart builder with mutiple Y Charts</title>
      <link>https://community.jmp.com/t5/Discussions/Q-Reversed-Scale-script-can-t-work-at-control-chart-builder-with/m-p/583615#M78961</link>
      <description>&lt;P&gt;Thank you tonya_mauldin,&lt;/P&gt;&lt;P&gt;It's great to know thank JMP17 had fix this bug&lt;/P&gt;&lt;P&gt;and thank you extra provide workaround solution for me!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,Chily&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 00:51:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Q-Reversed-Scale-script-can-t-work-at-control-chart-builder-with/m-p/583615#M78961</guid>
      <dc:creator>Chily</dc:creator>
      <dc:date>2022-12-20T00:51:39Z</dc:date>
    </item>
  </channel>
</rss>

