<?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: Count N in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Count-N/m-p/71324#M35396</link>
    <description>Thanks a lot, gzmorgan0. It works!</description>
    <pubDate>Wed, 05 Sep 2018 07:41:52 GMT</pubDate>
    <dc:creator>arenie</dc:creator>
    <dc:date>2018-09-05T07:41:52Z</dc:date>
    <item>
      <title>Count N</title>
      <link>https://community.jmp.com/t5/Discussions/Count-N/m-p/71320#M35392</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am fairly new to JMP. I would like a question on a data I am working on. For some reason I need to convert the date column to Char/Nomina(as attached). I need to plot the X and Y and at X-axis being my date column while at the Y-axis I have 2 continuous parameters. My question is how to create a script where I can filter the date count if it is more/less than a certain number. For example, in this case the if the date count is less than 6, then I will exclude 20171108. Something like that. I understood that I can also use summary statistics N to do it with graph builder but I wanna do it with jsl.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 05:24:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Count-N/m-p/71320#M35392</guid>
      <dc:creator>arenie</dc:creator>
      <dc:date>2018-09-05T05:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Count N</title>
      <link>https://community.jmp.com/t5/Discussions/Count-N/m-p/71321#M35393</link>
      <description>&lt;P&gt;Try this with your source data table opened.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1);

dt = current data table();

dt &amp;lt;&amp;lt; clear select();

dtsum = dt &amp;lt;&amp;lt; Summary(Group(:date), N);
//by default the sumary table is linked to the source table

dtsum &amp;lt;&amp;lt; select where(:N &amp;lt; 6);

close(dtsum,Nosave); //no longer needed, and the rows are selected in the source

dt &amp;lt;&amp;lt; exclude(1);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 06:11:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Count-N/m-p/71321#M35393</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-09-05T06:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Count N</title>
      <link>https://community.jmp.com/t5/Discussions/Count-N/m-p/71324#M35396</link>
      <description>Thanks a lot, gzmorgan0. It works!</description>
      <pubDate>Wed, 05 Sep 2018 07:41:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Count-N/m-p/71324#M35396</guid>
      <dc:creator>arenie</dc:creator>
      <dc:date>2018-09-05T07:41:52Z</dc:date>
    </item>
  </channel>
</rss>

