<?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: What are the data table names after multiple file import? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/What-are-the-data-table-names-after-multiple-file-import/m-p/612896#M81314</link>
    <description>&lt;P&gt;dtList contains a list of three data table handles. You could use the handles directly and never need to know the name. You could ask the handle for the name of the table. Or you could use the handle to set a name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;show(dtList);
dt1=dtList[1];
show(dt1&amp;lt;&amp;lt;getname);
dtList[2]&amp;lt;&amp;lt;setname("xyzzy");
show(dtlist[2]&amp;lt;&amp;lt;getname);
dtList[3]:column1&amp;lt;&amp;lt;setname("plugh");
show(column(dtList[3],1)&amp;lt;&amp;lt;getname);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Above, dt1 copies the handle from the list to simplify the next reference. The rest just use the handle directly from the list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2023 02:10:23 GMT</pubDate>
    <dc:creator>Craige_Hales</dc:creator>
    <dc:date>2023-03-16T02:10:23Z</dc:date>
    <item>
      <title>What are the data table names after multiple file import?</title>
      <link>https://community.jmp.com/t5/Discussions/What-are-the-data-table-names-after-multiple-file-import/m-p/612848#M81310</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used multiple file import to import three txt files, and the script opened up three data windows shown on the right hand side. I need to process the column 3 with some equations in these three opened windows, but I don't know the data table names that are related to the three opened windows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought the data table names should be ccf_22031411, ccf_22031412 and ccf_22031413 as shown on the top left corner of the data windows, but when I used the following script to delete the first column (dot column), it did not work. And how can I call out Column 3 and make it multiplied by 10 and put the new numbers into Column 7? Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"ccf_22031411" &amp;lt;&amp;lt; delete Columns( 1 :: 1 );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zz.PNG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51141i27F9303FB187147A/image-size/large?v=v2&amp;amp;px=999" role="button" title="zz.PNG" alt="zz.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:28:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/What-are-the-data-table-names-after-multiple-file-import/m-p/612848#M81310</guid>
      <dc:creator>TDK_Long</dc:creator>
      <dc:date>2023-06-08T16:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: What are the data table names after multiple file import?</title>
      <link>https://community.jmp.com/t5/Discussions/What-are-the-data-table-names-after-multiple-file-import/m-p/612896#M81314</link>
      <description>&lt;P&gt;dtList contains a list of three data table handles. You could use the handles directly and never need to know the name. You could ask the handle for the name of the table. Or you could use the handle to set a name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;show(dtList);
dt1=dtList[1];
show(dt1&amp;lt;&amp;lt;getname);
dtList[2]&amp;lt;&amp;lt;setname("xyzzy");
show(dtlist[2]&amp;lt;&amp;lt;getname);
dtList[3]:column1&amp;lt;&amp;lt;setname("plugh");
show(column(dtList[3],1)&amp;lt;&amp;lt;getname);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Above, dt1 copies the handle from the list to simplify the next reference. The rest just use the handle directly from the list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 02:10:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/What-are-the-data-table-names-after-multiple-file-import/m-p/612896#M81314</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2023-03-16T02:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: What are the data table names after multiple file import?</title>
      <link>https://community.jmp.com/t5/Discussions/What-are-the-data-table-names-after-multiple-file-import/m-p/613378#M81346</link>
      <description>&lt;P&gt;Thanks Craige. You have helped me a lot of times.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 23:42:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/What-are-the-data-table-names-after-multiple-file-import/m-p/613378#M81346</guid>
      <dc:creator>TDK_Long</dc:creator>
      <dc:date>2023-03-16T23:42:23Z</dc:date>
    </item>
  </channel>
</rss>

