<?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 Counting Value Occurences in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Counting-Value-Occurences/m-p/38382#M22457</link>
    <description>&lt;P&gt;I have a script that tracks progress of tasks through multiple phases. One of the things being calculated is how many task are in a given phase. I attached the table I'm working with. I want to count the number of times Currrent is listed in any column and create a list like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Phase&lt;/TD&gt;
&lt;TD&gt;NCs&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Started&lt;/TD&gt;
&lt;TD&gt;#&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Initial Data Collection&lt;/TD&gt;
&lt;TD&gt;#&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;etc.&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where the number in the NCs column is the number of times Current was listed in the corresonding column.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Apr 2017 15:40:05 GMT</pubDate>
    <dc:creator>rfeick</dc:creator>
    <dc:date>2017-04-21T15:40:05Z</dc:date>
    <item>
      <title>Counting Value Occurences</title>
      <link>https://community.jmp.com/t5/Discussions/Counting-Value-Occurences/m-p/38382#M22457</link>
      <description>&lt;P&gt;I have a script that tracks progress of tasks through multiple phases. One of the things being calculated is how many task are in a given phase. I attached the table I'm working with. I want to count the number of times Currrent is listed in any column and create a list like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;Phase&lt;/TD&gt;
&lt;TD&gt;NCs&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Started&lt;/TD&gt;
&lt;TD&gt;#&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Initial Data Collection&lt;/TD&gt;
&lt;TD&gt;#&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;etc.&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where the number in the NCs column is the number of times Current was listed in the corresonding column.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 15:40:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Counting-Value-Occurences/m-p/38382#M22457</guid>
      <dc:creator>rfeick</dc:creator>
      <dc:date>2017-04-21T15:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Counting Value Occurences</title>
      <link>https://community.jmp.com/t5/Discussions/Counting-Value-Occurences/m-p/38383#M22458</link>
      <description>&lt;P&gt;My current idea is to delete all values that aren't Current and then use Col Number function, but I can't figure out how to clear values from only certain cells.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 15:44:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Counting-Value-Occurences/m-p/38383#M22458</guid>
      <dc:creator>rfeick</dc:creator>
      <dc:date>2017-04-21T15:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Counting Value Occurences</title>
      <link>https://community.jmp.com/t5/Discussions/Counting-Value-Occurences/m-p/38388#M22463</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;count = Col Number(If( :Name( "Report Writing (Form 1 No Eval Date)" )=="Current",1, . ));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Apr 2017 18:15:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Counting-Value-Occurences/m-p/38388#M22463</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-04-21T18:15:04Z</dc:date>
    </item>
  </channel>
</rss>

