<?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: Do not load record with null field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694161#M670448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post entire script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2014 14:08:09 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2014-10-09T14:08:09Z</dc:date>
    <item>
      <title>Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694154#M670441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can i adjust my load script to ensure the recorded without an AccountId are NOT loaded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both these expressions kick up errors. What exactly am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE NOT IsNull(AccountId);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;WHERE len(trim(AccountId))&amp;gt;0;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 13:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694154#M670441</guid>
      <dc:creator />
      <dc:date>2014-10-09T13:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694155#M670442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE IsNull(AccountId) = false() OR &lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 10pt; font-style: inherit; font-weight: inherit; line-height: 1.5em;"&gt;len(trim(AccountId))&amp;gt;0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Both on the where.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 13:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694155#M670442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-09T13:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694156#M670443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try out&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;RESIDENT OtherTable&lt;/P&gt;&lt;P&gt;Where IsNull(AccountId) &amp;lt;&amp;gt; -1&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 13:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694156#M670443</guid>
      <dc:creator>cspencer3</dc:creator>
      <dc:date>2014-10-09T13:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694157#M670444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Upon testing the:&lt;/P&gt;&lt;P&gt;Where IsNull(AccountID) &amp;lt;&amp;gt; -1&lt;/P&gt;&lt;P&gt;seemed to work for me. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694157#M670444</guid>
      <dc:creator>cspencer3</dc:creator>
      <dc:date>2014-10-09T14:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694158#M670445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't work. Got the error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Invalid aggregate function IsNull"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694158#M670445</guid>
      <dc:creator />
      <dc:date>2014-10-09T14:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694159#M670446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Didn't work. Got the error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"Invalid aggregate function: IsNull"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694159#M670446</guid>
      <dc:creator />
      <dc:date>2014-10-09T14:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694160#M670447</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;Is this criterion in a SQL SELECT statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT ......&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;WHERE &lt;STRONG&gt;len(trim(AccountId))&amp;gt;0;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;This does not work because this statement is executed on the database server, not by QV. Translate the statement to the SQL dialect of your server; eg for MS SQLS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT ......&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;WHERE &lt;STRONG&gt;AccountId IS NOT NULL;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;Jonathan&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694160#M670447</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-10-09T14:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694161#M670448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post entire script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694161#M670448</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-09T14:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694162#M670449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you paste your load here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694162#M670449</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-09T14:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694163#M670450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, as jonathan said,&amp;nbsp; if you are executing this in SQL this will definitely not work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694163#M670450</guid>
      <dc:creator>cspencer3</dc:creator>
      <dc:date>2014-10-09T14:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694164#M670451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Yes, youre right Jonathan. It is &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;the complete script is &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM Contact&lt;/P&gt;&lt;P&gt;WHERE RecordTypeId NOT IN ('012w000000063XQ','012w000000063qu') AND AccountId IS NOT NULL;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Apologies Charles and Anbu for not being a little clearer. I should have posted the entire script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;However I now get this error error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;&lt;IMG __jive_id="68600" alt="error.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68600_error.png" style="width: 620px; height: 236px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694164#M670451</guid>
      <dc:creator />
      <dc:date>2014-10-09T14:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694165#M670452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which database are you connecting to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694165#M670452</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-09T14:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694166#M670453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SalesforceDLL.dll&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694166#M670453</guid>
      <dc:creator />
      <dc:date>2014-10-09T14:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694167#M670454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif;"&gt;WHERE AccountId = NULL;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694167#M670454</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-09T15:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694168#M670457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;have You tried with Preceding Load Sintax ?&lt;/P&gt;&lt;P&gt;Like :&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Where Not IsNull(Field);&lt;/P&gt;&lt;P&gt;SQL Select *&lt;/P&gt;&lt;P&gt;From Table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 16:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694168#M670457</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-10-09T16:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694169#M670458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume you meant &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif;"&gt;WHERE &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;NOT&lt;/STRONG&gt;&lt;/SPAN&gt; AccountId = NULL;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif;"&gt;That gives the error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ERROR at Row:2:Column:68 unexpected token: 'NOT'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 07:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694169#M670458</guid>
      <dc:creator />
      <dc:date>2014-10-10T07:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694170#M670459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Not Null, try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif;"&gt;WHERE AccountId != NULL;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 07:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694170#M670459</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-10T07:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694171#M670461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 08:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694171#M670461</guid>
      <dc:creator />
      <dc:date>2014-10-10T08:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Do not load record with null field</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694172#M670462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Not and IsNull()&lt;/P&gt;&lt;P&gt;Where Not(IsNull(&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif;"&gt;AccountId ))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking for where AccountId is not blank, then use this&lt;/P&gt;&lt;P&gt;Where &lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif;"&gt;AccountId != ''&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif;"&gt;Or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif;"&gt;Where Not(IsBlank(&lt;SPAN style="color: #3d3d3d; font-family: Helvetica, sans-serif;"&gt;AccountId &lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 08:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-load-record-with-null-field/m-p/694172#M670462</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-10T08:06:17Z</dc:date>
    </item>
  </channel>
</rss>

