<?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: Add Spec Limits to Tabulated Column in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Add-Spec-Limits-to-Tabulated-Column/m-p/53430#M30233</link>
    <description>&lt;P&gt;Awesome that worked, thanks so much! I'm still new to JMP so I appreciate the help!&lt;/P&gt;</description>
    <pubDate>Mon, 19 Mar 2018 21:49:59 GMT</pubDate>
    <dc:creator>xdcurryx</dc:creator>
    <dc:date>2018-03-19T21:49:59Z</dc:date>
    <item>
      <title>Add Spec Limits to Tabulated Column</title>
      <link>https://community.jmp.com/t5/Discussions/Add-Spec-Limits-to-Tabulated-Column/m-p/53427#M30230</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to add spec limits to a new column that I created via Tabulate, but cannot get JMP to recognize the column in which I want to add spec limits to. Here is the portion of the code I am working on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tab = dt &amp;lt;&amp;lt; Tabulate(&lt;BR /&gt;Show Control Panel( 0 ),&lt;BR /&gt;Add Table( Column Table( Analysis Columns( :Data ), Statistics( Mean ) ), Row Table( Grouping Columns( :Pitch # ) ) ),&lt;BR /&gt;invisible,&lt;BR /&gt;&lt;BR /&gt;);&lt;BR /&gt;dt_tab = tab &amp;lt;&amp;lt; make into data table;&lt;BR /&gt;dt_tab &amp;lt;&amp;lt; set name( "Avg Pitch Length" );&lt;/P&gt;&lt;P&gt;dt_tab = Current Data Table( )&lt;BR /&gt;Column( "Mean(Data)" ) &amp;lt;&amp;lt; Add Column Properties( Set Property( "Spec Limits", {LSL( 853 ), USL( 858 ), Target( 855.5 ), Show Limits( 1 )} ) );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I debug the script, it says "could not find column in access or evaluation of 'Column', Column/*###*/("Mean(Data)"). Mean(Data) is the column name that the tabulate function automatically assigned to the new column, but JMP doesn't recognize that column name. What am I doing wrong?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 20:55:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Add-Spec-Limits-to-Tabulated-Column/m-p/53427#M30230</guid>
      <dc:creator>xdcurryx</dc:creator>
      <dc:date>2018-03-19T20:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add Spec Limits to Tabulated Column</title>
      <link>https://community.jmp.com/t5/Discussions/Add-Spec-Limits-to-Tabulated-Column/m-p/53429#M30232</link>
      <description>&lt;P&gt;try changing to the following&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Current Data Table(dt_tab )
Column( dt_tab,"Mean(Data)" ) &amp;lt;&amp;lt; Add Column Properties( Set Property( "Spec Limits", {LSL( 853 ), USL( 858 ), Target( 855.5 ), Show Limits( 1 )} ) );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 Mar 2018 21:44:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Add-Spec-Limits-to-Tabulated-Column/m-p/53429#M30232</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-03-19T21:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add Spec Limits to Tabulated Column</title>
      <link>https://community.jmp.com/t5/Discussions/Add-Spec-Limits-to-Tabulated-Column/m-p/53430#M30233</link>
      <description>&lt;P&gt;Awesome that worked, thanks so much! I'm still new to JMP so I appreciate the help!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 21:49:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Add-Spec-Limits-to-Tabulated-Column/m-p/53430#M30233</guid>
      <dc:creator>xdcurryx</dc:creator>
      <dc:date>2018-03-19T21:49:59Z</dc:date>
    </item>
  </channel>
</rss>

