<?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: Need help on How to use count ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139509#M1252513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;You can use this also&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Count({&amp;lt;[&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #3d3d3d;"&gt;ProgramTerm]={'Occ TWP',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'Occ T.I',&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'Occ P.I'}&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;}EmpId) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Aug 2016 13:29:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-05T13:29:55Z</dc:date>
    <item>
      <title>Need help on How to use count ?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139507#M1252509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;I need one assistance in creating a formula on counting the no of employee based on their EmpId when 'Type of Program'- value is &lt;/P&gt;&lt;P&gt; '"Occ P.I." , "Occ T.I.", and "Occ TWP". I am currently using this formula- &lt;/P&gt;&lt;P&gt;=((if(ProgramTerm='Occ TWP',Count(EmpId),0)) + (if(ProgramTerm='Occ T.I.',Count(EmpId),0))+(if(ProgramTerm='Occ P.I.',Count(EmpId),0)))&lt;/P&gt;&lt;P&gt;But it is only giving the result count of "Occ TWP". I wanna how to get the total count of this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached excel file along with this that contains those values.&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You !&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139507#M1252509</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on How to use count ?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139508#M1252511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ProgramTerm]={'Occ TWP'},&amp;gt;&lt;/SPAN&gt;}DISTINCT EmpId) + &lt;SPAN style="font-size: 13.3333px;"&gt;Count({&amp;lt;[&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ProgramTerm]={'Occ T.I'},&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;}DISTINCT EmpId) +&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Count({&amp;lt;[&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ProgramTerm]={'Occ P.I'},&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;}DISTINCT EmpId) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any doubts split them out and check the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 13:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139508#M1252511</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2016-08-05T13:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on How to use count ?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139509#M1252513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;You can use this also&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Count({&amp;lt;[&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #3d3d3d;"&gt;ProgramTerm]={'Occ TWP',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'Occ T.I',&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'Occ P.I'}&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;}EmpId) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 13:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139509#M1252513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-05T13:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on How to use count ?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139510#M1252515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({&amp;lt;[&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ProgramTerm]={'Occ TWP',&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;'Occ T.I',&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;'Occ P.I'}&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;} &lt;STRONG&gt;DISTINCT&lt;/STRONG&gt; EmpId)&amp;nbsp; &amp;lt;&amp;lt; add distinct if you have duplicates and want to count only unique values&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 13:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139510#M1252515</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-08-05T13:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on How to use count ?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139511#M1252517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find the QVW as per your requirement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming&amp;nbsp; &lt;STRONG&gt;Empid is the field name :Associate Number&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 13:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139511#M1252517</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-05T13:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on How to use count ?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139512#M1252519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Screenshot_1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133777_Screenshot_1.jpg" style="height: 146px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the attachment please for available options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 13:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139512#M1252519</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2016-08-05T13:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on How to use count ?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139513#M1252520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks it is working now. I have one more query of you can help . I and trying to use greater than and&amp;nbsp; less than value like the range of value to count . using this formula- &lt;/P&gt;&lt;P&gt;= Count({&amp;lt;[Length] = {"&amp;gt;=63" and "&amp;lt;=84" } &amp;gt;}Distinct Empid)&lt;/P&gt;&lt;P&gt;But it is not working and throwing . Please correct this formula , where and what I am missing ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 12:06:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139513#M1252520</guid>
      <dc:creator />
      <dc:date>2016-08-08T12:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on How to use count ?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139514#M1252521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Vineeth, &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks it is working now. I have one more query of you can help . I and trying to use greater than and&amp;nbsp; less than value like the range of value to count . using this formula- &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;= Count({&amp;lt;[Length] = {"&amp;gt;=63" and "&amp;lt;=84" } &amp;gt;}Distinct Empid)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But it is not working and throwing . Please correct this formula , where and what I am missing ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 12:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139514#M1252521</guid>
      <dc:creator />
      <dc:date>2016-08-08T12:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on How to use count ?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139515#M1252522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Mindaugas, &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks it is working now. I have one more query of you can help . I and trying to use greater than and&amp;nbsp; less than value like the range of value to count . using this formula- &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;= Count({&amp;lt;[Length] = {"&amp;gt;=63" and "&amp;lt;=84" } &amp;gt;}Distinct Empid)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But it is not working and throwing . Please correct this formula , where and what I am missing ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 12:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139515#M1252522</guid>
      <dc:creator />
      <dc:date>2016-08-08T12:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on How to use count ?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139516#M1252523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Everyone , &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks it is working now. I have one more query of you can help . I and trying to use greater than and&amp;nbsp; less than value like the range of value to count . using this formula- &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;= Count({&amp;lt;[Length] = {"&amp;gt;=63" and "&amp;lt;=84" } &amp;gt;}Distinct Empid)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But it is not working and throwing . Please correct this formula , where and what I am missing ?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Please help me on this thing also. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thank You !&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Animesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 12:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139516#M1252523</guid>
      <dc:creator />
      <dc:date>2016-08-08T12:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on How to use count ?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139517#M1252524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;use the below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;= Count({&amp;lt;[Length] = {"&amp;gt;=63&amp;lt;=84" } &amp;gt;}Distinct Empid)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 12:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139517#M1252524</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-08-08T12:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on How to use count ?</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139518#M1252525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3332996368408px;"&gt;= Count({&amp;lt;[Length] = {"&amp;gt;=63&amp;lt;=84" } &amp;gt;}Distinct Empid)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 14:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-on-How-to-use-count/m-p/1139518#M1252525</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-08T14:20:42Z</dc:date>
    </item>
  </channel>
</rss>

