<?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: Copying and Pasting Selected Rows and Columns in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Copying-and-Pasting-Selected-Rows-and-Columns/m-p/525185#M74961</link>
    <description>&lt;P&gt;I've adapted the script to attempt to get the relevant rows as a vector but jmp is only finding the first 12 rows I want.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;vector = col[1::12, 18::21, 29::31, 41::43, 53::56, 65::68, 78::80, 91, 92, 99, 100];
col_new &amp;lt;&amp;lt; Set Values(vector);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 22 Jul 2022 08:46:14 GMT</pubDate>
    <dc:creator>Jemster</dc:creator>
    <dc:date>2022-07-22T08:46:14Z</dc:date>
    <item>
      <title>Copying and Pasting Selected Rows and Columns</title>
      <link>https://community.jmp.com/t5/Discussions/Copying-and-Pasting-Selected-Rows-and-Columns/m-p/525167#M74959</link>
      <description>&lt;P&gt;I have selected a series of rows from a column and would like to be able to copy and paste this data into my new data table using my script. I would like to be able to create a new column and copy and paste my data into the new column.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt_original = Data Table("...");
dt_subset = Data Table("...");
col = Column("...");
col &amp;lt;&amp;lt; Set Selected;
dt_original &amp;lt;&amp;lt; Select Rows ( {1,2,3,...});&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 17:05:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copying-and-Pasting-Selected-Rows-and-Columns/m-p/525167#M74959</guid>
      <dc:creator>Jemster</dc:creator>
      <dc:date>2023-06-09T17:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Copying and Pasting Selected Rows and Columns</title>
      <link>https://community.jmp.com/t5/Discussions/Copying-and-Pasting-Selected-Rows-and-Columns/m-p/525185#M74961</link>
      <description>&lt;P&gt;I've adapted the script to attempt to get the relevant rows as a vector but jmp is only finding the first 12 rows I want.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;vector = col[1::12, 18::21, 29::31, 41::43, 53::56, 65::68, 78::80, 91, 92, 99, 100];
col_new &amp;lt;&amp;lt; Set Values(vector);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Jul 2022 08:46:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copying-and-Pasting-Selected-Rows-and-Columns/m-p/525185#M74961</guid>
      <dc:creator>Jemster</dc:creator>
      <dc:date>2022-07-22T08:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Copying and Pasting Selected Rows and Columns</title>
      <link>https://community.jmp.com/t5/Discussions/Copying-and-Pasting-Selected-Rows-and-Columns/m-p/525194#M74962</link>
      <description>&lt;P&gt;&lt;LI-MESSAGE title="Data table subscripting" uid="21013" url="https://community.jmp.com/t5/Uncharted/Data-table-subscripting/m-p/21013#U21013" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt; should be able to solve this (of course depending in your data and what you are really trying to do)&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 09:13:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copying-and-Pasting-Selected-Rows-and-Columns/m-p/525194#M74962</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-07-22T09:13:34Z</dc:date>
    </item>
  </channel>
</rss>

