<?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: Resident Load where a field is Not Null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389707#M613295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt; th&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;e table still does not load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps its auto-concatenating to the source table (if the field names are the same). Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ISHRBProductLists:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Noconcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ISHRBSKU,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Resident ISHRBProductLists_temp &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;WHERE Len(Trim(ISHRBDebName))&amp;gt;0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DROP Table &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;ISHRBProductLists_temp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2017 05:24:51 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2017-11-15T05:24:51Z</dc:date>
    <item>
      <title>Resident Load where a field is Not Null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389700#M613288</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;This should be a simple statement but i cannot get it to work for me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table loaded from my Database via ODBC...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to clean up a table by only loading rows where the field "ISHRDebName" is not NULL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's my script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISHRBProductLists:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;ISHRBSKU,&lt;/P&gt;&lt;P&gt;ISHRBListMastID,&lt;/P&gt;&lt;P&gt;ISHRBListDescription,&lt;/P&gt;&lt;P&gt;ISHRBDebAcc,&lt;/P&gt;&lt;P&gt;ISHRBDebName&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident ISHRBProductLists_temp WHERE Len(Trim(ISHRBDebName))&amp;gt;0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I have tried: (last line)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident ISHRBProductLists_temp WHERE Len(ISHRBDebName)&amp;gt;0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I have also tried:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident ISHRBProductLists_temp WHERE NOT ISNull(ISHRBDebName);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I have also tried:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident ISHRBProductLists_temp WHERE ISNull(ISHRBDebName)=0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's the table I'm loading from:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="183281" alt="product lists table.jpg" class="jive-image image-1" src="/legacyfs/online/183281_product lists table.jpg" style="height: 385px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to omit rows where ISHRBDebName is Null ("-").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, I could only load Rows where ISHRBDebAcc is a number between 1 and 999999...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone advise on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrizio Giorgio&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Fabrizio Giorgio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 23:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389700#M613288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-14T23:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load where a field is Not Null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389701#M613289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;I need to omit rows where ISHRBDebName is Not Null ("-").&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;For this, You could use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;WHERE Len(Trim(ISHRBDebName))&amp;lt;0;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Alternatively, I could only load Rows where ISHRBDebAcc is a number between 1 and 999999...&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;For this, &lt;STRONG&gt; WHERE ISHRBDebAcc &amp;gt;= 1 and ISHRBDebAcc &amp;lt;= 999999;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 01:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389701#M613289</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-15T01:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load where a field is Not Null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389702#M613290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabrizio, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your Where clause &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Len(Trim(ISHRBDebName))&amp;gt;0 &lt;/SPAN&gt;should've worked if you wanted to remove Nulls. Maybe that field could have other invisible stuff in it as pointed in this paper: &lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this: Len( Purgechar( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;ISHRBDebName&lt;/SPAN&gt;, Chr(09) &amp;amp; Chr(32) &amp;amp; Chr(160) &amp;amp; Chr(12288)) ) &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Testing &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ISHRBDebAcc &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;seems simpler but I guess you want to understand what's up with those Nulls...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 02:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389702#M613290</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-11-15T02:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load where a field is Not Null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389703#M613291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in my view, where clause should be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;Resident ISHRBProductLists_temp Where ISHRBDebName &amp;lt;&amp;gt; Null() ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you load, what is the result of this expression in text object ?&lt;/P&gt;&lt;P&gt;=NullCount(ISHRDebName)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 04:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389703#M613291</guid>
      <dc:creator>woshua5550</dc:creator>
      <dc:date>2017-11-15T04:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load where a field is Not Null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389704#M613292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my apologies, I meant:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;I need to omit rows where ISHRBDebName is Null ("-").&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: 12px;"&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: 12px;"&gt;however both of your suggestons unfortunately did not work and the table still does not load at all...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 05:17:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389704#M613292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-15T05:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load where a field is Not Null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389705#M613293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tried your suggestion but the table still does not load,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output of the textbox with expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NullCount(ISHRDebName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is 1...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 05:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389705#M613293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-15T05:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load where a field is Not Null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389706#M613294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both approaches are not working for me as yet...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Len( Purgechar( &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ISHRBDebName&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, Chr(09) &amp;amp; Chr(32) &amp;amp; Chr(160) &amp;amp; Chr(12288)) ) &amp;gt; 0&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;And the table still does not load....&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;should that have worked regardless whether &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;ISHRBDebName was NULL or Nothing?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I'm at a bit of a loss...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 05:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389706#M613294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-15T05:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load where a field is Not Null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389707#M613295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt; th&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;e table still does not load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps its auto-concatenating to the source table (if the field names are the same). Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ISHRBProductLists:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Noconcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ISHRBSKU,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Resident ISHRBProductLists_temp &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;WHERE Len(Trim(ISHRBDebName))&amp;gt;0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DROP Table &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;ISHRBProductLists_temp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 05:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389707#M613295</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-11-15T05:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load where a field is Not Null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389708#M613296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi F,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I never knew that your table wasn't loading at all, I thought the issue was that table was being loaded with Nulls. If the table is not loading then the issue is completely different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try the NoConcatenate option that Jonathan just described,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 05:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389708#M613296</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-11-15T05:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load where a field is Not Null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389709#M613297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are a genius!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes i was dropping the source table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and your suggestion to NoConcatenate worked!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure why it was concatenating in the first place... but i shall watch out for that one if i have a table that sort of "goes missing"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do use concatenation quite a bit in this script, so it might have been an oversight earlier in the script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the end I settled for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident ISHRBProductLists_temp Where ISHRBDebName &amp;lt;&amp;gt; Null();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because it's a bit less technical incase someone looks at this in the years to come...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your contribution!! I would never have picked that!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, fab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 05:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389709#M613297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-15T05:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load where a field is Not Null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389710#M613298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i realise i was a bit ambiguous now...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your contribution though, it all helps to get to the right answer!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apreciate you taking the time!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 05:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389710#M613298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-15T05:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load where a field is Not Null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389711#M613299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Where ISHRBDebName &amp;lt;&amp;gt; Null();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That wont work properly. Like in SQL, a comparison with NulI() will always be false. Your original condition was correct and the best option. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 05:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389711#M613299</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-11-15T05:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load where a field is Not Null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389712#M613300</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 don't think you were dropping the table, I think it was being concatenated to the previous one... well I'm not sure of those rules, maybe Jonathan can explain a bit more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 06:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389712#M613300</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-11-15T06:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load where a field is Not Null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389713#M613301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 06:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389713#M613301</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-11-15T06:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load where a field is Not Null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389714#M613302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes it must have been concatenating to the previous (source) table which I was then dropping in the next line...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence why I wasn't seeing the table at all... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not entirely sure why it was concatenating, but the NoConcatenate statement definitely fixed it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 21:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389714#M613302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-15T21:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load where a field is Not Null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389715#M613303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hi Jonathan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;thanks for that input, and noted...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&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: 13.3333px;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;&amp;lt;Where ISHRBDebName &amp;lt;&amp;gt; Null();&amp;gt;&amp;nbsp;&amp;nbsp; did give me&lt;/SPAN&gt; the correct result (i.e. omitted rows where ISHRBDebName was NULL)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;However I have reverted back to &amp;lt;&lt;SPAN style="background: white;"&gt;WHERE Len(Trim(ISHRBDebName))&amp;gt;0;&lt;/SPAN&gt; &amp;gt; based on your recommendation…&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;Thanks for your help and advice…&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;Appreciate you taking the time… &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;Cheers…&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;Fab&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 22:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load-where-a-field-is-Not-Null/m-p/1389715#M613303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-15T22:21:19Z</dc:date>
    </item>
  </channel>
</rss>

