<?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: Qlikview Count({&amp;lt; not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890887#M991317</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is working.&lt;/P&gt;&lt;P&gt;Qlikview was not recognising the null values hence no output in some cases. &lt;/P&gt;&lt;P&gt;The &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;NULLASVALUE *;&lt;/P&gt;&lt;P&gt;works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jul 2015 10:29:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-07T10:29:31Z</dc:date>
    <item>
      <title>Qlikview Count({&lt; not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890878#M991307</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;Please can you assist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a QlikView dashboard reading from an Access database (Table that contains both April and May's file).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then applied the following formula to a pivot table "&lt;/P&gt;&lt;P&gt;Count({&amp;lt;&lt;/P&gt;&lt;P&gt;[Turnover Trade Status]={'Amended','New'},&lt;/P&gt;&lt;P&gt;[Turnover Custody/FoP/FX]={''},&lt;/P&gt;&lt;P&gt;[Turnover Trade Type]-={'Position Transfer'}&amp;gt;}[Turnover Company])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with Dimensions Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the formula does not calculate properly, it only calculates properly for the first month April and not May.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 13:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890878#M991307</guid>
      <dc:creator />
      <dc:date>2015-07-06T13:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Count({&lt; not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890879#M991308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hard to answer without knowing what you mean with 'not calculate properly'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it would be best if you could upload a small sample QVW that demonstrates your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 15:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890879#M991308</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-06T15:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Count({&lt; not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890880#M991309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only thing that I can think of is that the piece where you are filtering blank values; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;EM&gt;[Turnover Custody/FoP/FX]={''}.&lt;/EM&gt;&lt;/STRONG&gt;&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: 13px;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;They might not be blank, but NULL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So try the below in your load script to see if it gets you the desired results.&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;NULLASVALUE *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 15:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890880#M991309</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-07-06T15:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Count({&lt; not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890881#M991310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to test ,taking a text box with this expression and use filters for the month and then try selecting the april month in the filter and then may?&lt;/P&gt;&lt;P&gt;Is this working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 16:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890881#M991310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-06T16:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Count({&lt; not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890882#M991311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try with&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;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Turnover Trade Status]={'Amended','New'},&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Turnover Trade Type]-={'Position Transfer'}&amp;gt;-&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Turnover Custody/FoP/FX]={'*'}&lt;/SPAN&gt;&amp;gt;} [Turnover Company])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 16:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890882#M991311</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-07-06T16:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Count({&lt; not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890883#M991312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Piet but it doesnt work... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 09:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890883#M991312</guid>
      <dc:creator />
      <dc:date>2015-07-07T09:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Count({&lt; not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890884#M991313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Sinan, I think it is working, let me check first &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 09:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890884#M991313</guid>
      <dc:creator />
      <dc:date>2015-07-07T09:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Count({&lt; not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890885#M991314</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: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try this&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;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Turnover Trade Status]={'Amended','New'},&lt;SPAN style="line-height: 1.5em;"&gt;[Turnover Custody/FoP/FX]={''},&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em;"&gt;[Turnover Trade Type]={'*'}-{'Position Transfer'}&amp;gt;}[Turnover Company])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 09:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890885#M991314</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-07-07T09:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Count({&lt; not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890886#M991316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you got this to working, I would suggest closing this thread by marking the correct answer as well as marking any helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 09:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890886#M991316</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-07T09:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Count({&lt; not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890887#M991317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is working.&lt;/P&gt;&lt;P&gt;Qlikview was not recognising the null values hence no output in some cases. &lt;/P&gt;&lt;P&gt;The &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;NULLASVALUE *;&lt;/P&gt;&lt;P&gt;works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 10:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890887#M991317</guid>
      <dc:creator />
      <dc:date>2015-07-07T10:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Count({&lt; not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890888#M991318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 10:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890888#M991318</guid>
      <dc:creator />
      <dc:date>2015-07-07T10:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Count({&lt; not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890889#M991319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 10:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890889#M991319</guid>
      <dc:creator />
      <dc:date>2015-07-07T10:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Count({&lt; not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890890#M991320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I close this thread Sunindia?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 10:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890890#M991320</guid>
      <dc:creator />
      <dc:date>2015-07-07T10:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Count({&lt; not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890891#M991321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Click on Correct Answer for whomsoever's answer worked the best for you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Correct.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92091_Correct.PNG" style="height: 109px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for being prompt for my request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 10:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890891#M991321</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-07T10:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Count({&lt; not working</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890892#M991322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 10:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Count-lt-not-working/m-p/890892#M991322</guid>
      <dc:creator />
      <dc:date>2015-07-07T10:52:43Z</dc:date>
    </item>
  </channel>
</rss>

