<?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 Copy Cell value to column name and to spec limits in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Copy-Cell-value-to-column-name-and-to-spec-limits/m-p/443687#M69173</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have i challenge i need to coly the values of the cell in rownumber 8 to the column name for a lot of collums is there an easy way to script this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My next issue is that i have spec limits both low and high including Sepc units in 3 diffe rows is there a way to script this to the Spec limits om the column&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 23:41:34 GMT</pubDate>
    <dc:creator>Claus_Jensen</dc:creator>
    <dc:date>2023-06-10T23:41:34Z</dc:date>
    <item>
      <title>Copy Cell value to column name and to spec limits</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Cell-value-to-column-name-and-to-spec-limits/m-p/443687#M69173</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have i challenge i need to coly the values of the cell in rownumber 8 to the column name for a lot of collums is there an easy way to script this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My next issue is that i have spec limits both low and high including Sepc units in 3 diffe rows is there a way to script this to the Spec limits om the column&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:41:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Cell-value-to-column-name-and-to-spec-limits/m-p/443687#M69173</guid>
      <dc:creator>Claus_Jensen</dc:creator>
      <dc:date>2023-06-10T23:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Cell value to column name and to spec limits</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-Cell-value-to-column-name-and-to-spec-limits/m-p/443728#M69176</link>
      <description>&lt;P&gt;For the first part, you could try something like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;NamesDefaultToHere(1);

dt = Open("$SAMPLE_DATA/Big Class.jmp");

Wait(3);

for(c=1, c&amp;lt;=NCol(dt), c++, Column(dt, c) &amp;lt;&amp;lt; setName(Char(Column(dt, c)[8])));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;For the second part, take a look at 'Analyze &amp;gt; Quality and Process &amp;gt; Manage Spec Limits' and the associated help.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 11:43:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-Cell-value-to-column-name-and-to-spec-limits/m-p/443728#M69176</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2021-12-09T11:43:07Z</dc:date>
    </item>
  </channel>
</rss>

