<?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: control chart builder:  subgroup of Lot numbers in multiple charts does not stay as set when saved as script and rerun in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/364271#M61386</link>
    <description>&lt;P&gt;I now see it works with my scripts. Maybe JMP needed to be restarted after the up-date.&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
    <pubDate>Tue, 02 Mar 2021 07:40:49 GMT</pubDate>
    <dc:creator>jan_kreuzmann</dc:creator>
    <dc:date>2021-03-02T07:40:49Z</dc:date>
    <item>
      <title>control chart builder:  subgroup of Lot numbers in multiple charts does not stay as set when saved as script and rerun</title>
      <link>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/350564#M60011</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the problem that I like to&amp;nbsp; use the control chart builder and the Lot numbers I put in the x-axis do not stay as set, when I save it as script to use again, once my data table is refreshed. I got four control charts save in the script and usually the first one has the set right, but the other three don't. So every time I start the script I have to set the last three control chart again. A bit of&amp;nbsp; a hassle it is.&lt;/P&gt;&lt;P&gt;"Charge",&lt;BR /&gt;&amp;lt;ScaleBox,&lt;BR /&gt;{Min( 113 ), Max( 147.5 ), Inc( 1 ), Minor Ticks( 0 )}&lt;BR /&gt;),&amp;gt;&lt;/P&gt;&lt;P&gt;That's the code for the first box, but for the others it is the same:&lt;/P&gt;&lt;P&gt;"Charge",&lt;BR /&gt;&amp;lt;ScaleBox( 2 ),&lt;BR /&gt;{Min( 113 ), Max( 147.5 ), Inc( 1 ), Minor Ticks( 0 )}&lt;BR /&gt;),&amp;gt;&lt;/P&gt;&lt;P&gt;and so on.&lt;/P&gt;&lt;P&gt;So where is my error? I just set all the control charts and the saved&amp;nbsp; it as a script. So I guessed JMP will provide all the right details for it.&lt;/P&gt;&lt;P&gt;Hope someone can help me out!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:10:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/350564#M60011</guid>
      <dc:creator>jan_kreuzmann</dc:creator>
      <dc:date>2023-06-11T11:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: control chart builder:  subgroup of Lot numbers in multiple charts does not stay as set when saved as script and rerun</title>
      <link>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/350591#M60013</link>
      <description>&lt;P&gt;JMP is pretty good, but on rare occasions the saved script can be incomplete.Cases that are confirmed as such should be reported via &lt;A href="mailto:support@jmp.com" target="_blank"&gt;support@jmp.com&lt;/A&gt;. If you are able to post your script here, I'm sure someone would take a look. Change the column names used if they are sensitive.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 14:12:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/350591#M60013</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2021-01-18T14:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: control chart builder:  subgroup of Lot numbers in multiple charts does not stay as set when saved as script and rerun</title>
      <link>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/350594#M60014</link>
      <description>&lt;P&gt;Thanks Ian for your help so here is my full script. Maybe someone finds what I am missing. See you!&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Control Chart Builder(
	Size( 522, 452 ),
	Show Two Shewhart Charts( 0 ),
	Show Control Panel( 0 ),
	Show Capability( 0 ),
	Variables(
		Subgroup( :Charge ),
		Y(
			:Name( "HCP-E [mg/L] Ernte" ),
			:Name( "HCP-E [mg/L] MF" ),
			:Name( "HCP-E [mg/L]UF/DF" ),
			:Name( "HCP-E [mg/L]Capture" )
		),
		Phase( :Filter )
	),
	Chart( Points( Statistic( "Individual" ) ), Limits( Sigma( "Moving Range" ) ) ),
	Local Data Filter( Close Outline( 1 ) ),
	SendToReport(
		Dispatch(
			{},
			"Charge",
			ScaleBox,
			{Min( 113 ), Max( 147.5 ), Inc( 1 ), Minor Ticks( 0 )}
		),
		Dispatch(
			{"Übersicht Grenzen HCP-E [mg/L] Ernte"},
			"LCL",
			NumberColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{"Übersicht Grenzen HCP-E [mg/L] Ernte"},
			"UCL",
			NumberColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{"Übersicht Grenzen HCP-E [mg/L] Ernte"},
			"Limits Sigma",
			StringColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{"Übersicht Grenzen HCP-E [mg/L] Ernte"},
			"Subgroup Size",
			NumberColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{},
			"Charge",
			ScaleBox( 2 ),
			{Min( 113 ), Max( 147.5 ), Inc( 1 ), Minor Ticks( 0 )}
		),
		Dispatch(
			{"Übersicht Grenzen HCP-E [mg/L] MF"},
			"LCL",
			NumberColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{"Übersicht Grenzen HCP-E [mg/L] MF"},
			"UCL",
			NumberColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{"Übersicht Grenzen HCP-E [mg/L] MF"},
			"Limits Sigma",
			StringColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{"Übersicht Grenzen HCP-E [mg/L] MF"},
			"Subgroup Size",
			NumberColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{},
			"Charge",
			ScaleBox( 3 ),
			{Min( 113 ), Max( 147.5 ), Inc( 1 ), Minor Ticks( 0 )}
		),
		Dispatch(
			{"Übersicht Grenzen HCP-E [mg/L]UF/DF"},
			"LCL",
			NumberColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{"Übersicht Grenzen HCP-E [mg/L]UF/DF"},
			"UCL",
			NumberColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{"Übersicht Grenzen HCP-E [mg/L]UF/DF"},
			"Limits Sigma",
			StringColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{"Übersicht Grenzen HCP-E [mg/L]UF/DF"},
			"Subgroup Size",
			NumberColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{},
			"Charge",
			ScaleBox( 4 ),
			{Min( 113 ), Max( 147.5 ), Inc( 1 ), Minor Ticks( 0 )}
		),
		Dispatch(
			{"Übersicht Grenzen HCP-E [mg/L]Capture"},
			"LCL",
			NumberColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{"Übersicht Grenzen HCP-E [mg/L]Capture"},
			"UCL",
			NumberColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{"Übersicht Grenzen HCP-E [mg/L]Capture"},
			"Limits Sigma",
			StringColBox,
			{Visibility( "Collapse" )}
		),
		Dispatch(
			{"Übersicht Grenzen HCP-E [mg/L]Capture"},
			"Subgroup Size",
			NumberColBox,
			{Visibility( "Collapse" )}
		)
	)
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Jan 2021 14:53:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/350594#M60014</guid>
      <dc:creator>jan_kreuzmann</dc:creator>
      <dc:date>2021-01-18T14:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: control chart builder:  subgroup of Lot numbers in multiple charts does not stay as set when saved as script and rerun</title>
      <link>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/350808#M60038</link>
      <description>&lt;P&gt;I took a look, and the 'Dispatch()' commands that modify the report seem OK. But the Control Chart Builder report is complicated, particularly with multiple 'Y' variables. Just do a right click on the topmost outline node, then 'Edit &amp;gt; Show Tree Structure'!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's difficult to go further without the data, but I would recommend bringing this thread to the attention of &lt;A href="mailto:support@jmp.com" target="_blank" rel="noopener"&gt;support@jmp.com&lt;/A&gt;. Then you will be 'in the system' and are guaranteed a response . . .&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 11:27:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/350808#M60038</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2021-01-19T11:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: control chart builder:  subgroup of Lot numbers in multiple charts does not stay as set when saved as script and rerun</title>
      <link>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/350828#M60040</link>
      <description>&lt;P&gt;My guess is that you are using an older version of JMP.&amp;nbsp; I ran similar code in 14.2 and saw the problem you were seeing.&amp;nbsp; I ran the same code in 15.2.1 and it worked as expected.&amp;nbsp; There was a bug that was fixed at some point.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 13:12:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/350828#M60040</guid>
      <dc:creator>tonya_mauldin</dc:creator>
      <dc:date>2021-01-19T13:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: control chart builder:  subgroup of Lot numbers in multiple charts does not stay as set when saved as script and rerun</title>
      <link>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/350852#M60043</link>
      <description>&lt;P&gt;Thank you! I am still using 15.0 as our IT department does not really get around to doing things except for looking after all the home office people. I just renewed my ticket with them and I am hoping for the best.&lt;/P&gt;&lt;P&gt;See you!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 15:06:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/350852#M60043</guid>
      <dc:creator>jan_kreuzmann</dc:creator>
      <dc:date>2021-01-19T15:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: control chart builder:  subgroup of Lot numbers in multiple charts does not stay as set when saved as script and rerun</title>
      <link>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/363128#M61289</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got my update for JMP so now I am using 15.2.1, but still the control charts won't stay as I saved them, only for the first one.&lt;/P&gt;&lt;P&gt;So I hope someone will come up with another idea.&lt;/P&gt;&lt;P&gt;See you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 12:31:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/363128#M61289</guid>
      <dc:creator>jan_kreuzmann</dc:creator>
      <dc:date>2021-02-26T12:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: control chart builder:  subgroup of Lot numbers in multiple charts does not stay as set when saved as script and rerun</title>
      <link>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/363147#M61293</link>
      <description>&lt;P&gt;If you could reproduce this with some example data and code that would greatly help.&lt;/P&gt;
&lt;P&gt;Here is the code that I used that worked in 15.2.&amp;nbsp; Does this work for you?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=Open("$SAMPLE_DATA/Big Class.jmp");
obj=dt&amp;lt;&amp;lt;Control Chart Builder(
	Show Sigma Report( 1 ),
	Use Event Chooser( 1 ),
	Show Capability( 0 ),
	Variables( Subgroup( :age ), Y( :height, :weight ) ),
	Chart( Position( 1 ), Limits( Sigma( "Standard Deviation" ) ) ),
	Chart(
		Position( 2 ),
		Points( Statistic( "Standard Deviation" ) ),
		Limits( Sigma( "Standard Deviation" ) )
	),
	SendToReport(
		Dispatch(
			{},
			"age",
			ScaleBox,
			{Min( -5 ), Max( 10 ), Inc( 1 ), Minor Ticks( 0 )}
		),
		Dispatch(
			{},
			"age",
			ScaleBox( 2 ),
			{Min( -5 ), Max( 10 ), Inc( 1 ), Minor Ticks( 0 )}
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 Feb 2021 13:38:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/363147#M61293</guid>
      <dc:creator>tonya_mauldin</dc:creator>
      <dc:date>2021-02-26T13:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: control chart builder:  subgroup of Lot numbers in multiple charts does not stay as set when saved as script and rerun</title>
      <link>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/364271#M61386</link>
      <description>&lt;P&gt;I now see it works with my scripts. Maybe JMP needed to be restarted after the up-date.&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2021 07:40:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/control-chart-builder-subgroup-of-Lot-numbers-in-multiple-charts/m-p/364271#M61386</guid>
      <dc:creator>jan_kreuzmann</dc:creator>
      <dc:date>2021-03-02T07:40:49Z</dc:date>
    </item>
  </channel>
</rss>

