<?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: JSL Save Limit Summaries of MDMVCC in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-Save-Limit-Summaries-of-MDMVCC/m-p/371242#M62114</link>
    <description>&lt;P&gt;I think these lines will do it.&lt;/P&gt;&lt;P&gt;You also could have done this interactively as&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5815"&gt;@KarenC&lt;/a&gt;&amp;nbsp; mentioned, and than have a look to the result table script, it tells you how it works.&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/Flight Delays.jmp" );
obj = dt &amp;lt;&amp;lt;
Model Driven Multivariate Control Chart(
	Process( :AA, :CO, :DL, :F9, :FL, :NW, :UA, :US, :WN ),
	T Square Plot(
		Contribution Proportion Plot for Selected Samples( {24} )
	)
);

// get reference to the 4th table box (with limit summaries)
// perhaps you have to try which is the right one, xpath can help
tb = (obj &amp;lt;&amp;lt; Xpath("//TableBox"))[4];
// and save it
tb  &amp;lt;&amp;lt; Make Into Data Table;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 25 Mar 2021 06:13:40 GMT</pubDate>
    <dc:creator>Georg</dc:creator>
    <dc:date>2021-03-25T06:13:40Z</dc:date>
    <item>
      <title>JSL Save Limit Summaries of MDMVCC</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Save-Limit-Summaries-of-MDMVCC/m-p/371012#M62086</link>
      <description>&lt;P&gt;Hello! How can i save values from table "Limit Summaries" of MDMVCC analysis with jsl script?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 22:09:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Save-Limit-Summaries-of-MDMVCC/m-p/371012#M62086</guid>
      <dc:creator>EGrishin</dc:creator>
      <dc:date>2023-06-09T22:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: JSL Save Limit Summaries of MDMVCC</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Save-Limit-Summaries-of-MDMVCC/m-p/371074#M62093</link>
      <description>Right click on the table and select "make into data table" and then you can save that table.</description>
      <pubDate>Wed, 24 Mar 2021 14:25:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Save-Limit-Summaries-of-MDMVCC/m-p/371074#M62093</guid>
      <dc:creator>KarenC</dc:creator>
      <dc:date>2021-03-24T14:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: JSL Save Limit Summaries of MDMVCC</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Save-Limit-Summaries-of-MDMVCC/m-p/371231#M62113</link>
      <description>Sorry, I didn't specify, that I need to do this with jsl script</description>
      <pubDate>Thu, 25 Mar 2021 04:10:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Save-Limit-Summaries-of-MDMVCC/m-p/371231#M62113</guid>
      <dc:creator>EGrishin</dc:creator>
      <dc:date>2021-03-25T04:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: JSL Save Limit Summaries of MDMVCC</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-Save-Limit-Summaries-of-MDMVCC/m-p/371242#M62114</link>
      <description>&lt;P&gt;I think these lines will do it.&lt;/P&gt;&lt;P&gt;You also could have done this interactively as&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5815"&gt;@KarenC&lt;/a&gt;&amp;nbsp; mentioned, and than have a look to the result table script, it tells you how it works.&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/Flight Delays.jmp" );
obj = dt &amp;lt;&amp;lt;
Model Driven Multivariate Control Chart(
	Process( :AA, :CO, :DL, :F9, :FL, :NW, :UA, :US, :WN ),
	T Square Plot(
		Contribution Proportion Plot for Selected Samples( {24} )
	)
);

// get reference to the 4th table box (with limit summaries)
// perhaps you have to try which is the right one, xpath can help
tb = (obj &amp;lt;&amp;lt; Xpath("//TableBox"))[4];
// and save it
tb  &amp;lt;&amp;lt; Make Into Data Table;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 25 Mar 2021 06:13:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-Save-Limit-Summaries-of-MDMVCC/m-p/371242#M62114</guid>
      <dc:creator>Georg</dc:creator>
      <dc:date>2021-03-25T06:13:40Z</dc:date>
    </item>
  </channel>
</rss>

