<?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: get values from select where in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/get-values-from-select-where/m-p/274928#M53340</link>
    <description>superb!</description>
    <pubDate>Tue, 23 Jun 2020 09:40:05 GMT</pubDate>
    <dc:creator>OneNorthJMP</dc:creator>
    <dc:date>2020-06-23T09:40:05Z</dc:date>
    <item>
      <title>get values from select where</title>
      <link>https://community.jmp.com/t5/Discussions/get-values-from-select-where/m-p/274877#M53323</link>
      <description>&lt;P&gt;I am trying to get values from "name" column with select where condition. Subsequently i need make use the new list to do plotting on another table. If the list not working, i can't proceed to next. Please advise which part i am doing wrong?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Send Expects Scriptable Object in access or evaluation of 'List' , {/*###*/"KATIE", "LOUISE", "JANE", "JACLYN", "LILLIE", "TIM", "JAMES", "ROBERT"}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt_limit = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt_limit &amp;lt;&amp;lt; Select Where( :age == 12 );
Group1List = :name[dt_limit &amp;lt;&amp;lt; get selected rows] &amp;lt;&amp;lt; Get Values;
Show( Group1List);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:30:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/get-values-from-select-where/m-p/274877#M53323</guid>
      <dc:creator>OneNorthJMP</dc:creator>
      <dc:date>2023-06-09T23:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: get values from select where</title>
      <link>https://community.jmp.com/t5/Discussions/get-values-from-select-where/m-p/274881#M53325</link>
      <description>&lt;P&gt;There is no need to do the &amp;lt;&amp;lt; get values, you are already assigning the list&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;names default to here(1);
dt_limit = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt_limit &amp;lt;&amp;lt; Select Where( :age == 12 );
Group1List = (dt_limit:name[dt_limit &amp;lt;&amp;lt; get selected rows]);
Show( Group1List);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Jun 2020 06:05:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/get-values-from-select-where/m-p/274881#M53325</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-06-23T06:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: get values from select where</title>
      <link>https://community.jmp.com/t5/Discussions/get-values-from-select-where/m-p/274887#M53326</link>
      <description>Thanks Nelson!! save me a lots of time of debugging</description>
      <pubDate>Tue, 23 Jun 2020 06:11:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/get-values-from-select-where/m-p/274887#M53326</guid>
      <dc:creator>OneNorthJMP</dc:creator>
      <dc:date>2020-06-23T06:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: get values from select where</title>
      <link>https://community.jmp.com/t5/Discussions/get-values-from-select-where/m-p/274910#M53334</link>
      <description>Hi Nelson,&lt;BR /&gt;&lt;BR /&gt;Separate question, how i can get count of row that i select?</description>
      <pubDate>Tue, 23 Jun 2020 07:58:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/get-values-from-select-where/m-p/274910#M53334</guid>
      <dc:creator>OneNorthJMP</dc:creator>
      <dc:date>2020-06-23T07:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: get values from select where</title>
      <link>https://community.jmp.com/t5/Discussions/get-values-from-select-where/m-p/274922#M53338</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;theCount = N Rows( dt &amp;lt;&amp;lt; get selected rows);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Jun 2020 09:29:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/get-values-from-select-where/m-p/274922#M53338</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-06-23T09:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: get values from select where</title>
      <link>https://community.jmp.com/t5/Discussions/get-values-from-select-where/m-p/274928#M53340</link>
      <description>superb!</description>
      <pubDate>Tue, 23 Jun 2020 09:40:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/get-values-from-select-where/m-p/274928#M53340</guid>
      <dc:creator>OneNorthJMP</dc:creator>
      <dc:date>2020-06-23T09:40:05Z</dc:date>
    </item>
  </channel>
</rss>

