<?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: More on subset creation in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/More-on-subset-creation/m-p/7707#M7701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adding wait(); after the formula evaluation solves the problem of the filter not getting set before the subset command is executed. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the command for closing the filter window? I do not want it to stay on screen after the subset. I just want the data set. Actually I do not need to see it at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes, I thought the selection could be done in one statement. Just did not know how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Poul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Nov 2013 10:26:05 GMT</pubDate>
    <dc:creator>poulravn</dc:creator>
    <dc:date>2013-11-08T10:26:05Z</dc:date>
    <item>
      <title>More on subset creation</title>
      <link>https://community.jmp.com/t5/Discussions/More-on-subset-creation/m-p/7705#M7699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am referring to the post &lt;A _jive_internal="true" href="https://community.jmp.com/message/166376#166376"&gt;https://communities.sas.com/message/166376#166376&lt;/A&gt; from May this year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example explains how to create a new data table by 1) first adding af data filter, and 2) then subsetting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dt = Open ( BigClass);&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; data filter (add filter(columns(:age),where(:age=={12,13}), Mode (select(1)));&lt;/P&gt;&lt;P&gt;sub1 = dt&amp;lt;&amp;lt;subset(output table name("regions"),selected rows(1), selected columns (0));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As&amp;nbsp; result a data table, named "regions" is created. As expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a similar example using my own data set (the BigClass example works!!), which does not work well for me. I suspect I have a misunderstand of something. Here is my program flow attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference between the BigClass example and my example is, that the data filter does not get selected, when I run the whole script. (I omitted the loading of the file from an Excel file to be able to send you the original code, which had certain names in it). To explain: There is a character column, from which I wnat to select only those rows where the text in the column starts with "d" or "I". I found it necessary to create a new column on which to perform the data filter. When I run the code in total, the rows do NOT get selected and the subsetted data table does not get created. If I first run the code UNTIL the creation of the new column, Onelettet, and THEN run the data filter, then the filter is created and the rows are selected. And finally the subset data table is created. But these things should happen either way how the script is run? OR?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is fundamental to the use of scripting, so I need to get a deep understanding of these subtleties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Poul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 07:59:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/More-on-subset-creation/m-p/7705#M7699</guid>
      <dc:creator>poulravn</dc:creator>
      <dc:date>2013-11-08T07:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: More on subset creation</title>
      <link>https://community.jmp.com/t5/Discussions/More-on-subset-creation/m-p/7706#M7700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is difficult to tell why it not works in a particular case without a table for testing the code. If code depends on column formulas created in the same script, I have experienced that formula evaluation can lag behind the script execution which can lead to unexpected results. To avoid this one can try to insert &lt;EM&gt;Wait()&lt;/EM&gt; or &lt;EM&gt;&amp;lt;&amp;lt; eval formula&lt;/EM&gt; at the critical steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However in this particular case, if I understand it correctly, there is no need for a new column (or a data filter). Perhaps the below example can be of help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #4c910b;"&gt;//example table&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #2800e1;"&gt;&lt;SPAN style="color: #000000;"&gt;dt &lt;/SPAN&gt;&lt;SPAN style="color: #160091;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;New Table&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #801392;"&gt;"test"&lt;/SPAN&gt;&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&amp;nbsp; Add Rows&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #509092;"&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&amp;nbsp; &lt;SPAN style="color: #2800e1;"&gt;New Column&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #801392;"&gt;"Instr"&lt;/SPAN&gt;&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt; Character&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #801392;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; Set Values&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;STRONG&gt;{&lt;/STRONG&gt;&lt;/SPAN&gt;"drum"&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;"trumpet"&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;"lyre"&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;"clarinet"&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;"didgeridoo"&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;}&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&amp;nbsp; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #160091;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #4c910b;"&gt;// Select instr starting with d or l using a data filter&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;sel &lt;SPAN style="color: #160091;"&gt;=&lt;/SPAN&gt; dt &lt;SPAN style="color: #160091;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="color: #160091;"&gt;&lt;STRONG&gt;get rows where&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #2800e1;"&gt;Starts With&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #160091;"&gt;:&lt;/SPAN&gt;instr&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #801392;"&gt;"d"&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;SPAN style="color: #160091;"&gt;|&lt;/SPAN&gt; &lt;SPAN style="color: #2800e1;"&gt;Starts With&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #160091;"&gt;:&lt;/SPAN&gt;instr&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #801392;"&gt;"l"&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #160091;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #160091;"&gt;&lt;SPAN style="color: #000000;"&gt;dt &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;data filter&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&amp;nbsp; add filter&lt;STRONG&gt;(&lt;/STRONG&gt; columns&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #160091;"&gt;:&lt;/SPAN&gt;instr &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt; where&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #160091;"&gt;:&lt;/SPAN&gt;instr &lt;SPAN style="color: #160091;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #160091;"&gt;:&lt;/SPAN&gt;instr&lt;STRONG&gt;[&lt;/STRONG&gt;sel&lt;STRONG&gt;]&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt; mode&lt;STRONG&gt;(&lt;/STRONG&gt; select&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #509092;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #160091;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;dt &lt;SPAN style="color: #160091;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="color: #160091;"&gt;&lt;STRONG&gt;subset&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; output table name&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #801392;"&gt;"sel instr"&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt; Selected Rows&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #509092;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt; selected columns&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #509092;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #160091;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #4c910b;"&gt;// Or a more direct approach without data filter&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;dt &lt;SPAN style="color: #160091;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="color: #160091;"&gt;&lt;STRONG&gt;select where&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #2800e1;"&gt;Starts With&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #160091;"&gt;:&lt;/SPAN&gt;instr&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #801392;"&gt;"d"&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;SPAN style="color: #160091;"&gt;|&lt;/SPAN&gt; &lt;SPAN style="color: #2800e1;"&gt;Starts With&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #160091;"&gt;:&lt;/SPAN&gt;instr&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #801392;"&gt;"l"&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #160091;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;dt &lt;SPAN style="color: #160091;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="color: #160091;"&gt;&lt;STRONG&gt;subset&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; output table name&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #801392;"&gt;"sel instr"&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt; Selected Rows&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #509092;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #160091;"&gt;,&lt;/SPAN&gt; selected columns&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="color: #509092;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG&gt;)&lt;/STRONG&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #160091;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 09:15:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/More-on-subset-creation/m-p/7706#M7700</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2013-11-08T09:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: More on subset creation</title>
      <link>https://community.jmp.com/t5/Discussions/More-on-subset-creation/m-p/7707#M7701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;adding wait(); after the formula evaluation solves the problem of the filter not getting set before the subset command is executed. Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the command for closing the filter window? I do not want it to stay on screen after the subset. I just want the data set. Actually I do not need to see it at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes, I thought the selection could be done in one statement. Just did not know how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Poul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 10:26:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/More-on-subset-creation/m-p/7707#M7701</guid>
      <dc:creator>poulravn</dc:creator>
      <dc:date>2013-11-08T10:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: More on subset creation</title>
      <link>https://community.jmp.com/t5/Discussions/More-on-subset-creation/m-p/7708#M7702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closing the data filter is simple if you have given it a reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #160091;"&gt;&lt;SPAN style="color: #000000;"&gt;df &lt;/SPAN&gt;=&lt;SPAN style="color: #000000;"&gt; dt &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;data filter&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #509092;"&gt;&lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #160091;"&gt;&lt;SPAN style="color: #000000;"&gt;df &lt;/SPAN&gt;&amp;lt;&amp;lt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;close&lt;/STRONG&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 12:08:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/More-on-subset-creation/m-p/7708#M7702</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2013-11-08T12:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: More on subset creation</title>
      <link>https://community.jmp.com/t5/Discussions/More-on-subset-creation/m-p/7709#M7703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using MS's example code, here is a direct solution that is very robust, since it does not require the rows in the data table to switch to the selected state:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff; color: #2800e1;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;dt &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;New Table&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #801392;"&gt;"test"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; Add Rows&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(&lt;/STRONG&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: #509092;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;5&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; &lt;SPAN style="font-style: inherit; font-family: inherit; color: #2800e1;"&gt;New Column&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(&lt;/STRONG&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: #801392;"&gt;"Instr"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;,&lt;/SPAN&gt; Character&lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff; color: #801392;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&amp;nbsp; Set Values&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(&lt;/STRONG&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;{&lt;/STRONG&gt;&lt;/SPAN&gt;"drum"&lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;"trumpet"&lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;"lyre"&lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;"clarinet"&lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;"didgeridoo"&lt;SPAN style="font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;}&lt;/STRONG&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;sel &lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;=&lt;/SPAN&gt; dt &lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;get rows where&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(&lt;/STRONG&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: #2800e1;"&gt;Starts With&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(&lt;/STRONG&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;:&lt;/SPAN&gt;instr&lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: #801392;"&gt;"d"&lt;/SPAN&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)&lt;/STRONG&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;|&lt;/SPAN&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: #2800e1;"&gt;Starts With&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(&lt;/STRONG&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;:&lt;/SPAN&gt;instr&lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: #801392;"&gt;"l"&lt;/SPAN&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)&lt;/STRONG&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;dt &lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;subset&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(&lt;/STRONG&gt; output table name&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(&lt;/STRONG&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: #801392;"&gt;"sel instr"&lt;/SPAN&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;,&lt;/SPAN&gt;&amp;nbsp; Rows&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;( &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;sel&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;,&lt;/SPAN&gt; selected columns&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(&lt;/STRONG&gt; &lt;SPAN style="font-style: inherit; font-family: inherit; color: #509092;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)&lt;/STRONG&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; color: #160091;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 02:54:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/More-on-subset-creation/m-p/7709#M7703</guid>
      <dc:creator>wiebepo</dc:creator>
      <dc:date>2013-11-14T02:54:18Z</dc:date>
    </item>
  </channel>
</rss>

