<?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 greater than and less than in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452101#M434549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry i cant for confidential purposes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Nov 2017 14:29:35 GMT</pubDate>
    <dc:creator>natisham</dc:creator>
    <dc:date>2017-11-10T14:29:35Z</dc:date>
    <item>
      <title>Count greater than and less than</title>
      <link>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452099#M434547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having an issue finding 3 proper expression to find the amount of cells that have &amp;gt;40, &amp;lt;2, and =0 in qlikview.&lt;/P&gt;&lt;P&gt;Need to have it only read within my variable date ({&amp;lt;[END DATE]={'$(=$(=VMax_CY))'}&amp;gt;}[.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My table is below. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/182862_Capture.PNG" style="height: 219px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So from this image i need the answer to be:&lt;/P&gt;&lt;P&gt;&amp;gt;40 = 37&lt;/P&gt;&lt;P&gt;&amp;lt;2= 7&lt;/P&gt;&lt;P&gt;=0 = 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 14:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452099#M434547</guid>
      <dc:creator>natisham</dc:creator>
      <dc:date>2017-11-10T14:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Count greater than and less than</title>
      <link>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452100#M434548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share your qvw file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 14:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452100#M434548</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-10T14:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Count greater than and less than</title>
      <link>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452101#M434549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry i cant for confidential purposes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 14:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452101#M434549</guid>
      <dc:creator>natisham</dc:creator>
      <dc:date>2017-11-10T14:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Count greater than and less than</title>
      <link>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452102#M434550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be see if this can address your confidentiality concerns&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 14:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452102#M434550</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-10T14:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Count greater than and less than</title>
      <link>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452103#M434551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I followed the instructions but it still shows more data them I am allowed to share. &lt;/P&gt;&lt;P&gt;Really just need if I was to use a straight table or even a text box what expression could I use to find the correct count or sum. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried:&lt;/P&gt;&lt;P&gt;=Sum(Aggr(If(Sum([Engine on (h)]) &amp;gt; 40, 1, 0), Product, WeekYear)) with no luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a&lt;SPAN style="font-size: 10pt;"&gt;nd =sum({&amp;lt;[END DATE]={"$(= '&amp;lt;=' &amp;amp; $(=VMax_CY)&amp;amp;'&amp;gt;=' &amp;amp;$(=VMin_CM))"}&amp;gt;}(Aggr(If(Sum([Engine on (h)]) &amp;gt; 40, 1, 0), Product, WeekYear))) with&amp;nbsp; no luck&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a&amp;nbsp; monthly report broken out by week. Need to count the amount of times each product had a week with Engine Hours over 40&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 15:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452103#M434551</guid>
      <dc:creator>natisham</dc:creator>
      <dc:date>2017-11-10T15:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Count greater than and less than</title>
      <link>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452104#M434552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Engine on (h)] in hours? May be try this&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;BR /&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;=Sum(Aggr(If(Sum([Engine on (h)]) &amp;gt; MakeTime(40), 1, 0), Product, WeekYear))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 15:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452104#M434552</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-10T15:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Count greater than and less than</title>
      <link>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452105#M434553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Engine Hours are in hours but not by time. When I use the expression I get 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 15:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452105#M434553</guid>
      <dc:creator>natisham</dc:creator>
      <dc:date>2017-11-10T15:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Count greater than and less than</title>
      <link>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452106#M434554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know &lt;A href="https://community.qlik.com/people/natisham"&gt;natisham&lt;/A&gt;‌, I want to help, but don't have enough info to help here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 16:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452106#M434554</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-10T16:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Count greater than and less than</title>
      <link>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452107#M434555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using something similar to excels Countif function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So like:&lt;/P&gt;&lt;P&gt;if(WeekYearField={variableDate},Count({WeekYearField={"=&amp;gt;40"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware I am missing some punctuations and clarity here but hope it points you in the right direction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 16:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-greater-than-and-less-than/m-p/1452107#M434555</guid>
      <dc:creator>craig157</dc:creator>
      <dc:date>2017-11-10T16:49:25Z</dc:date>
    </item>
  </channel>
</rss>

