<?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: Cell value in new column in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Cell-value-in-new-column/m-p/492544#M73343</link>
    <description>&lt;P&gt;Doing this task interactively, you can:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Click on the Cols pull down menu and select "New Column"&lt;/LI&gt;
&lt;LI&gt;Click on the 20th cell in the I column&lt;/LI&gt;
&lt;LI&gt;Right click and select copy&lt;/LI&gt;
&lt;LI&gt;Now click on the first cell in the new column&lt;/LI&gt;
&lt;LI&gt;Right click and select paste&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Using JSL&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Current Data Table();

dt &amp;lt;&amp;lt; New Column( "the new column" );
dt:the new column[1] = dt:i[20];&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 25 May 2022 15:07:13 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2022-05-25T15:07:13Z</dc:date>
    <item>
      <title>Cell value in new column</title>
      <link>https://community.jmp.com/t5/Discussions/Cell-value-in-new-column/m-p/492465#M73340</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I would like to get a value e.g. for I=20, from I column and put this value in a new column with a new name. I would be grateful for your help and advice. I am new to JMP and learning.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 17:00:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Cell-value-in-new-column/m-p/492465#M73340</guid>
      <dc:creator>DensityOfHorse1</dc:creator>
      <dc:date>2023-06-09T17:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cell value in new column</title>
      <link>https://community.jmp.com/t5/Discussions/Cell-value-in-new-column/m-p/492544#M73343</link>
      <description>&lt;P&gt;Doing this task interactively, you can:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Click on the Cols pull down menu and select "New Column"&lt;/LI&gt;
&lt;LI&gt;Click on the 20th cell in the I column&lt;/LI&gt;
&lt;LI&gt;Right click and select copy&lt;/LI&gt;
&lt;LI&gt;Now click on the first cell in the new column&lt;/LI&gt;
&lt;LI&gt;Right click and select paste&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Using JSL&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Current Data Table();

dt &amp;lt;&amp;lt; New Column( "the new column" );
dt:the new column[1] = dt:i[20];&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 May 2022 15:07:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Cell-value-in-new-column/m-p/492544#M73343</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-05-25T15:07:13Z</dc:date>
    </item>
  </channel>
</rss>

