<?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: CuSum chart name in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/CuSum-chart-name/m-p/800201#M97593</link>
    <description>&lt;P&gt;You are trying to change the name of the window, so you can use &amp;lt;&amp;lt; Set Window Title&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = Open("$SAMPLE_DATA/Quality Control/Oil1 Cusum.jmp");

obj = dt &amp;lt;&amp;lt; Control Chart(
	Sample Size(:hour),
	H(2),
	Chart Col(
		:weight,
		CUSUM(Two sided(1), Target(8.1), Delta(1), Sigma(0.05), Head Start(0.05))
	),
	Chart Type(CUSUM)
);

obj &amp;lt;&amp;lt; Set Window Title("TEST");&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 19 Sep 2024 10:45:31 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-09-19T10:45:31Z</dc:date>
    <item>
      <title>CuSum chart name</title>
      <link>https://community.jmp.com/t5/Discussions/CuSum-chart-name/m-p/800191#M97592</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone tell me how to change a CuSum chart name in JSL ?&amp;nbsp; in the below JSL example&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Quality Control/Oil1 Cusum.jmp" );
obj = dt &amp;lt;&amp;lt; Control Chart(
	Sample Size( :hour ),
	H( 2 ),
	Chart Col(
		:weight,
		CUSUM( Two sided( 1 ), Target( 8.1 ), Delta( 1 ), Sigma( 0.05 ), Head Start( 0.05 ) )
	),
	Chart Type( CUSUM ),
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The chart name defaults to Oil1 Cusum - Control Chart, as per screen shot below.&amp;nbsp; I would like to be able to change this in JSL, without having to do a "file, save as" and losing time writing the file to a drive.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;&lt;/CODE&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-09-19 112634.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68453iD17F76B0656D1B46/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-09-19 112634.png" alt="Screenshot 2024-09-19 112634.png" /&gt;&lt;/span&gt;&lt;/PRE&gt;&lt;P&gt;I've tried&amp;nbsp; obj &amp;lt;&amp;lt; set name ("test") ; and obj &amp;lt;&amp;lt; set control chart name ("test"); to no avail. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 10:35:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/CuSum-chart-name/m-p/800191#M97592</guid>
      <dc:creator>BrianK</dc:creator>
      <dc:date>2024-09-19T10:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: CuSum chart name</title>
      <link>https://community.jmp.com/t5/Discussions/CuSum-chart-name/m-p/800201#M97593</link>
      <description>&lt;P&gt;You are trying to change the name of the window, so you can use &amp;lt;&amp;lt; Set Window Title&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = Open("$SAMPLE_DATA/Quality Control/Oil1 Cusum.jmp");

obj = dt &amp;lt;&amp;lt; Control Chart(
	Sample Size(:hour),
	H(2),
	Chart Col(
		:weight,
		CUSUM(Two sided(1), Target(8.1), Delta(1), Sigma(0.05), Head Start(0.05))
	),
	Chart Type(CUSUM)
);

obj &amp;lt;&amp;lt; Set Window Title("TEST");&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 Sep 2024 10:45:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/CuSum-chart-name/m-p/800201#M97593</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-09-19T10:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: CuSum chart name</title>
      <link>https://community.jmp.com/t5/Discussions/CuSum-chart-name/m-p/800205#M97594</link>
      <description>&lt;P&gt;worked perfectly, thank you&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 11:17:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/CuSum-chart-name/m-p/800205#M97594</guid>
      <dc:creator>BrianK</dc:creator>
      <dc:date>2024-09-19T11:17:12Z</dc:date>
    </item>
  </channel>
</rss>

