<?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: Save To Tall/Wide Spec Limits Table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Save-To-Tall-Wide-Spec-Limits-Table/m-p/349166#M59992</link>
    <description>&lt;P&gt;The command is "Save to Tall Spec Limits Table" and not "Save to Tall Limits Table".&lt;/P&gt;
&lt;P&gt;The following code should work:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); //open data
obj = dt &amp;lt;&amp;lt; Manage Spec Limits( Y( dt &amp;lt;&amp;lt; Get Column Group( "Processes" ) ) );
dttall = obj &amp;lt;&amp;lt; Save to Tall Spec Limits Table;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 15 Jan 2021 14:33:46 GMT</pubDate>
    <dc:creator>tonya_mauldin</dc:creator>
    <dc:date>2021-01-15T14:33:46Z</dc:date>
    <item>
      <title>Save To Tall/Wide Spec Limits Table</title>
      <link>https://community.jmp.com/t5/Discussions/Save-To-Tall-Wide-Spec-Limits-Table/m-p/348988#M59982</link>
      <description>&lt;P&gt;Hi. &amp;nbsp;I'm interested in saving the limits of a table to a new table&amp;nbsp;using the "Save to tall spec limits table" or "Save to wide spec limits table" feature. &amp;nbsp;However when I try it, nothing happens. &amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1);
dt = Open("$SAMPLE_DATA/Semiconductor Capability.jmp");
msl = dt &amp;lt;&amp;lt; Manage Spec Limits(Y(:PNP1, :NPN1, :PNP2));
dtlim = msl &amp;lt;&amp;lt; Save to Tall Limits Table;  //Nothing happens&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Does anyone know how to use this command? &amp;nbsp;The Scripting Index entry for this command is empty, so not sure where else to go but here. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 22:03:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-To-Tall-Wide-Spec-Limits-Table/m-p/348988#M59982</guid>
      <dc:creator>nikles</dc:creator>
      <dc:date>2023-06-09T22:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Save To Tall/Wide Spec Limits Table</title>
      <link>https://community.jmp.com/t5/Discussions/Save-To-Tall-Wide-Spec-Limits-Table/m-p/349008#M59983</link>
      <description>&lt;P&gt;I was not able to get it to work, but this will create the table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;report(msl)[buttonbox(2)]&amp;lt;&amp;lt;click;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Jan 2021 04:11:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-To-Tall-Wide-Spec-Limits-Table/m-p/349008#M59983</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-01-15T04:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Save To Tall/Wide Spec Limits Table</title>
      <link>https://community.jmp.com/t5/Discussions/Save-To-Tall-Wide-Spec-Limits-Table/m-p/349009#M59984</link>
      <description>&lt;P&gt;Hi nikles,&lt;BR /&gt;you can take a look at this post:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-MESSAGE title="3 ways to load your specification limits into Process Capability" uid="34189" url="https://community.jmp.com/t5/JMPer-Cable/3-ways-to-load-your-specification-limits-into-Process-Capability/m-p/34189#U34189" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;BR /&gt;And this post:&lt;/P&gt;
&lt;P&gt;&lt;LI-MESSAGE title="Manipulating and managing your specification limits" uid="48718" url="https://community.jmp.com/t5/JMPer-Cable/Manipulating-and-managing-your-specification-limits/m-p/48718#U48718" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 19:07:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-To-Tall-Wide-Spec-Limits-Table/m-p/349009#M59984</guid>
      <dc:creator>ThuongLe</dc:creator>
      <dc:date>2021-01-15T19:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Save To Tall/Wide Spec Limits Table</title>
      <link>https://community.jmp.com/t5/Discussions/Save-To-Tall-Wide-Spec-Limits-Table/m-p/349166#M59992</link>
      <description>&lt;P&gt;The command is "Save to Tall Spec Limits Table" and not "Save to Tall Limits Table".&lt;/P&gt;
&lt;P&gt;The following code should work:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" ); //open data
obj = dt &amp;lt;&amp;lt; Manage Spec Limits( Y( dt &amp;lt;&amp;lt; Get Column Group( "Processes" ) ) );
dttall = obj &amp;lt;&amp;lt; Save to Tall Spec Limits Table;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Jan 2021 14:33:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-To-Tall-Wide-Spec-Limits-Table/m-p/349166#M59992</guid>
      <dc:creator>tonya_mauldin</dc:creator>
      <dc:date>2021-01-15T14:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Save To Tall/Wide Spec Limits Table</title>
      <link>https://community.jmp.com/t5/Discussions/Save-To-Tall-Wide-Spec-Limits-Table/m-p/349924#M59996</link>
      <description>Oof. My mistake. Thanks Tonya.</description>
      <pubDate>Fri, 15 Jan 2021 17:41:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-To-Tall-Wide-Spec-Limits-Table/m-p/349924#M59996</guid>
      <dc:creator>nikles</dc:creator>
      <dc:date>2021-01-15T17:41:58Z</dc:date>
    </item>
  </channel>
</rss>

