<?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: How to remove/hide the sigma message at the bottom of a control chart? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-remove-hide-the-sigma-message-at-the-bottom-of-a-control/m-p/393098#M64347</link>
    <description>&lt;P&gt;If you could provide the script and/or an image of the output it would help in determining the best way to reference the Text Boxes that need to be delete/hidden&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Manipulation of the Display Tree output is documented in the Scripting Guide.&amp;nbsp; I recommend that you read that document so that you can understand why the statement works to delete the text box.&amp;nbsp; You probably could get a pretty good idea on what it would take to delete all of them also.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jun 2021 15:19:53 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2021-06-14T15:19:53Z</dc:date>
    <item>
      <title>How to remove/hide the sigma message at the bottom of a control chart?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-remove-hide-the-sigma-message-at-the-bottom-of-a-control/m-p/392005#M64234</link>
      <description>&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a formatting issue where at the bottom of a Control Chart i have a message with "Note Sigma was specified during launch" in the bottom left hand corner. If I right click I can select to hide it. Unfortunately i have many charts with the same message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is&lt;/P&gt;&lt;P&gt;Is this available through preferences to not display this message? If no, is there any other alternative?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:14:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-remove-hide-the-sigma-message-at-the-bottom-of-a-control/m-p/392005#M64234</guid>
      <dc:creator>AlexS</dc:creator>
      <dc:date>2023-06-11T11:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove/hide the sigma message at the bottom of a control chart?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-remove-hide-the-sigma-message-at-the-bottom-of-a-control/m-p/392011#M64235</link>
      <description>&lt;P&gt;Here is a simple example of how to programmatically delete the text&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1623234818680.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33415i184146CA0DA66E4C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1623234818680.png" alt="txnelson_0-1623234818680.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt=open("$sample_data/big class.jmp");
cc = Control Chart( Sample Label( :age ), KSigma( 3 ), Chart Col( :height, XBar, R ) );
report(cc)[TextBox(3)]&amp;lt;&amp;lt;delete;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 10:34:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-remove-hide-the-sigma-message-at-the-bottom-of-a-control/m-p/392011#M64235</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-06-09T10:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove/hide the sigma message at the bottom of a control chart?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-remove-hide-the-sigma-message-at-the-bottom-of-a-control/m-p/392030#M64236</link>
      <description>&lt;P&gt;The solution provided addresses your request, but I avoid using the &amp;lt;&amp;lt; Delete message most of the time because removing this object might produce unforeseen and undesirable side effects. You can also solve your request with a message to hide the object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;report(cc)[TextBox(3)] &amp;lt;&amp;lt; Visibility( "Collapse" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 12:56:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-remove-hide-the-sigma-message-at-the-bottom-of-a-control/m-p/392030#M64236</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-06-09T12:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove/hide the sigma message at the bottom of a control chart?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-remove-hide-the-sigma-message-at-the-bottom-of-a-control/m-p/392959#M64326</link>
      <description>I apologise I’ve not received email updates on this post, I will try this and update as necessary. Thanks!</description>
      <pubDate>Sun, 13 Jun 2021 09:51:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-remove-hide-the-sigma-message-at-the-bottom-of-a-control/m-p/392959#M64326</guid>
      <dc:creator>AlexS</dc:creator>
      <dc:date>2021-06-13T09:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove/hide the sigma message at the bottom of a control chart?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-remove-hide-the-sigma-message-at-the-bottom-of-a-control/m-p/393096#M64345</link>
      <description>&lt;P&gt;For one chart it works but i need it for multiple IR control charts with limits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use limits using&amp;nbsp;Individual Measurement, Show zones and Test 1,2,3,5 with Sigma, Avg, LCL and UCL&amp;nbsp; it produces many IR Control Charts based on the limits for each individual measurement the output on the chart in bottom left gives me the sigma message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any ideas how to approach it with multiple columns and limits?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 15:11:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-remove-hide-the-sigma-message-at-the-bottom-of-a-control/m-p/393096#M64345</guid>
      <dc:creator>AlexS</dc:creator>
      <dc:date>2021-06-14T15:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove/hide the sigma message at the bottom of a control chart?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-remove-hide-the-sigma-message-at-the-bottom-of-a-control/m-p/393098#M64347</link>
      <description>&lt;P&gt;If you could provide the script and/or an image of the output it would help in determining the best way to reference the Text Boxes that need to be delete/hidden&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Manipulation of the Display Tree output is documented in the Scripting Guide.&amp;nbsp; I recommend that you read that document so that you can understand why the statement works to delete the text box.&amp;nbsp; You probably could get a pretty good idea on what it would take to delete all of them also.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 15:19:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-remove-hide-the-sigma-message-at-the-bottom-of-a-control/m-p/393098#M64347</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-06-14T15:19:53Z</dc:date>
    </item>
  </channel>
</rss>

