<?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 Close All Like This in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Close-All-Like-This/m-p/476157#M72073</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In JSL, I create a Control Chart Builder, which consists of couple of charts and limit summaries. I would like to close all Limit summaries (Outline Boxes) automatically in JSL in the same fashion as when using "Close All Like This" (the option available with the right click on the Outline Box). Is there a way for it in JSL?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found Show Limit Summaries (0), but it unable to open Limit Summaries on the Chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use JMP 16.2 on Windows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Li&lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:23:31 GMT</pubDate>
    <dc:creator>LiPav</dc:creator>
    <dc:date>2023-06-11T11:23:31Z</dc:date>
    <item>
      <title>Close All Like This</title>
      <link>https://community.jmp.com/t5/Discussions/Close-All-Like-This/m-p/476157#M72073</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In JSL, I create a Control Chart Builder, which consists of couple of charts and limit summaries. I would like to close all Limit summaries (Outline Boxes) automatically in JSL in the same fashion as when using "Close All Like This" (the option available with the right click on the Outline Box). Is there a way for it in JSL?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found Show Limit Summaries (0), but it unable to open Limit Summaries on the Chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use JMP 16.2 on Windows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Li&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:23:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Close-All-Like-This/m-p/476157#M72073</guid>
      <dc:creator>LiPav</dc:creator>
      <dc:date>2023-06-11T11:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Close All Like This</title>
      <link>https://community.jmp.com/t5/Discussions/Close-All-Like-This/m-p/476198#M72078</link>
      <description>&lt;P&gt;One way of doing this might be going with example found from scripting index. Searching for &lt;EM&gt;close all like this&lt;/EM&gt; gives this example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
fm = dt &amp;lt;&amp;lt; Run Script("Fit Model");
r = fm &amp;lt;&amp;lt; Report;
Wait(2);
r["Least Squares Means Table"] &amp;lt;&amp;lt; Close All Like This;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then a bit tinkering around with control chart builder script:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Quality Control/Coating.jmp");
cc = dt &amp;lt;&amp;lt; Control Chart Builder(Variables(Subgroup(:Sample), Y(:Weight)), By(:Pin));
rep = cc &amp;lt;&amp;lt; Report;
wait(1);
rep[1]["Weight Limit Summaries"] &amp;lt;&amp;lt; Close All Like This;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Using rep[1] because in the example I'm using By and it creates multiple control charts. Also do note that the name of outline box will change depending on the column used.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 12:18:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Close-All-Like-This/m-p/476198#M72078</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-04-05T12:18:29Z</dc:date>
    </item>
  </channel>
</rss>

