<?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: Conditional count in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-count/m-p/437506#M1164324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;I used the function below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;count &lt;/SPAN&gt;({&amp;lt;[Interne Comm - Binnen uw dienst]={'Voldoende'}&amp;gt;} distinct [MW Naam]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;where &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;[Interne Comm - Binnen uw dienst] has to be your date field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;and [MW Naam] is your number field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;A.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2012 10:01:00 GMT</pubDate>
    <dc:creator>alwinsch</dc:creator>
    <dc:date>2012-09-25T10:01:00Z</dc:date>
    <item>
      <title>Conditional count</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-count/m-p/437505#M1164323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I create an expression for a count of the number of records in a table that is conditioned by another row in the the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example, the script below produces the total number of records, whereas I want total number of records created on or after 1st August 2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RecCount:&lt;/P&gt;&lt;P&gt;Load count(distinct [rec key]) as [record Count]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From &lt;/P&gt;&lt;P&gt;[PR C121881.xls]&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$)&lt;/P&gt;&lt;P&gt;WHERE([record Created] &amp;lt;= '01/08/2012') ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 09:41:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-count/m-p/437505#M1164323</guid>
      <dc:creator>philrumbold</dc:creator>
      <dc:date>2012-09-25T09:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional count</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-count/m-p/437506#M1164324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;I used the function below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;count &lt;/SPAN&gt;({&amp;lt;[Interne Comm - Binnen uw dienst]={'Voldoende'}&amp;gt;} distinct [MW Naam]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;where &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;[Interne Comm - Binnen uw dienst] has to be your date field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;and [MW Naam] is your number field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN lang="EN-US" style="font-family: 'Arial','sans-serif'; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;A.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 10:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-count/m-p/437506#M1164324</guid>
      <dc:creator>alwinsch</dc:creator>
      <dc:date>2012-09-25T10:01:00Z</dc:date>
    </item>
  </channel>
</rss>

