<?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 distint empid's in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/count-distint-empid-s/m-p/1076409#M359089</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 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;empid={*}-{' '}&amp;gt;}DISTINCT(empid))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;empid={*}-{''}&amp;gt;}DISTINCT(empid))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Mar 2016 07:53:15 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2016-03-28T07:53:15Z</dc:date>
    <item>
      <title>count distint empid's</title>
      <link>https://community.qlik.com/t5/QlikView/count-distint-empid-s/m-p/1076405#M359085</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;Empid fild having null values.i want count distint empid's.&lt;/P&gt;&lt;P&gt;(How to use&amp;nbsp; count ,Distinct, null functions in qlikview)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 07:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-distint-empid-s/m-p/1076405#M359085</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-28T07:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: count distint empid's</title>
      <link>https://community.qlik.com/t5/QlikView/count-distint-empid-s/m-p/1076406#M359086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;= fieldvaluecount('empid')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 07:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-distint-empid-s/m-p/1076406#M359086</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-28T07:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: count distint empid's</title>
      <link>https://community.qlik.com/t5/QlikView/count-distint-empid-s/m-p/1076407#M359087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe try this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count ( DISTINCT empid )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 07:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-distint-empid-s/m-p/1076407#M359087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-28T07:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: count distint empid's</title>
      <link>https://community.qlik.com/t5/QlikView/count-distint-empid-s/m-p/1076408#M359088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this &lt;/P&gt;&lt;P&gt;// this will count the empid which are not null and &lt;SPAN style="font-size: 13.3333px;"&gt;DISTINCT &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Count( DISTINCT {&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;EMPID={"*"}&lt;/SPAN&gt;&amp;gt;}T EMPID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 07:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-distint-empid-s/m-p/1076408#M359088</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-28T07:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: count distint empid's</title>
      <link>https://community.qlik.com/t5/QlikView/count-distint-empid-s/m-p/1076409#M359089</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 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;empid={*}-{' '}&amp;gt;}DISTINCT(empid))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;empid={*}-{''}&amp;gt;}DISTINCT(empid))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 07:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-distint-empid-s/m-p/1076409#M359089</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2016-03-28T07:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: count distint empid's</title>
      <link>https://community.qlik.com/t5/QlikView/count-distint-empid-s/m-p/1076410#M359090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create in script as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set Nullvalue=' ' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in frnt end&lt;/P&gt;&lt;P&gt;create a field as&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(Distinct field)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 08:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-distint-empid-s/m-p/1076410#M359090</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-28T08:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: count distint empid's</title>
      <link>https://community.qlik.com/t5/QlikView/count-distint-empid-s/m-p/1076411#M359091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want create in script .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 08:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-distint-empid-s/m-p/1076411#M359091</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-28T08:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: count distint empid's</title>
      <link>https://community.qlik.com/t5/QlikView/count-distint-empid-s/m-p/1076412#M359092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;create in script as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;set Nullvalue=' ' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;and &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;load *,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;distinct urfields;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 09:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-distint-empid-s/m-p/1076412#M359092</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-28T09:00:01Z</dc:date>
    </item>
  </channel>
</rss>

