<?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: Logic help for calculation =count(Date) in list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930569#M646377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already tried this , not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Dec 2015 11:32:24 GMT</pubDate>
    <dc:creator>amit_saini</dc:creator>
    <dc:date>2015-12-15T11:32:24Z</dc:date>
    <item>
      <title>Logic help for calculation =count(Date) in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930564#M646372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having simple script like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD User, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; month(Date) as Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; year(Date) as Year&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created below table in front end:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109064_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any possibility that I can call count(Month) in a list box to get these numbers as a list????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 11:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930564#M646372</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-12-15T11:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Logic help for calculation =count(Date) in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930565#M646373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(Count(Month), Firstname, LastName)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 11:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930565#M646373</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-15T11:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Logic help for calculation =count(Date) in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930566#M646374</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;May be try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add expression in the listbox &lt;/P&gt;&lt;P&gt;First Name&lt;/P&gt;&lt;P&gt;Exp: = Count(Month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;Add like &lt;/P&gt;&lt;P&gt;=Aggr(&lt;SPAN style="font-size: 13.3333px;"&gt;Count(Month)&lt;/SPAN&gt;, [First Name])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 11:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930566#M646374</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-12-15T11:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Logic help for calculation =count(Date) in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930567#M646375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Sunny , it's showing me '-'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried something like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(count( Date),Lastname)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this is working , but i believe this is count of Date not Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 11:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930567#M646375</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-12-15T11:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Logic help for calculation =count(Date) in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930568#M646376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, you can......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just use aggr() function in listbox expression intead of field....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like suggested by &lt;A _jive_internal="true" href="https://community.qlik.com/people/sunindia"&gt;Sunny T&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 11:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930568#M646376</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-15T11:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Logic help for calculation =count(Date) in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930569#M646377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already tried this , not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 11:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930569#M646377</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-12-15T11:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Logic help for calculation =count(Date) in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930570#M646378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 11:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930570#M646378</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-15T11:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Logic help for calculation =count(Date) in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930571#M646380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Balraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I'm facing issue below:&lt;/P&gt;&lt;P&gt;Some cases it is working fine like below&lt;/P&gt;&lt;P&gt;and &lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109065_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in some cases not like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/109066_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 11:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930571#M646380</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-12-15T11:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Logic help for calculation =count(Date) in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930572#M646383</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;=(Aggr(Count(Month),&amp;nbsp; User))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 11:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930572#M646383</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-12-15T11:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Logic help for calculation =count(Date) in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930573#M646385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I got it. This is working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(Count(Month), User)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 11:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930573#M646385</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-12-15T11:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Logic help for calculation =count(Date) in list box</title>
      <link>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930574#M646387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to aggr() with USER dim...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 11:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logic-help-for-calculation-count-Date-in-list-box/m-p/930574#M646387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-15T11:48:01Z</dc:date>
    </item>
  </channel>
</rss>

