<?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 with Multiple Conditions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-If-with-Multiple-Conditions/m-p/38542#M458212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you cannot use&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; (((Date(now(),'MM/DD/YYYY')) - Date(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Report Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'MM/DD/YYYY')) = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;100"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;like this in your set. Can you elaborate what exactly you are trying to filter here for &amp;lt;100. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 May 2018 15:52:23 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-05-01T15:52:23Z</dc:date>
    <item>
      <title>Count If with Multiple Conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If-with-Multiple-Conditions/m-p/38541#M458211</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;Newbie to QV. I have the following expression for a chart; but I keep getting "Error in set modifier expression"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT ({&amp;lt; [Issue ID]= {'Pending Issue ID'},&amp;nbsp; (((Date(now(),'MM/DD/YYYY')) - Date([Report Date], 'MM/DD/YYYY')) = {"&amp;lt;100"}) &amp;gt;} [Issue ID] )&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help! Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2018 11:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If-with-Multiple-Conditions/m-p/38541#M458211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-01T11:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Count If with Multiple Conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If-with-Multiple-Conditions/m-p/38542#M458212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you cannot use&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; (((Date(now(),'MM/DD/YYYY')) - Date(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Report Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'MM/DD/YYYY')) = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;100"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;like this in your set. Can you elaborate what exactly you are trying to filter here for &amp;lt;100. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2018 15:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If-with-Multiple-Conditions/m-p/38542#M458212</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-05-01T15:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Count If with Multiple Conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If-with-Multiple-Conditions/m-p/38543#M458213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;may be one way you can do like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;CntCheck:&lt;BR /&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; *, &lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Date&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Today&lt;/SPAN&gt;(),'MM/DD/YYYY') - &lt;SPAN style="color: #0000ff;"&gt;Date&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;ReportDate&lt;/SPAN&gt;, 'MM/DD/YYYY'), '#,##0') &lt;SPAN style="color: #0000ff;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;ReportDays&lt;/SPAN&gt;;&lt;BR /&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; *, &lt;SPAN style="color: #0000ff;"&gt;Date&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Date#&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;DateReported&lt;/SPAN&gt;, 'MM/DD/YYYY'),'MM/DD/YYYY') &lt;SPAN style="color: #0000ff;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;ReportDate;&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;&lt;BR /&gt; LOAD ISSUE ID, DateReported&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;FROM YOURSOURCE;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Then you can use like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;= COUNT ({&amp;lt; [Issue ID]= {'Pending Issue ID'},&amp;nbsp; ReportDays = {'&amp;lt;100'}) &amp;gt;} [Issue ID] ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;This is a dummy sample I made. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;CntCheck:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),'MM/DD/YYYY') - &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ReportDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'MM/DD/YYYY'), '#,##0') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ReportDays&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DateReported&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'MM/DD/YYYY'),'MM/DD/YYYY') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ReportDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; ID, DateReported&lt;BR /&gt; 1, 03/02/2018&lt;BR /&gt; 2, 04/02/2018&lt;BR /&gt; 2, 01/02/2018&lt;BR /&gt; 2, 01/05/2018&lt;BR /&gt; 2, 05/05/2018&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {2}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ReportDays&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'&amp;lt;100'} &amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2018 16:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If-with-Multiple-Conditions/m-p/38543#M458213</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-05-01T16:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Count If with Multiple Conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If-with-Multiple-Conditions/m-p/38544#M458214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may try this - &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;COUNT ({&amp;lt; [Issue ID]= {'Pending Issue ID'}&amp;gt;*&amp;lt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Issue ID]={"=&lt;/SPAN&gt;Date(floor(today()),'MM/DD/YYYY') - Date([Report Date], 'MM/DD/YYYY')) &amp;lt;100"} &amp;gt;} [Issue ID] )&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2018 16:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If-with-Multiple-Conditions/m-p/38544#M458214</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-05-01T16:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Count If with Multiple Conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Count-If-with-Multiple-Conditions/m-p/38545#M458215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! It worked!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2018 16:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-If-with-Multiple-Conditions/m-p/38545#M458215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-01T16:55:06Z</dc:date>
    </item>
  </channel>
</rss>

