<?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: Syntax issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Syntax-issue/m-p/20783#M3441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 May 2018 13:28:55 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-05-28T13:28:55Z</dc:date>
    <item>
      <title>Syntax issue</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-issue/m-p/20780#M3438</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;i have the below sql code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI',sans-serif; color: #444444;"&gt;where (IB &amp;lt;&amp;gt;0 and IB is not NULL)&lt;BR /&gt; or (Consumption&amp;lt;&amp;gt; 0 and consumption is not NULL); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI',sans-serif; color: #444444;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI',sans-serif; color: #444444;"&gt;&lt;STRONG&gt;and when i write in qlikview&amp;nbsp; i am getting 0 records.. Qlikview code is below on:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #444444; font-size: 9.0pt; font-family: 'Segoe UI',sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI',sans-serif; color: #444444;"&gt;&lt;STRONG&gt;where (IsNull(IB) and IB&amp;lt;&amp;gt;'0') or (IsNull(Consumption) and Consumption&amp;lt;&amp;gt;'0')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI',sans-serif; color: #444444;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI',sans-serif; color: #444444;"&gt;Can you please tell me where i am doing wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI',sans-serif; color: #444444;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI',sans-serif; color: #444444;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Segoe UI',sans-serif; color: #444444;"&gt;Bharat&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 13:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-issue/m-p/20780#M3438</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-05-28T13:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax issue</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-issue/m-p/20781#M3439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the SQL query is saying is not null, but you are doing IsNull in QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203689_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you want this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where (&lt;SPAN style="color: #ff0000;"&gt;NOT&lt;/SPAN&gt; IsNull(IB) and IB &amp;lt;&amp;gt; '0') or (&lt;SPAN style="color: #ff0000;"&gt;NOT&lt;/SPAN&gt; IsNull(Consumption) and Consumption&amp;lt;&amp;gt;'0')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 13:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-issue/m-p/20781#M3439</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-28T13:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax issue</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-issue/m-p/20782#M3440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sunny bhai.. just saw that and replaced My bad..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 13:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-issue/m-p/20782#M3440</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2018-05-28T13:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax issue</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-issue/m-p/20783#M3441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 13:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-issue/m-p/20783#M3441</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-28T13:28:55Z</dc:date>
    </item>
  </channel>
</rss>

