<?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 - showing spec limits as graph reference lines (JMP 12) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-showing-spec-limits-as-graph-reference-lines-JMP-12/m-p/36588#M21489</link>
    <description>&lt;P&gt;Thanks for the assistance fellows! I found the show limits(1) does work but it needs to be INSIDE the curly brackets like so:&lt;/P&gt;&lt;P&gt;Set Property(&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;"Spec Limits",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;{LSL( 125 ), USL( 127 ), Target( 126 ), Show Limits( 1 )}&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;)&lt;BR /&gt;)&lt;/P&gt;</description>
    <pubDate>Wed, 01 Mar 2017 17:36:42 GMT</pubDate>
    <dc:creator>mohamed_elhassa</dc:creator>
    <dc:date>2017-03-01T17:36:42Z</dc:date>
    <item>
      <title>JSL - showing spec limits as graph reference lines (JMP 12)</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-showing-spec-limits-as-graph-reference-lines-JMP-12/m-p/36505#M21434</link>
      <description>&lt;P&gt;I have recently updated to JMP 12.1 and was trying to port over an old script to set the spec limit property (see below). It works fine in JMP 11, but now that I'm running JMP 12.1, the code in red doesn't work. It doesn't error out, it just doesn't toggle the option for showing specs as graph reference lines. Has anyone found a solution to this?&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JMP 11 code that worked but doesn't work with 12.1&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; &lt;STRONG&gt;Sort&lt;/STRONG&gt; &lt;STRONG&gt;(&lt;/STRONG&gt;By&lt;STRONG&gt;(&lt;/STRONG&gt;"Date"&lt;STRONG&gt;)&lt;/STRONG&gt;, Order &lt;STRONG&gt;(&lt;/STRONG&gt;Ascending&lt;STRONG&gt;)&lt;/STRONG&gt;, Replace Table&lt;STRONG&gt;)&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;Column &lt;STRONG&gt;(&lt;/STRONG&gt;"Width"&lt;STRONG&gt;)&lt;/STRONG&gt; &amp;lt;&amp;lt; &lt;STRONG&gt;Set Property&lt;/STRONG&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;"Spec Limits",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;{&lt;/STRONG&gt;LSL&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;STRONG&gt;1.7&lt;/STRONG&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;, Target&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;STRONG&gt;1.9&lt;/STRONG&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;, USL&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;STRONG&gt;2.1&lt;/STRONG&gt;&lt;STRONG&gt;)}&lt;/STRONG&gt;, &lt;FONT color="#FF0000"&gt;Show as graph reference lines&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;STRONG&gt;1&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/FONT&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;)&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:01:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-showing-spec-limits-as-graph-reference-lines-JMP-12/m-p/36505#M21434</guid>
      <dc:creator>mohamed_elhassa</dc:creator>
      <dc:date>2023-06-11T11:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: JSL - showing spec limits as graph reference lines (JMP 12)</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-showing-spec-limits-as-graph-reference-lines-JMP-12/m-p/36508#M21437</link>
      <description>&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Show Limits (1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 17:45:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-showing-spec-limits-as-graph-reference-lines-JMP-12/m-p/36508#M21437</guid>
      <dc:creator>dkeshock</dc:creator>
      <dc:date>2017-02-28T17:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: JSL - showing spec limits as graph reference lines (JMP 12)</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-showing-spec-limits-as-graph-reference-lines-JMP-12/m-p/36515#M21443</link>
      <description>&lt;P&gt;The easiest way to see what you need to specify for your Show Limits issue, and for many other similar issues, is to set the option(s) interactively, and then either save the script, if it is a platform, or specifically in your case&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;show( col &amp;lt;&amp;lt; get property("spec limits));&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will show you exactly what the spec limits list needs to look like to she the Show Limits element&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 19:00:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-showing-spec-limits-as-graph-reference-lines-JMP-12/m-p/36515#M21443</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-02-28T19:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: JSL - showing spec limits as graph reference lines (JMP 12)</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-showing-spec-limits-as-graph-reference-lines-JMP-12/m-p/36588#M21489</link>
      <description>&lt;P&gt;Thanks for the assistance fellows! I found the show limits(1) does work but it needs to be INSIDE the curly brackets like so:&lt;/P&gt;&lt;P&gt;Set Property(&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;"Spec Limits",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;{LSL( 125 ), USL( 127 ), Target( 126 ), Show Limits( 1 )}&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 17:36:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-showing-spec-limits-as-graph-reference-lines-JMP-12/m-p/36588#M21489</guid>
      <dc:creator>mohamed_elhassa</dc:creator>
      <dc:date>2017-03-01T17:36:42Z</dc:date>
    </item>
  </channel>
</rss>

