<?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 Exclude records containing empty or NULL during load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-records-containing-empty-or-NULL-during-load/m-p/249812#M94890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Solution was what you said, Anand, except I had to change the Where to ...&amp;nbsp; where isnull(value)=0 and not value='';&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Sep 2011 06:55:08 GMT</pubDate>
    <dc:creator>kim_rormark</dc:creator>
    <dc:date>2011-09-12T06:55:08Z</dc:date>
    <item>
      <title>Exclude records containing empty or NULL during load</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-records-containing-empty-or-NULL-during-load/m-p/249807#M94885</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;In my project I am loading data from a excel-sheet. The sheet contains ~150k rows, and in this application no records containing NULL or is empty in ANY cell are not allowed and should be excluded during load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a good way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Kim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 13:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-records-containing-empty-or-NULL-during-load/m-p/249807#M94885</guid>
      <dc:creator>kim_rormark</dc:creator>
      <dc:date>2011-09-09T13:39:34Z</dc:date>
    </item>
    <item>
      <title>Exclude records containing empty or NULL during load</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-records-containing-empty-or-NULL-during-load/m-p/249808#M94886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;a rapid solution culd be a where in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;from .....xls()&lt;/P&gt;&lt;P&gt;where len(trim(FIELD))&amp;gt;0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C u,&lt;/P&gt;&lt;P&gt;Stefano.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 13:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-records-containing-empty-or-NULL-during-load/m-p/249808#M94886</guid>
      <dc:creator />
      <dc:date>2011-09-09T13:45:27Z</dc:date>
    </item>
    <item>
      <title>Exclude records containing empty or NULL during load</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-records-containing-empty-or-NULL-during-load/m-p/249809#M94887</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;Load&amp;nbsp; some thing like this in your code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;ColA, &lt;/P&gt;&lt;P&gt;Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Data.xlsx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where isnull(Value)=0 and Value&amp;gt;0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to exclude 0 and blank space also it will remove both from the load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 15:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-records-containing-empty-or-NULL-during-load/m-p/249809#M94887</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-09T15:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude records containing empty or NULL during load</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-records-containing-empty-or-NULL-during-load/m-p/249810#M94888</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;See the attached sample data is loading some thing like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD ColA, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Data.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet29);&lt;/P&gt;&lt;P&gt;&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;ColA as Field1,&lt;/P&gt;&lt;P&gt;Value as Field2&lt;/P&gt;&lt;P&gt;Resident Temp&lt;/P&gt;&lt;P&gt;Where isnull(Value)=0 and Value&amp;gt;0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if not works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 16:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-records-containing-empty-or-NULL-during-load/m-p/249810#M94888</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-09T16:02:38Z</dc:date>
    </item>
    <item>
      <title>Exclude records containing empty or NULL during load</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-records-containing-empty-or-NULL-during-load/m-p/249811#M94889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your solution will work, except for that ".... and Value &amp;gt; 0" will exclude zero-values (0), that are allowed. Only NULL and blank should be excluded. Could this maybe be fixed with ".... where isnull(Value)=0 and not Value="";" or something like that? &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, 12 Sep 2011 06:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-records-containing-empty-or-NULL-during-load/m-p/249811#M94889</guid>
      <dc:creator>kim_rormark</dc:creator>
      <dc:date>2011-09-12T06:31:55Z</dc:date>
    </item>
    <item>
      <title>Exclude records containing empty or NULL during load</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-records-containing-empty-or-NULL-during-load/m-p/249812#M94890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Solution was what you said, Anand, except I had to change the Where to ...&amp;nbsp; where isnull(value)=0 and not value='';&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 06:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-records-containing-empty-or-NULL-during-load/m-p/249812#M94890</guid>
      <dc:creator>kim_rormark</dc:creator>
      <dc:date>2011-09-12T06:55:08Z</dc:date>
    </item>
  </channel>
</rss>

