<?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: How to access one of the multiple data tables opened at the same time? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-access-one-of-the-multiple-data-tables-opened-at-the-same/m-p/704168#M88823</link>
    <description>&lt;P&gt;The following code works on JMP 16 and 17&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here( 1 );
dt=
Multiple File Import(
	&amp;lt;&amp;lt;Set Folder( "&amp;lt;path to folder&amp;gt;"),
	&amp;lt;&amp;lt;Set Name Filter( "*.xls" ),
	&amp;lt;&amp;lt;Set Name Enable( 1 )
) &amp;lt;&amp;lt; import data ;

dt[1][2,1]&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 30 Nov 2023 03:23:43 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2023-11-30T03:23:43Z</dc:date>
    <item>
      <title>How to access one of the multiple data tables opened at the same time?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-access-one-of-the-multiple-data-tables-opened-at-the-same/m-p/704143#M88820</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I opened a couple data table by the following jsl,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt = Multiple File Import();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that, I tried to access one of the data table to process the data, what is the jsl script or command to access the the data table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, if I need to access the 2nd data table row #2 and column #1,&amp;nbsp;i used the command below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dt[2][2,1]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it did not work, please advise it, thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 00:57:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-access-one-of-the-multiple-data-tables-opened-at-the-same/m-p/704143#M88820</guid>
      <dc:creator>TDK_Long</dc:creator>
      <dc:date>2023-11-30T00:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to access one of the multiple data tables opened at the same time?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-access-one-of-the-multiple-data-tables-opened-at-the-same/m-p/704168#M88823</link>
      <description>&lt;P&gt;The following code works on JMP 16 and 17&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here( 1 );
dt=
Multiple File Import(
	&amp;lt;&amp;lt;Set Folder( "&amp;lt;path to folder&amp;gt;"),
	&amp;lt;&amp;lt;Set Name Filter( "*.xls" ),
	&amp;lt;&amp;lt;Set Name Enable( 1 )
) &amp;lt;&amp;lt; import data ;

dt[1][2,1]&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Nov 2023 03:23:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-access-one-of-the-multiple-data-tables-opened-at-the-same/m-p/704168#M88823</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-11-30T03:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to access one of the multiple data tables opened at the same time?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-access-one-of-the-multiple-data-tables-opened-at-the-same/m-p/704510#M88867</link>
      <description>&lt;P&gt;Thank you Jim.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 23:30:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-access-one-of-the-multiple-data-tables-opened-at-the-same/m-p/704510#M88867</guid>
      <dc:creator>TDK_Long</dc:creator>
      <dc:date>2023-11-30T23:30:39Z</dc:date>
    </item>
  </channel>
</rss>

