<?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 How to access the control chart variables in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-access-the-control-chart-variables/m-p/2065#M2065</link>
    <description>Hi, I am trying to set  the scale of the control chart to 0 whenever the LCL is lower then 0, does somebody knows how to do it?, I don’t know how to get the LCL from the report.&lt;BR /&gt;Thank a lot, Pniel&lt;BR /&gt;&lt;BR /&gt;for(i=2, i&amp;lt;=ncol(tras), i++, &lt;BR /&gt;vcontrol=vListBox(&lt;BR /&gt;rrrr=Control Chart(&lt;BR /&gt;	Sample Label( :Date ),&lt;BR /&gt;	Group Size( 1 ),&lt;BR /&gt;	KSigma( 3 ),&lt;BR /&gt;	Chart Col( column(i), Individual Measurement )	&lt;BR /&gt;);&lt;BR /&gt;//report(rrrr)[axisbox(1)]&amp;lt;&lt;MIN&gt;&lt;/MIN&gt;//report(rrrr)[axisbox(1)]&amp;lt;&lt;MAX&gt;&lt;/MAX&gt;);	&lt;BR /&gt;vl&amp;lt;&lt;APPEND&gt;&lt;/APPEND&gt;);								&lt;BR /&gt;newFit = NewWindow(ControlChartMsg,vl);</description>
    <pubDate>Fri, 09 Jul 2010 14:35:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-07-09T14:35:28Z</dc:date>
    <item>
      <title>How to access the control chart variables</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-access-the-control-chart-variables/m-p/2065#M2065</link>
      <description>Hi, I am trying to set  the scale of the control chart to 0 whenever the LCL is lower then 0, does somebody knows how to do it?, I don’t know how to get the LCL from the report.&lt;BR /&gt;Thank a lot, Pniel&lt;BR /&gt;&lt;BR /&gt;for(i=2, i&amp;lt;=ncol(tras), i++, &lt;BR /&gt;vcontrol=vListBox(&lt;BR /&gt;rrrr=Control Chart(&lt;BR /&gt;	Sample Label( :Date ),&lt;BR /&gt;	Group Size( 1 ),&lt;BR /&gt;	KSigma( 3 ),&lt;BR /&gt;	Chart Col( column(i), Individual Measurement )	&lt;BR /&gt;);&lt;BR /&gt;//report(rrrr)[axisbox(1)]&amp;lt;&lt;MIN&gt;&lt;/MIN&gt;//report(rrrr)[axisbox(1)]&amp;lt;&lt;MAX&gt;&lt;/MAX&gt;);	&lt;BR /&gt;vl&amp;lt;&lt;APPEND&gt;&lt;/APPEND&gt;);								&lt;BR /&gt;newFit = NewWindow(ControlChartMsg,vl);</description>
      <pubDate>Fri, 09 Jul 2010 14:35:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-access-the-control-chart-variables/m-p/2065#M2065</guid>
      <dc:creator />
      <dc:date>2010-07-09T14:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the control chart variables</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-access-the-control-chart-variables/m-p/2066#M2066</link>
      <description>sory this is the code in order to change the scale to 0 i need the LCL&lt;BR /&gt;&lt;BR /&gt;vcontrol=vListBox(&lt;BR /&gt;rrrr=Control Chart(&lt;BR /&gt;Sample Label( :Date ),&lt;BR /&gt;Group Size( 1 ),&lt;BR /&gt;KSigma( 3 ),&lt;BR /&gt;Chart Col( column(i), Individual Measurement ));&lt;BR /&gt;&lt;BR /&gt;//report(rrrr)[axisbox(1)]&amp;lt;&lt;MIN&gt;&lt;/MIN&gt;//report(rrrr)[axisbox(1)]&amp;lt;&lt;MAX&gt;&lt;/MAX&gt;);&lt;BR /&gt;vl&amp;lt;&lt;APPEND&gt;&lt;/APPEND&gt;</description>
      <pubDate>Fri, 09 Jul 2010 14:44:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-access-the-control-chart-variables/m-p/2066#M2066</guid>
      <dc:creator />
      <dc:date>2010-07-09T14:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the control chart variables</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-access-the-control-chart-variables/m-p/2067#M2067</link>
      <description>To post code without fear of being interpreted as HTML, enclose it in the following delimiters:&lt;BR /&gt;&lt;BR /&gt;&lt;!--&lt;br /&gt;&lt;br /&gt;Your code goes here&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;&lt;br /&gt;--&gt;</description>
      <pubDate>Fri, 09 Jul 2010 17:32:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-access-the-control-chart-variables/m-p/2067#M2067</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2010-07-09T17:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the control chart variables</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-access-the-control-chart-variables/m-p/2068#M2068</link>
      <description>tanks man this is the code&lt;BR /&gt;&lt;BR /&gt;&lt;!--&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Current Data Table(tras);&lt;br /&gt;&lt;br /&gt;ControlMsg=textbox(Date_Msg);&lt;br /&gt;ControlMsg&lt;&lt;Set Font Size(FontSize);&lt;br /&gt;vl=vListBox(ControlMsg);&lt;br /&gt;for(i=2, i&lt;=ncol(tras), i++, &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;vcontrol=vListBox(&lt;br /&gt;rrrr=Control Chart(&lt;br /&gt;	Sample Label( :Date ),&lt;br /&gt;	Group Size( 1 ),&lt;br /&gt;	KSigma( 3 ),&lt;br /&gt;	Chart Col( column(i), Individual Measurement )&lt;br /&gt;	                            		&lt;br /&gt;	&lt;br /&gt;	&lt;br /&gt;);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;//report(rrrr)[axisbox(1)]&lt;&lt;min(0);&lt;br /&gt;//report(rrrr)[axisbox(1)]&lt;&lt;max(100);&lt;br /&gt;&lt;br /&gt;			&lt;br /&gt;);&lt;br /&gt;&lt;br /&gt;	&lt;br /&gt;vl&lt;&lt;append(vcontrol)	&lt;br /&gt;	&lt;br /&gt;		&lt;br /&gt;);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--&gt;</description>
      <pubDate>Fri, 09 Jul 2010 17:48:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-access-the-control-chart-variables/m-p/2068#M2068</guid>
      <dc:creator />
      <dc:date>2010-07-09T17:48:38Z</dc:date>
    </item>
  </channel>
</rss>

