<?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: Counting condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Counting-condition/m-p/750185#M471515</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;I also have difficulties with multiple conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(count({&amp;lt;[Status]={'Perdue'}&amp;gt;} [ID opportunité])) &lt;SPAN style="text-decoration: underline;"&gt;:THIS one WORKS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(count({$&amp;lt;Year = {$(=max(Year ))}, Month= {"&amp;lt;=$(=max({&amp;lt;Year ={$(=max(Year ))}&amp;gt;} Month))"}, [Status]={'Perdue'}&amp;gt;}} [ID opportunité]))&amp;nbsp;&amp;nbsp; &lt;SPAN style="text-decoration: underline;"&gt;:THIS ONE DOESN'T WORK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be more than appreciated!&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>Wed, 13 Jul 2016 13:07:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-13T13:07:05Z</dc:date>
    <item>
      <title>Counting condition</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-condition/m-p/750183#M471513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table where I present the data in field which is equal to chocolate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Product&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Choco"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dia&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;Now I want to show the numbers of products equal to "Choco" where the price is higher than 3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;Does anyone know how can I accomplish that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;I tried to use the field Condition on the tab Expression but I think it didnt work. Does anyone know how I can put a condition (AND) on the expression?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 14:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-condition/m-p/750183#M471513</guid>
      <dc:creator />
      <dc:date>2015-03-05T14:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Counting condition</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-condition/m-p/750184#M471514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000; font-size: 10.6666669845581px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hi!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10.6666669845581px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10.6666669845581px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;You can try this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #312e25; font-size: 11.4399995803833px; background-color: #f5f3e5; font-family: monospace;"&gt;Count({$&amp;lt;Product={"Choco"},Price={"&amp;gt;3"}&amp;gt;}Dia)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #312e25; font-size: 11.4399995803833px; background-color: #f5f3e5; font-family: monospace;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000; font-size: 10.6666669845581px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #000000; font-size: 10.6666669845581px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Gabriel&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10.6666669845581px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 14:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-condition/m-p/750184#M471514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-05T14:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Counting condition</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-condition/m-p/750185#M471515</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;I also have difficulties with multiple conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(count({&amp;lt;[Status]={'Perdue'}&amp;gt;} [ID opportunité])) &lt;SPAN style="text-decoration: underline;"&gt;:THIS one WORKS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(count({$&amp;lt;Year = {$(=max(Year ))}, Month= {"&amp;lt;=$(=max({&amp;lt;Year ={$(=max(Year ))}&amp;gt;} Month))"}, [Status]={'Perdue'}&amp;gt;}} [ID opportunité]))&amp;nbsp;&amp;nbsp; &lt;SPAN style="text-decoration: underline;"&gt;:THIS ONE DOESN'T WORK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be more than appreciated!&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>Wed, 13 Jul 2016 13:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-condition/m-p/750185#M471515</guid>
      <dc:creator />
      <dc:date>2016-07-13T13:07:05Z</dc:date>
    </item>
  </channel>
</rss>

