<?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: JMP - Control chart - Script - LCL in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-Control-chart-Script-LCL/m-p/474854#M71956</link>
    <description>&lt;P&gt;Not sure if this helps, but if you look up Control Chart Builder in the Scripting Index, it shows you how to turn on/off the limits. With that being said, I created a Control Chart,&amp;nbsp; unticked "Show Lower Limit" and saved it back to the table. Inspecting the script, I could see how to turn of the lower limit:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Control Chart Builder( ... , Limits( Show Lower Limit( 0 ) ) ) )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I think it would be useful if you could provide a complete overview of your script. The snippet above is hard to handle for me.&lt;/P&gt;</description>
    <pubDate>Thu, 31 Mar 2022 13:12:15 GMT</pubDate>
    <dc:creator>Ressel</dc:creator>
    <dc:date>2022-03-31T13:12:15Z</dc:date>
    <item>
      <title>JMP - Control chart - Script - LCL</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Control-chart-Script-LCL/m-p/474818#M71954</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I would like to make a control chart without the LCL limit.&lt;/P&gt;&lt;P&gt;Is it possible to remove it?&lt;/P&gt;&lt;P&gt;Here is my script example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;KSigma( 9.87903978847575 ),&lt;BR /&gt;Chart Col( :"Y"n, &lt;STRONG&gt;&lt;EM&gt;&lt;U&gt;P( LCL( -3 ) )&lt;/U&gt;&lt;/EM&gt;&lt;/STRONG&gt; ),&lt;BR /&gt;SendToReport(...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me with this?&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Sebastien&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:14:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Control-chart-Script-LCL/m-p/474818#M71954</guid>
      <dc:creator>Sebastienlg</dc:creator>
      <dc:date>2023-06-09T18:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: JMP - Control chart - Script - LCL</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Control-chart-Script-LCL/m-p/474835#M71955</link>
      <description>&lt;P&gt;Usually the easiest way for simple cases is to first create the graph with JMP's interactive tools:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1648731395500.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/41349i666A807C8371C236/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1648731395500.png" alt="jthi_0-1648731395500.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;See if you can find the setting and make modifications and get the script from red triangle menu:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Control Chart Builder(
	K Sigma(2.5),
	Variables(Subgroup(:Sample), Y(:Weight)),
	Chart(Position(1), Limits(Show Lower Limit(0))),
	Chart(Position(2), Limits(Show Lower Limit(0)))
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and see if the option appears in the script provided by JMP.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 12:59:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Control-chart-Script-LCL/m-p/474835#M71955</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-03-31T12:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: JMP - Control chart - Script - LCL</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Control-chart-Script-LCL/m-p/474854#M71956</link>
      <description>&lt;P&gt;Not sure if this helps, but if you look up Control Chart Builder in the Scripting Index, it shows you how to turn on/off the limits. With that being said, I created a Control Chart,&amp;nbsp; unticked "Show Lower Limit" and saved it back to the table. Inspecting the script, I could see how to turn of the lower limit:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Control Chart Builder( ... , Limits( Show Lower Limit( 0 ) ) ) )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I think it would be useful if you could provide a complete overview of your script. The snippet above is hard to handle for me.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 13:12:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Control-chart-Script-LCL/m-p/474854#M71956</guid>
      <dc:creator>Ressel</dc:creator>
      <dc:date>2022-03-31T13:12:15Z</dc:date>
    </item>
  </channel>
</rss>

