<?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: Manage spec limits in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Manage-spec-limits/m-p/516028#M74269</link>
    <description>&lt;P&gt;Here is some code that seems to work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt2 = current data table();

dtx = dt2 &amp;lt;&amp;lt; Get Column Group( "Tests" );

msl = Manage Spec Limits(
	Process Variables(
		eval(dtx)
	),
	show limits all(0), save to column properties(1)
);
msl&amp;lt;&amp;lt;close window;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 30 Jun 2022 05:03:19 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2022-06-30T05:03:19Z</dc:date>
    <item>
      <title>Manage spec limits</title>
      <link>https://community.jmp.com/t5/Discussions/Manage-spec-limits/m-p/515762#M74250</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get write a jsl code which will disable the manage spec limits but there seems be an error. Need some advise&lt;/P&gt;&lt;P&gt;It works well if number of columns are less but not with larges data sets with more columns&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt2= current data table();
dtx = dt2 &amp;lt;&amp;lt; Get Column Group( "Tests" );


								new window("", modal,
							ob = Check Box( {"Check to hide limits"}, 
								
								ou = ob &amp;lt;&amp;lt; get selected;
								If( ou != "Check to hide limits",
									dt2 &amp;lt;&amp;lt; Manage Spec Limits(
												Process Variables( Eval( dtx ) ),
												Show Limits All( 0 ),
												Save to Column Properties( 1 )
											)
										
									); ));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jun 2023 17:02:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Manage-spec-limits/m-p/515762#M74250</guid>
      <dc:creator>Jackie_</dc:creator>
      <dc:date>2023-06-09T17:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Manage spec limits</title>
      <link>https://community.jmp.com/t5/Discussions/Manage-spec-limits/m-p/516028#M74269</link>
      <description>&lt;P&gt;Here is some code that seems to work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt2 = current data table();

dtx = dt2 &amp;lt;&amp;lt; Get Column Group( "Tests" );

msl = Manage Spec Limits(
	Process Variables(
		eval(dtx)
	),
	show limits all(0), save to column properties(1)
);
msl&amp;lt;&amp;lt;close window;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Jun 2022 05:03:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Manage-spec-limits/m-p/516028#M74269</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-06-30T05:03:19Z</dc:date>
    </item>
  </channel>
</rss>

