<?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 JSL: Customize Control Chart in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-Customize-Control-Chart/m-p/14199#M13299</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello,&lt;BR /&gt; &lt;BR /&gt;I would like to customize the control chart output like the screen below in my JSL script:&lt;BR /&gt;The settings in the prefrences and my script were not successful.&lt;BR /&gt;my biggest problem is, i can hide histogram and normal quantile plot and unhide the summary statistics only manualy-&lt;BR /&gt;Currently I'm working with the version 10.0.2&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;repWin = New Window( tableName, container = V List Box() );

For( k = 1, k &amp;lt;= N Items( dataColName ), k++,
	content = V List Box(
		dt_data_sub &amp;lt;&amp;lt; Control Chart(
			Group Size( 1 ),
			KSigma( 3 ),
			Chart Col(
				dataColName,
				Individual Measurement( Test 1( 1 ), Test 2( 1 ), Test 3( 1 ) ),
				Moving Range,
				Capability(
					Distribution(
						Continuous Distribution(
							Column( dataColName ),
							Quantiles( 0 ),
							Summary Statistics( 1 ),
							Horizontal Layout( 1 ),
							Histogram( 0 ),
							Vertical( 0 ),
							Outlier Box Plot( 0 ),
							Normal Quantile Plot( 0 ),
							PpK Capability Labeling( 1 ),
							Capability Analysis()
						)
					)
				)
			), 

			SendToReport(
				Dispatch(
					{"Individual Measurement of Assay"},
					"IR Chart of IM",
					FrameBox( 2 ),
					{Frame Size( 75, 162 )}
				),
				Dispatch(
					{"Moving Range of Assay"},
					"IR Chart of MR",
					FrameBox( 2 ),
					{Frame Size( 75, 162 )}
				),
				Dispatch( {"Capability Analysis"}, "Long Term Sigma", OutlineBox, {Close( 1 )} ),
				Dispatch( {"Capability Analysis"}, "Control Chart Sigma", )
			)
		)
	);
	container &amp;lt;&amp;lt; Append( content );
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9735_Unbenannt.PNG" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2143i56E66FB1A683B71D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9735_Unbenannt.PNG" alt="9735_Unbenannt.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jul 2018 22:58:36 GMT</pubDate>
    <dc:creator>uwe_hiss</dc:creator>
    <dc:date>2018-07-31T22:58:36Z</dc:date>
    <item>
      <title>JSL: Customize Control Chart</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Customize-Control-Chart/m-p/14199#M13299</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello,&lt;BR /&gt; &lt;BR /&gt;I would like to customize the control chart output like the screen below in my JSL script:&lt;BR /&gt;The settings in the prefrences and my script were not successful.&lt;BR /&gt;my biggest problem is, i can hide histogram and normal quantile plot and unhide the summary statistics only manualy-&lt;BR /&gt;Currently I'm working with the version 10.0.2&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;repWin = New Window( tableName, container = V List Box() );

For( k = 1, k &amp;lt;= N Items( dataColName ), k++,
	content = V List Box(
		dt_data_sub &amp;lt;&amp;lt; Control Chart(
			Group Size( 1 ),
			KSigma( 3 ),
			Chart Col(
				dataColName,
				Individual Measurement( Test 1( 1 ), Test 2( 1 ), Test 3( 1 ) ),
				Moving Range,
				Capability(
					Distribution(
						Continuous Distribution(
							Column( dataColName ),
							Quantiles( 0 ),
							Summary Statistics( 1 ),
							Horizontal Layout( 1 ),
							Histogram( 0 ),
							Vertical( 0 ),
							Outlier Box Plot( 0 ),
							Normal Quantile Plot( 0 ),
							PpK Capability Labeling( 1 ),
							Capability Analysis()
						)
					)
				)
			), 

			SendToReport(
				Dispatch(
					{"Individual Measurement of Assay"},
					"IR Chart of IM",
					FrameBox( 2 ),
					{Frame Size( 75, 162 )}
				),
				Dispatch(
					{"Moving Range of Assay"},
					"IR Chart of MR",
					FrameBox( 2 ),
					{Frame Size( 75, 162 )}
				),
				Dispatch( {"Capability Analysis"}, "Long Term Sigma", OutlineBox, {Close( 1 )} ),
				Dispatch( {"Capability Analysis"}, "Control Chart Sigma", )
			)
		)
	);
	container &amp;lt;&amp;lt; Append( content );
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9735_Unbenannt.PNG" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2143i56E66FB1A683B71D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9735_Unbenannt.PNG" alt="9735_Unbenannt.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 22:58:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Customize-Control-Chart/m-p/14199#M13299</guid>
      <dc:creator>uwe_hiss</dc:creator>
      <dc:date>2018-07-31T22:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Customize Control Chart</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Customize-Control-Chart/m-p/14200#M13300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do not want these elements in the platform, send the &amp;lt;&amp;lt; Delete message to the display box responsible for the content to be removed. One way to identify the object is to right-click on the open-close button (triangle shaped icon) just to the left of an outline close to the information, then select Show Display Tree. So if I wanted to remove the Long Term Sigma as shown in your example, I would evaluate content["Long Term Sigma"] &amp;lt;&amp;lt; Delete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems, though, that you should be able to use launch options to disable the features that you mentioned, though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2015 12:06:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Customize-Control-Chart/m-p/14200#M13300</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2015-09-07T12:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: JSL: Customize Control Chart</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Customize-Control-Chart/m-p/65402#M34315</link>
      <description>&lt;P&gt;This problem still continues in JMP 14.&lt;/P&gt;&lt;P&gt;Are there any plans to correct this?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 22:34:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Customize-Control-Chart/m-p/65402#M34315</guid>
      <dc:creator>JensRiege</dc:creator>
      <dc:date>2018-07-31T22:34:52Z</dc:date>
    </item>
  </channel>
</rss>

