<?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: Multiple counts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280965#M867631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They don't have a status they won't be counted,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have u tried?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2016 13:28:52 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2016-12-05T13:28:52Z</dc:date>
    <item>
      <title>Multiple counts</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280956#M867622</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;My data is like this:&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;AcctNo,Status&lt;/P&gt;&lt;P&gt;1,A&lt;/P&gt;&lt;P&gt;2,B&lt;/P&gt;&lt;P&gt;3,B&lt;/P&gt;&lt;P&gt;4,D&lt;/P&gt;&lt;P&gt;5,C&lt;/P&gt;&lt;P&gt;6,B&lt;/P&gt;&lt;P&gt;7,A&lt;/P&gt;&lt;P&gt;8,B] ;&lt;/P&gt;&lt;P&gt;I want to show &lt;/P&gt;&lt;P&gt;Count({&amp;lt;Status='A'&amp;gt;}AcctNo)&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Status='B'&amp;gt;}AcctNo)&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Status='C'&amp;gt;}AcctNo)&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Status='D'&amp;gt;}AcctNo) Output like below dynamically in a text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 A&lt;/P&gt;&lt;P&gt;4 B&lt;/P&gt;&lt;P&gt;1 C&lt;/P&gt;&lt;P&gt;1 D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve this?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280956#M867622</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple counts</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280957#M867623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A Text box wouldn't be dynamic ! what exactly do you want to be dynamic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Count({&amp;lt;Status='A'&amp;gt;}AcctNo) &amp;amp; ' A' &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({&amp;lt;Status='B'&amp;gt;}AcctNo) &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;amp; ' B' &amp;amp; chr(10) &amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({&amp;lt;Status='C'&amp;gt;}AcctNo) &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;amp; ' C' &amp;amp; chr(10) &amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({&amp;lt;Status='D'&amp;gt;}AcctNo) &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;amp; ' D' &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 13:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280957#M867623</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-05T13:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple counts</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280958#M867624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this in a text box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(DISTINCT AGGR(count(TOTAL &amp;lt;Status&amp;gt; AcctNo) &amp;amp; ' ' &amp;amp; Status,Status)&lt;/P&gt;&lt;P&gt;&amp;nbsp; , chr(10))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 13:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280958#M867624</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-05T13:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple counts</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280959#M867625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vineeth, If Status is not there, it should be shown.&lt;/P&gt;&lt;P&gt;For example, Status D won't be available December month.How to make it dynamic?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 13:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280959#M867625</guid>
      <dc:creator />
      <dc:date>2016-12-05T13:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple counts</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280960#M867626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;try this in a text box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;=Concat(DISTINCT AGGR(count(TOTAL &amp;lt;Status&amp;gt; AcctNo) &amp;amp; ' ' &amp;amp; Status,Status)&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; , chr(10))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 13:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280960#M867626</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-05T13:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple counts</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280961#M867627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although this might be a small typo, but you guys are missing&amp;nbsp; curly brackets in your set modifier&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145632_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides what are we trying to achieve here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 13:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280961#M867627</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-05T13:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple counts</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280962#M867628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to omit NULLs or '-'values of Status. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 13:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280962#M867628</guid>
      <dc:creator />
      <dc:date>2016-12-05T13:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple counts</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280963#M867629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Concat(&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Status = {'*'}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;gt;}&lt;/SPAN&gt; &lt;/SPAN&gt;DISTINCT AGGR(Count(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;Status = {'*'}&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;gt;}&lt;/SPAN&gt;&lt;/STRONG&gt; TOTAL &amp;lt;Status&amp;gt; AcctNo) &amp;amp; ' ' &amp;amp; Status,Status), Chr(10))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 13:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280963#M867629</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-05T13:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple counts</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280964#M867630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, Vineeth formula is working.&lt;/P&gt;&lt;P&gt;But how to omit NULL status as shown :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;AcctNo,Status&lt;/P&gt;&lt;P&gt;1,A&lt;/P&gt;&lt;P&gt;2,B&lt;/P&gt;&lt;P&gt;3,B&lt;/P&gt;&lt;P&gt;4,D&lt;/P&gt;&lt;P&gt;5,C&lt;/P&gt;&lt;P&gt;6,B&lt;/P&gt;&lt;P&gt;7,A&lt;/P&gt;&lt;P&gt;8,B&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;9,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;10,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;11,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;12&lt;/STRONG&gt;] ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 13:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280964#M867630</guid>
      <dc:creator />
      <dc:date>2016-12-05T13:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple counts</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280965#M867631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They don't have a status they won't be counted,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have u tried?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 13:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280965#M867631</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-12-05T13:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple counts</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280966#M867632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I tried. It is showing NULLs. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 13:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280966#M867632</guid>
      <dc:creator />
      <dc:date>2016-12-05T13:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple counts</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280967#M867633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Concat(&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #ff0000;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #ff0000;"&gt;Status = {'*'}&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&amp;gt;}&lt;/SPAN&gt; &lt;/SPAN&gt;DISTINCT AGGR(Count(&lt;STRONG style="font-style: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #ff0000;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Status = {'*'}&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #ff0000;"&gt;&amp;gt;}&lt;/SPAN&gt;&lt;/STRONG&gt; TOTAL &amp;lt;Status&amp;gt; AcctNo) &amp;amp; ' ' &amp;amp; Status,Status), Chr(10))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or are these not true nulls?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 13:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-counts/m-p/1280967#M867633</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-05T13:33:14Z</dc:date>
    </item>
  </channel>
</rss>

