<?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 Condition where if field is Null- error in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Condition-where-if-field-is-Null-error/m-p/1426723#M34094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys! I have a problem.&lt;/P&gt;&lt;P&gt;i have a condition "where" in my SQL: only will print data if my "DATE_FIELD" is null.&lt;/P&gt;&lt;P&gt;In SQL works perfectly, but in Qlik sense not works.&lt;/P&gt;&lt;P&gt;Can you helpme? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Code: &lt;/P&gt;&lt;P&gt;In My SQL have the next sintaxis:----------------&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM "table" &lt;/P&gt;&lt;P&gt;WHERE "date_field" IS NULL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if i write inQlik sense: --------------------------&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "NOMINA_IMI".dbo."empleados_sueldos"&lt;/P&gt;&lt;P&gt;where&amp;nbsp; "date_field"=null;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;-- not work! retun 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Oct 2017 19:38:25 GMT</pubDate>
    <dc:creator>luisguerra</dc:creator>
    <dc:date>2017-10-24T19:38:25Z</dc:date>
    <item>
      <title>Condition where if field is Null- error</title>
      <link>https://community.qlik.com/t5/App-Development/Condition-where-if-field-is-Null-error/m-p/1426723#M34094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys! I have a problem.&lt;/P&gt;&lt;P&gt;i have a condition "where" in my SQL: only will print data if my "DATE_FIELD" is null.&lt;/P&gt;&lt;P&gt;In SQL works perfectly, but in Qlik sense not works.&lt;/P&gt;&lt;P&gt;Can you helpme? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Code: &lt;/P&gt;&lt;P&gt;In My SQL have the next sintaxis:----------------&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM "table" &lt;/P&gt;&lt;P&gt;WHERE "date_field" IS NULL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if i write inQlik sense: --------------------------&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "NOMINA_IMI".dbo."empleados_sueldos"&lt;/P&gt;&lt;P&gt;where&amp;nbsp; "date_field"=null;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;-- not work! retun 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 19:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Condition-where-if-field-is-Null-error/m-p/1426723#M34094</guid>
      <dc:creator>luisguerra</dc:creator>
      <dc:date>2017-10-24T19:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Condition where if field is Null- error</title>
      <link>https://community.qlik.com/t5/App-Development/Condition-where-if-field-is-Null-error/m-p/1426724#M34095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;everything from SQL SELECT to the next semicolon will be interpreted and executed by your SQL driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So why don't you just use the first SQL statement that works for your?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 20:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Condition-where-if-field-is-Null-error/m-p/1426724#M34095</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-24T20:08:22Z</dc:date>
    </item>
  </channel>
</rss>

