<?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 get data table names generated by the subset operation in a list? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-get-data-table-names-generated-by-the-subset-operation-in/m-p/689975#M87592</link>
    <description>&lt;P&gt;Here is an example of how to create a list of the data tables created when using a By with the Subset Platform.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = 
// Open Data Table: Big Class.jmp
// → Data Table( "Big Class" )
Open( "$SAMPLE_DATA/Big Class.jmp" );
dtList = dt &amp;lt;&amp;lt; Subset(
	By( :sex ),
	All rows,
	Selected columns only( 0 ),
	columns( :name, :age, :height, :weight )
);
Show( dtList );&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 24 Oct 2023 16:21:52 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2023-10-24T16:21:52Z</dc:date>
    <item>
      <title>How to get data table names generated by the subset operation in a list?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-data-table-names-generated-by-the-subset-operation-in/m-p/689966#M87591</link>
      <description>&lt;P&gt;I want to&amp;nbsp;get data table names (in a list) generated by subset () operation on an open data table. How to get this via JSL?&lt;/P&gt;&lt;P&gt;(I will have additional open data tables when I do the subset operation - do not need these extra names in the list)&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 16:05:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-data-table-names-generated-by-the-subset-operation-in/m-p/689966#M87591</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-10-24T16:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get data table names generated by the subset operation in a list?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-get-data-table-names-generated-by-the-subset-operation-in/m-p/689975#M87592</link>
      <description>&lt;P&gt;Here is an example of how to create a list of the data tables created when using a By with the Subset Platform.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = 
// Open Data Table: Big Class.jmp
// → Data Table( "Big Class" )
Open( "$SAMPLE_DATA/Big Class.jmp" );
dtList = dt &amp;lt;&amp;lt; Subset(
	By( :sex ),
	All rows,
	Selected columns only( 0 ),
	columns( :name, :age, :height, :weight )
);
Show( dtList );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Oct 2023 16:21:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-get-data-table-names-generated-by-the-subset-operation-in/m-p/689975#M87592</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-10-24T16:21:52Z</dc:date>
    </item>
  </channel>
</rss>

