<?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: Expression with AND in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-with-AND/m-p/801079#M471225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You answear twice, but I got what I wanted. I thought I had to do it with "And".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2015 16:49:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-26T16:49:15Z</dc:date>
    <item>
      <title>Expression with AND</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-with-AND/m-p/801074#M471220</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 want to calculate an expression where I want to count the products sold with price higher than 5e and the product type is chocolate by day. How can I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This counts the price higher than&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;( {$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Price&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=5"&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;Day&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This counts the products equals to chocolate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Chocolate"&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;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want the products with price higher than 5 AND type equal to chocolate.&lt;/P&gt;&lt;P&gt;Can anyone help me? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 16:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-with-AND/m-p/801074#M471220</guid>
      <dc:creator />
      <dc:date>2015-03-26T16:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Expression with AND</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-with-AND/m-p/801075#M471221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pedro you can filter more than one field in set analysis:&lt;/P&gt;&lt;P&gt;Count&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;({$&amp;lt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Price&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=5"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;}, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Chocolate"&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;SPAN style="color: #000000; font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;Btw it will be Prices equal or less than five, for higher than 5 it should be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;Count&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;({$&amp;lt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Price&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;5"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;}, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Chocolate"&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;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 16:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-with-AND/m-p/801075#M471221</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-03-26T16:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Expression with AND</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-with-AND/m-p/801076#M471222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pedro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you post some example data please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 16:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-with-AND/m-p/801076#M471222</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-26T16:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Expression with AND</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-with-AND/m-p/801077#M471223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I put is wrong. These are the correct expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;count ({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Price&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;5"&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;Day&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;/P&gt;&lt;P&gt;Count&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;( {$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Chocolate"&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;Day&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the condition AND. It should be something like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;count ({&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Price&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;5"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;}&amp;gt; AND&amp;nbsp; $&amp;lt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Chocolate"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;}&amp;gt; &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Day&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;It should be simple but it is missing me something&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 16:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-with-AND/m-p/801077#M471223</guid>
      <dc:creator />
      <dc:date>2015-03-26T16:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Expression with AND</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-with-AND/m-p/801078#M471224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pedro this expression work as an and:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;Count&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;({$&amp;lt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Price&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;5"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;}, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Chocolate"&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;Day&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 16:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-with-AND/m-p/801078#M471224</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-03-26T16:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expression with AND</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-with-AND/m-p/801079#M471225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You answear twice, but I got what I wanted. I thought I had to do it with "And".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 16:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-with-AND/m-p/801079#M471225</guid>
      <dc:creator />
      <dc:date>2015-03-26T16:49:15Z</dc:date>
    </item>
  </channel>
</rss>

