<?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 IS NOT NULL in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IS-NOT-NULL/m-p/477518#M686221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello my fellow QV enthusiasts.&amp;nbsp; I have been searching online and in these forums for an answer to this question, but so far there is not a satisfactory answer.&amp;nbsp; I have a SQL statement with IS NOT NULL in it.&amp;nbsp; All I want to know is how to replicate this in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="html" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13891104196259069" jivemacro_uid="_13891104196259069"&gt;
&lt;P&gt;IIf(data_ASN.HAWB Is Not Null And ([Department]="Air" Or [Department]="AIM"),incoterms_3.RL_paid,IIf([Department]="Ocean" Or [Department]="MIM","Y","N")) AS RL_paid, &lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've noticed that a lot of others are unsure of what to do in this situation.&amp;nbsp; When answering, please be as clear as possible because this discussion will probably get a lot of traffic.&amp;nbsp; Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jan 2014 16:01:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-07T16:01:45Z</dc:date>
    <item>
      <title>IS NOT NULL</title>
      <link>https://community.qlik.com/t5/QlikView/IS-NOT-NULL/m-p/477518#M686221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello my fellow QV enthusiasts.&amp;nbsp; I have been searching online and in these forums for an answer to this question, but so far there is not a satisfactory answer.&amp;nbsp; I have a SQL statement with IS NOT NULL in it.&amp;nbsp; All I want to know is how to replicate this in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="html" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13891104196259069" jivemacro_uid="_13891104196259069"&gt;
&lt;P&gt;IIf(data_ASN.HAWB Is Not Null And ([Department]="Air" Or [Department]="AIM"),incoterms_3.RL_paid,IIf([Department]="Ocean" Or [Department]="MIM","Y","N")) AS RL_paid, &lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've noticed that a lot of others are unsure of what to do in this situation.&amp;nbsp; When answering, please be as clear as possible because this discussion will probably get a lot of traffic.&amp;nbsp; Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 16:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IS-NOT-NULL/m-p/477518#M686221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-07T16:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: IS NOT NULL</title>
      <link>https://community.qlik.com/t5/QlikView/IS-NOT-NULL/m-p/477519#M686223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(data_ASN.HAWB &amp;lt;&amp;gt; Null() And ([Department]="Air" Or [Department]="AIM"),incoterms_3.RL_paid,If([Department]="Ocean" Or [Department]="MIM","Y","N")) AS RL_paid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(len(data_ASN.HAWB)&amp;gt;0 And ([Department]="Air" Or [Department]="AIM"),incoterms_3.RL_paid,If([Department]="Ocean" Or [Department]="MIM","Y","N")) AS RL_paid,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 16:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IS-NOT-NULL/m-p/477519#M686223</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-07T16:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: IS NOT NULL</title>
      <link>https://community.qlik.com/t5/QlikView/IS-NOT-NULL/m-p/477520#M686224</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 QV NOT IS NULL is&amp;nbsp;&amp;nbsp; NOT IsNull(FieldName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it sometimes has a strange behaviour, so you can test len(trim(fieldname)) &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 16:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IS-NOT-NULL/m-p/477520#M686224</guid>
      <dc:creator />
      <dc:date>2014-01-07T16:07:45Z</dc:date>
    </item>
  </channel>
</rss>

