<?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: Remove 0 and replace with &amp;lt;NULL&amp;gt; (the DB null, not a string) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-0-and-replace-with-lt-NULL-gt-the-DB-null-not-a-string/m-p/1152519#M632279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can be tried without Num() as well....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Field &amp;gt; 0, Field) as Field&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jun 2016 21:56:45 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-06-30T21:56:45Z</dc:date>
    <item>
      <title>Remove 0 and replace with &lt;NULL&gt; (the DB null, not a string)</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-0-and-replace-with-lt-NULL-gt-the-DB-null-not-a-string/m-p/1152512#M632270</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 have a client who sometimes register the wrong amounts and goes in and corrects it to a 0. The issue is that I am using min date and because there is a 0 the date that is connected to that 0 value becomes the lowest date, not the actual real first payment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way I can in my script create an IF statement or there is a function to turn something into a NULL so that it get registered as a "nothing"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 19:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-0-and-replace-with-lt-NULL-gt-the-DB-null-not-a-string/m-p/1152512#M632270</guid>
      <dc:creator>bwisealiahmad</dc:creator>
      <dc:date>2016-06-30T19:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove 0 and replace with &lt;NULL&gt; (the DB null, not a string)</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-0-and-replace-with-lt-NULL-gt-the-DB-null-not-a-string/m-p/1152513#M632271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(Field, Field)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 20:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-0-and-replace-with-lt-NULL-gt-the-DB-null-not-a-string/m-p/1152513#M632271</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-06-30T20:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Remove 0 and replace with &lt;NULL&gt; (the DB null, not a string)</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-0-and-replace-with-lt-NULL-gt-the-DB-null-not-a-string/m-p/1152514#M632272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am confused? Did you miss something or is that all?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 20:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-0-and-replace-with-lt-NULL-gt-the-DB-null-not-a-string/m-p/1152514#M632272</guid>
      <dc:creator>bwisealiahmad</dc:creator>
      <dc:date>2016-06-30T20:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Remove 0 and replace with &lt;NULL&gt; (the DB null, not a string)</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-0-and-replace-with-lt-NULL-gt-the-DB-null-not-a-string/m-p/1152515#M632273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's all.&lt;/P&gt;&lt;P&gt;All numeric values other than 0 are evaluated as true, so all of them will be loaded, all others (0, text or null) will be loaded as null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 20:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-0-and-replace-with-lt-NULL-gt-the-DB-null-not-a-string/m-p/1152515#M632273</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-06-30T20:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Remove 0 and replace with &lt;NULL&gt; (the DB null, not a string)</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-0-and-replace-with-lt-NULL-gt-the-DB-null-not-a-string/m-p/1152516#M632275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like below, I just used Marco code and applied here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If(Daily_Date,Daily_Date) as Daily_Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Department;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Daily_Date,Department&lt;/P&gt;&lt;P&gt;0,Division1&lt;/P&gt;&lt;P&gt;06/02/2016,Division2&lt;/P&gt;&lt;P&gt;06/03/2016,Division3&lt;/P&gt;&lt;P&gt;06/04/2016,Division4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 20:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-0-and-replace-with-lt-NULL-gt-the-DB-null-not-a-string/m-p/1152516#M632275</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-06-30T20:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remove 0 and replace with &lt;NULL&gt; (the DB null, not a string)</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-0-and-replace-with-lt-NULL-gt-the-DB-null-not-a-string/m-p/1152517#M632276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it in Qlik Sense and did not work. Will try again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mvh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ali A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 21:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-0-and-replace-with-lt-NULL-gt-the-DB-null-not-a-string/m-p/1152517#M632276</guid>
      <dc:creator>bwisealiahmad</dc:creator>
      <dc:date>2016-06-30T21:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Remove 0 and replace with &lt;NULL&gt; (the DB null, not a string)</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-0-and-replace-with-lt-NULL-gt-the-DB-null-not-a-string/m-p/1152518#M632277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More explicitly you could write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Num(DateField) &amp;gt; 0, DateField, Null()) AS DateField&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 21:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-0-and-replace-with-lt-NULL-gt-the-DB-null-not-a-string/m-p/1152518#M632277</guid>
      <dc:creator>andydietler</dc:creator>
      <dc:date>2016-06-30T21:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Remove 0 and replace with &lt;NULL&gt; (the DB null, not a string)</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-0-and-replace-with-lt-NULL-gt-the-DB-null-not-a-string/m-p/1152519#M632279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can be tried without Num() as well....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Field &amp;gt; 0, Field) as Field&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 21:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-0-and-replace-with-lt-NULL-gt-the-DB-null-not-a-string/m-p/1152519#M632279</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-30T21:56:45Z</dc:date>
    </item>
  </channel>
</rss>

