<?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: Where condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-condition/m-p/1140409#M373776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;Where NOT (a=0 and b=0)&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Aug 2016 16:27:35 GMT</pubDate>
    <dc:creator>antoniotiman</dc:creator>
    <dc:date>2016-08-05T16:27:35Z</dc:date>
    <item>
      <title>Where condition</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition/m-p/1140408#M373775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to obtain the results only when a &amp;lt;&amp;gt; 0 and b&amp;lt;&amp;gt;0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying this:&lt;/P&gt;&lt;P&gt;select * from table where a&amp;lt;&amp;gt; 0 and b&amp;lt;&amp;gt;0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is also eliminating the values where a=0 and b has value and when a has value and b is 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario:&lt;/P&gt;&lt;P&gt;a=0 and b=0 -- Should not be displayed&lt;/P&gt;&lt;P&gt;a=0 and b=19 -- should display&lt;/P&gt;&lt;P&gt;a=21 and b=0 -- should dispplay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Varun Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 16:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition/m-p/1140408#M373775</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2016-08-05T16:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition/m-p/1140409#M373776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;Where NOT (a=0 and b=0)&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 16:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition/m-p/1140409#M373776</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-08-05T16:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition/m-p/1140410#M373777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You need OR operand&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;select * from table where a &amp;gt; 0 OR b &amp;gt; 0.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 16:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition/m-p/1140410#M373777</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-08-05T16:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition/m-p/1140411#M373778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My be try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where (A &amp;gt; 0 OR B &amp;gt; 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 16:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition/m-p/1140411#M373778</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-05T16:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition/m-p/1140412#M373779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Varun Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 16:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition/m-p/1140412#M373779</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2016-08-05T16:39:35Z</dc:date>
    </item>
  </channel>
</rss>

