<?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 IF in QlikView (Number of Days) in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/Count-IF-in-QlikView-Number-of-Days/m-p/531874#M2012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mildred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Aug 2013 13:52:33 GMT</pubDate>
    <dc:creator>rajeshvaswani77</dc:creator>
    <dc:date>2013-08-26T13:52:33Z</dc:date>
    <item>
      <title>Count IF in QlikView (Number of Days)</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Count-IF-in-QlikView-Number-of-Days/m-p/531870#M2008</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'm trying to get the number of days per each name.. i can do it in excel but its hard for me to do it in QV.. can someone help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i attached my spreadsheet/QV sample and below should be the output..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Output.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/45885_Output.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 13:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Count-IF-in-QlikView-Number-of-Days/m-p/531870#M2008</guid>
      <dc:creator />
      <dc:date>2013-08-26T13:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Count IF in QlikView (Number of Days)</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Count-IF-in-QlikView-Number-of-Days/m-p/531871#M2009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your expression should be similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(if((Today()-[Request Received])&amp;lt;=5, [Request Received]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 13:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Count-IF-in-QlikView-Number-of-Days/m-p/531871#M2009</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-26T13:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Count IF in QlikView (Number of Days)</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Count-IF-in-QlikView-Number-of-Days/m-p/531872#M2010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mildred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at the attached file. I modify your expressions with set analysis for filtering datas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example :&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;[Request Received] = {"&amp;gt;=$(=Date(Today()-5))"}&amp;gt;} DISTINCT [Request Received])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this expression, the part [Request Received] = {"&amp;gt;=$(=Date(Today()-5))"} will filter the datas on field [Request Received] where the value is &amp;gt;= today - 5 days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 13:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Count-IF-in-QlikView-Number-of-Days/m-p/531872#M2010</guid>
      <dc:creator />
      <dc:date>2013-08-26T13:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Count IF in QlikView (Number of Days)</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Count-IF-in-QlikView-Number-of-Days/m-p/531873#M2011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply but i tried your codes and the total is still not correct.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data in the spreadsheet is the correct one but in my QV sample i dont know the exact expression for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the total should be like this.. see below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="534"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" width="64"&gt;Name&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="127"&gt;0-5 Days&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="127"&gt;6-10 Days&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="127"&gt;more than 10 Days&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="89"&gt;Total&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top: none;"&gt;Name A&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;26&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;28&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;Name B&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;24&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;31&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top: none;"&gt;Name C&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;Name D&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;44&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;53&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top: none;"&gt;Name E&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;28&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;33&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;Name F&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;27&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;33&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top: none;"&gt;Name G&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;43&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;52&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;Name H&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;50&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;59&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top: none;"&gt;Name I&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;42&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;51&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 13:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Count-IF-in-QlikView-Number-of-Days/m-p/531873#M2011</guid>
      <dc:creator />
      <dc:date>2013-08-26T13:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Count IF in QlikView (Number of Days)</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Count-IF-in-QlikView-Number-of-Days/m-p/531874#M2012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mildred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 13:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Count-IF-in-QlikView-Number-of-Days/m-p/531874#M2012</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2013-08-26T13:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Count IF in QlikView (Number of Days)</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Count-IF-in-QlikView-Number-of-Days/m-p/531875#M2013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Nicolas! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 14:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Count-IF-in-QlikView-Number-of-Days/m-p/531875#M2013</guid>
      <dc:creator />
      <dc:date>2013-08-26T14:12:18Z</dc:date>
    </item>
  </channel>
</rss>

