<?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 can filter all data in a category whose minimum value is greater than the specified value in a specified column? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-filter-all-data-in-a-category-whose-minimum-value-is/m-p/274660#M53278</link>
    <description>Thank Jim!&lt;BR /&gt;&lt;BR /&gt;Is this SQL syntax?</description>
    <pubDate>Mon, 22 Jun 2020 06:42:04 GMT</pubDate>
    <dc:creator>lwx228</dc:creator>
    <dc:date>2020-06-22T06:42:04Z</dc:date>
    <item>
      <title>How can filter all data in a category whose minimum value is greater than the specified value in a specified column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-filter-all-data-in-a-category-whose-minimum-value-is/m-p/274644#M53274</link>
      <description>&lt;P&gt;For example, in "Big Class. JMP ", all data of minimum body "weight" greater than 80 in each age group are selected by "age" column?For JSL&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-06-21_09-31.png" style="width: 651px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/24738i30BD82E7A2F144D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-06-21_09-31.png" alt="2020-06-21_09-31.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:29:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-filter-all-data-in-a-category-whose-minimum-value-is/m-p/274644#M53274</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2023-06-09T23:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can filter all data in a category whose minimum value is greater than the specified value in a specified column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-filter-all-data-in-a-category-whose-minimum-value-is/m-p/274650#M53275</link>
      <description>&lt;P&gt;If I understand what you are asking...….you should be able to figure this out yourself&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt=current data table();

dt &amp;lt;&amp;lt; select where(col min(:weight,:age) &amp;gt;80);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Jun 2020 05:46:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-filter-all-data-in-a-category-whose-minimum-value-is/m-p/274650#M53275</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-06-22T05:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can filter all data in a category whose minimum value is greater than the specified value in a specified column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-filter-all-data-in-a-category-whose-minimum-value-is/m-p/274660#M53278</link>
      <description>Thank Jim!&lt;BR /&gt;&lt;BR /&gt;Is this SQL syntax?</description>
      <pubDate>Mon, 22 Jun 2020 06:42:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-filter-all-data-in-a-category-whose-minimum-value-is/m-p/274660#M53278</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2020-06-22T06:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can filter all data in a category whose minimum value is greater than the specified value in a specified column?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-filter-all-data-in-a-category-whose-minimum-value-is/m-p/274680#M53281</link>
      <description>&lt;P&gt;SQL does have "Select" and "Where" components of it's language, what I provided to you is a&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Select Where()&lt;/P&gt;
&lt;P&gt;function right out of JSL&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 10:42:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-filter-all-data-in-a-category-whose-minimum-value-is/m-p/274680#M53281</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-06-22T10:42:56Z</dc:date>
    </item>
  </channel>
</rss>

