<?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 Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-Issue/m-p/348660#M573330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add one more expression which always returns some non-null value for any group, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(Group)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then hide it on tab Chart Properties -&amp;gt; Presentation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2012 18:32:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-12T18:32:22Z</dc:date>
    <item>
      <title>Count Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Issue/m-p/348656#M573326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a count set up to count the amount of users within a 'Group' field. So I set up a straight table with dimension of 'Group' and then an expression of &lt;/P&gt;&lt;P&gt;'Count(Username)'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was interested to find out that some of the groups have no usernames in them, however, they are not showing up in my straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a different way I need to do the count?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already went into the straight table settings and unmarked the 'Surpress Zero values'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be great. I can not post a sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 17:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Issue/m-p/348656#M573326</guid>
      <dc:creator />
      <dc:date>2012-07-12T17:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Count Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Issue/m-p/348657#M573327</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =If(Count(UserName) = 0, NullCount(UserName), Count(UserName))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 17:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Issue/m-p/348657#M573327</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-07-12T17:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Count Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Issue/m-p/348658#M573328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do u ve any other expression with it?or ur using single expression only in this straight table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 17:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Issue/m-p/348658#M573328</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-07-12T17:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Count Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Issue/m-p/348659#M573329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Single expression only in this straight table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 18:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Issue/m-p/348659#M573329</guid>
      <dc:creator />
      <dc:date>2012-07-12T18:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Count Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Issue/m-p/348660#M573330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add one more expression which always returns some non-null value for any group, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(Group)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then hide it on tab Chart Properties -&amp;gt; Presentation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 18:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Issue/m-p/348660#M573330</guid>
      <dc:creator />
      <dc:date>2012-07-12T18:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Count Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Issue/m-p/348661#M573331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try by checking the Show All values option in the Dimension tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 19:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Issue/m-p/348661#M573331</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-07-12T19:43:42Z</dc:date>
    </item>
  </channel>
</rss>

