<?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: Copy selected data to clipboard for further processing by user in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Copy-selected-data-to-clipboard-for-further-processing-by-user/m-p/449950#M69680</link>
    <description>&lt;P&gt;Copy Selected Table Rows() doesn't seem to work with Datatables but with Table Boxes and datatable boxes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could use the Copy With Full Precision found from Edit menu:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
col_list = {"age", "name", "height"};
dt &amp;lt;&amp;lt; Select Rows([1]) &amp;lt;&amp;lt; Select Columns(col_list);
Main Menu("Copy With Full Precision", dt &amp;lt;&amp;lt; get name);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 09 Jan 2022 11:34:18 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2022-01-09T11:34:18Z</dc:date>
    <item>
      <title>Copy selected data to clipboard for further processing by user</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-selected-data-to-clipboard-for-further-processing-by-user/m-p/449931#M69679</link>
      <description>&lt;P&gt;My use case:&lt;/P&gt;&lt;P&gt;- Original data needs to be transposed and can contain information on N samples&lt;/P&gt;&lt;P&gt;- In most - but not all - cases the data of interest is in the first row of the transposed data&lt;/P&gt;&lt;P&gt;- Of the copied rows, not all columns should be copied, only the ones namens "Row 3, Row 4, Row 5" (the columns are named row because of the transpose).&lt;/P&gt;&lt;P&gt;- This data needs to be copied to the clipboard for further processing. This can by pasting into another JMP table or somewhere else.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first steps are very trivial, however, copying the data to the clipboard seems not to work. I have tried (many) variants of the following:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Current Data Table();
Tdt = dt &amp;lt;&amp;lt; Transpose( columns( :"1st Thickness"n ), By( :FOUP SLOT ), Output Table() );

Tdt &amp;lt;&amp;lt; Select Rows( [1] ) &amp;lt;&amp;lt; Select Columns(
	 :Row 3, :Row 4, :Row 5
)&amp;lt;&amp;lt;Copy Selected Table Row();&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:42:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-selected-data-to-clipboard-for-further-processing-by-user/m-p/449931#M69679</guid>
      <dc:creator>VincentVandalon</dc:creator>
      <dc:date>2023-06-10T23:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Copy selected data to clipboard for further processing by user</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-selected-data-to-clipboard-for-further-processing-by-user/m-p/449950#M69680</link>
      <description>&lt;P&gt;Copy Selected Table Rows() doesn't seem to work with Datatables but with Table Boxes and datatable boxes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could use the Copy With Full Precision found from Edit menu:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
col_list = {"age", "name", "height"};
dt &amp;lt;&amp;lt; Select Rows([1]) &amp;lt;&amp;lt; Select Columns(col_list);
Main Menu("Copy With Full Precision", dt &amp;lt;&amp;lt; get name);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 09 Jan 2022 11:34:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-selected-data-to-clipboard-for-further-processing-by-user/m-p/449950#M69680</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-01-09T11:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Copy selected data to clipboard for further processing by user</title>
      <link>https://community.jmp.com/t5/Discussions/Copy-selected-data-to-clipboard-for-further-processing-by-user/m-p/449957#M69682</link>
      <description>&lt;P&gt;Thanks, I had no idea one could select entries from the menu like that... works like a charm!&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jan 2022 12:15:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Copy-selected-data-to-clipboard-for-further-processing-by-user/m-p/449957#M69682</guid>
      <dc:creator>VincentVandalon</dc:creator>
      <dc:date>2022-01-09T12:15:15Z</dc:date>
    </item>
  </channel>
</rss>

