<?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 field is not null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Resident-load-where-field-is-not-null/m-p/1723777#M711554</link>
    <description>&lt;P&gt;&lt;FONT size="6"&gt;where IsNull(num([field]))=0&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jul 2020 05:51:42 GMT</pubDate>
    <dc:creator>Igoresz</dc:creator>
    <dc:date>2020-07-01T05:51:42Z</dc:date>
    <item>
      <title>Resident load where field is not null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-where-field-is-not-null/m-p/252238#M711549</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'm trying to restrict a resident load to where a particular field is null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;RESIDENT TableName&lt;/P&gt;&lt;P&gt;WHERE NOT FieldToCheck IS NULL;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't do the restriction in the sql load statement, since I need the cases where the field is null to be present in another resident load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 01:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-where-field-is-not-null/m-p/252238#M711549</guid>
      <dc:creator />
      <dc:date>2011-05-31T01:14:17Z</dc:date>
    </item>
    <item>
      <title>Resident load where field is not null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-where-field-is-not-null/m-p/252239#M711550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps try something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident TableName&lt;/P&gt;&lt;P&gt;Where Len(FieldToCheck)&amp;gt;0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 01:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-where-field-is-not-null/m-p/252239#M711550</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-31T01:17:03Z</dc:date>
    </item>
    <item>
      <title>Resident load where field is not null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-where-field-is-not-null/m-p/252240#M711551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Worked great thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2011 01:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-where-field-is-not-null/m-p/252240#M711551</guid>
      <dc:creator />
      <dc:date>2011-05-31T01:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Resident load where field is not null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-where-field-is-not-null/m-p/252241#M711552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Resident &lt;/SPAN&gt;TableName&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;WHERE not &lt;/SPAN&gt;&lt;SPAN style="color: #ff00ff;"&gt;IsNull&lt;/SPAN&gt;(&lt;SPAN style="color: #993300;"&gt;FieldToCheck&lt;/SPAN&gt;);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe the "IsNull" function is less expensive than the "Len" function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 15:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-where-field-is-not-null/m-p/252241#M711552</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-31T15:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Resident load where field is not null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-where-field-is-not-null/m-p/252242#M711553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should give the same result and might cost less as you say.&lt;/P&gt;&lt;P&gt;The reason that me, and several others are hooked on the len() function is that there used to be a difference.. back in early QV 8 if I remember correctly, where the results from IsNull() varied based on your platform (32 vs 64 bit) while len() was consistent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These days, IsNull() should be the easier option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Johannes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 01:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-where-field-is-not-null/m-p/252242#M711553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-01T01:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Resident load where field is not null</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-load-where-field-is-not-null/m-p/1723777#M711554</link>
      <description>&lt;P&gt;&lt;FONT size="6"&gt;where IsNull(num([field]))=0&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 05:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-load-where-field-is-not-null/m-p/1723777#M711554</guid>
      <dc:creator>Igoresz</dc:creator>
      <dc:date>2020-07-01T05:51:42Z</dc:date>
    </item>
  </channel>
</rss>

