<?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: Sometimes doesn't recognize Null values, but does others. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914252#M984075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for your replies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I first tried using "&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;=alt(Field1, 'No Field1') &amp;amp; ' - ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;alt(Field2, 'No Field2')" but this resulted in every cell from Field1 and 2 that had data, displaying as "'No field1' - 'No field2'" and any field from field 1 or 2 that was blank, resulted in the formula returning a blank as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then tried adding &lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;IsNull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f2f2f2;"&gt;Field1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;), 'No Field1', &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f2f2f2;"&gt;Field1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;) &amp;amp;'-'&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;IsNull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f2f2f2;"&gt;Field2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;), 'No Field1', &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f2f2f2;"&gt;Field2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f2f2f2;"&gt;Field3&lt;/SPAN&gt; to the script editor. This produced the correct result when Field 1 and 2 contained data, but when they were empty the resultant Field 3 was also empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its almost as if the program isn't seeing the fields as Null and is copying the 'Blank'. but paradoxically, if i make a field 4 with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;=If(IsNull(Field1), 'No Field1', Field1) for a row where field 1 is blank this field returns 'No Field1'!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any further suggestions are much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Adam Hayden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Aug 2015 08:38:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-07T08:38:37Z</dc:date>
    <item>
      <title>Sometimes doesn't recognize Null values, but does others.</title>
      <link>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914249#M984072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two fields that contain a mixture of data and null values each, and what I am trying to do is replace the Nulls in each field with 'No&amp;nbsp; Fieldname.' and then join both the fields together with an ' - ' in the middle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I decided to do this using the following formula:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(IsNull(Field1), 'No Field1', Field1) &amp;amp; ' - ' &amp;amp; if(IsNull(Field2), 'No Field2', Field2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but looking at the field afterwords, i just get a blank space where any of the Null positions were from Field1 or 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More confusingly, If do either of the tests on their own, they work, IE&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;=If(IsNull(Field1), 'No Field1', Field1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;produces the correct results for field1 with nulls as 'No Field 1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;=if(IsNull(Field2), 'No Field2', Field2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;produces the correct results for field2 &lt;SPAN style="font-size: 13.3333330154419px;"&gt;with nulls as 'No Field 2'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;its only when I try to do them together suddenly it returns nothing for the nulls.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I'm really scratching my head about this one, any help anyone would offer would be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Many thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Adam Hayden&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 16:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914249#M984072</guid>
      <dc:creator />
      <dc:date>2015-08-06T16:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sometimes doesn't recognize Null values, but does others.</title>
      <link>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914250#M984073</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: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=alt(Field1, 'No Field1') &amp;amp; ' - ' &amp;amp; &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;alt(Field2, 'No Field2')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 19:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914250#M984073</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-08-06T19:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sometimes doesn't recognize Null values, but does others.</title>
      <link>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914251#M984074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="5408" data-externalid="" data-presence="null" data-userid="204867" data-username="adamhayden" href="https://community.qlik.com/people/adamhayden"&gt;&lt;STRONG style=": ; color: #0066cc; text-decoration: underline;"&gt;Adam Hayden&lt;/STRONG&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script editor try:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IsNull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Field1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), 'No Field1', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Field1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp;'-'&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IsNull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Field2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), 'No Field1', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Field2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Field3 &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 19:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914251#M984074</guid>
      <dc:creator>daniel_kusiak</dc:creator>
      <dc:date>2015-08-06T19:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sometimes doesn't recognize Null values, but does others.</title>
      <link>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914252#M984075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for your replies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I first tried using "&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;=alt(Field1, 'No Field1') &amp;amp; ' - ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f2f2f2;"&gt;alt(Field2, 'No Field2')" but this resulted in every cell from Field1 and 2 that had data, displaying as "'No field1' - 'No field2'" and any field from field 1 or 2 that was blank, resulted in the formula returning a blank as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then tried adding &lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;IsNull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f2f2f2;"&gt;Field1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;), 'No Field1', &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f2f2f2;"&gt;Field1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;) &amp;amp;'-'&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;IsNull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f2f2f2;"&gt;Field2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;), 'No Field1', &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f2f2f2;"&gt;Field2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f2f2f2;"&gt;Field3&lt;/SPAN&gt; to the script editor. This produced the correct result when Field 1 and 2 contained data, but when they were empty the resultant Field 3 was also empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its almost as if the program isn't seeing the fields as Null and is copying the 'Blank'. but paradoxically, if i make a field 4 with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;=If(IsNull(Field1), 'No Field1', Field1) for a row where field 1 is blank this field returns 'No Field1'!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any further suggestions are much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Adam Hayden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 08:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914252#M984075</guid>
      <dc:creator />
      <dc:date>2015-08-07T08:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sometimes doesn't recognize Null values, but does others.</title>
      <link>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914253#M984076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IsNull() will detect null values, and I am not sure whether you have null values or blank values -&amp;nbsp; blank values are not null, so IsNull will return false. To detect blanks and nulls:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =If(Len(Field1) = 0, 'No Field1', Field1) &amp;amp; ' - ' &amp;amp; if(Len(Field2) = 0, 'No Field2', Field2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A blank string and null both have a length of 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 08:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914253#M984076</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-07T08:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sometimes doesn't recognize Null values, but does others.</title>
      <link>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914254#M984077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; background-color: #ffffff; font-family: Arial;"&gt;Hi Adam Hayden,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; background-color: #ffffff; font-family: Arial;"&gt;This code may resolves the issue...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-family: arial black,avant garde;"&gt;If(Len(Trim(&lt;SPAN style="color: #800000; background-color: #f2f2f2;"&gt;Field1&lt;/SPAN&gt;))&amp;gt;0, Field1,'No Field') &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-family: arial black,avant garde;"&gt;&lt;STRONG&gt;&amp;amp;'-'&amp;amp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-family: arial black,avant garde;"&gt;If(Len(Trim(&lt;SPAN style="color: #800000; background-color: #f2f2f2;"&gt;Field2&lt;/SPAN&gt;))&amp;gt;0, Field2,'No Field') as Feld3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: Arial;"&gt;If not try to add the logic of ISNULL() to above logic. The combination of Finding the length for having empty values and null values.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: Arial;"&gt;--Suman&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 09:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914254#M984077</guid>
      <dc:creator>dusasuman</dc:creator>
      <dc:date>2015-08-07T09:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sometimes doesn't recognize Null values, but does others.</title>
      <link>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914255#M984078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you again for more suggestions,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using If(IsNull(Field1) or Len(Trim(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field1&lt;/SPAN&gt;))&amp;lt;1, 'No &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field1&lt;/SPAN&gt;', &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field1&lt;/SPAN&gt;) &amp;amp;'-'&amp;amp; If(IsNull(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field2&lt;/SPAN&gt;)&amp;nbsp; or Len(Trim(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field2&lt;/SPAN&gt;))&amp;lt;1, 'No &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field2&lt;/SPAN&gt;', &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field2&lt;/SPAN&gt;) as FIeld3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This once again displays data correctly for all the times Field1 and 2 have data, but all the times either is blank it is just returning a blank in field 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its strange that if I use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;=If(IsNull(Field1), 'No Field1', Field1) it correctly recognizes Nulls in Field 1, but when I ask it to do that with two fields, it suddenly stops seeing either.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your continued help is much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Adam Hayden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 09:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914255#M984078</guid>
      <dc:creator />
      <dc:date>2015-08-07T09:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sometimes doesn't recognize Null values, but does others.</title>
      <link>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914256#M984079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that was really strange. The has to show the values with&lt;/P&gt;&lt;P&gt; Len(Trim(&lt;SPAN style="font-size: 13.33px;"&gt;Field1&lt;/SPAN&gt;))&amp;lt;1, 'No &lt;SPAN style="font-size: 13.33px;"&gt;Field1&lt;/SPAN&gt;', &lt;SPAN style="font-size: 13.33px;"&gt;Field1&lt;/SPAN&gt;) &amp;amp;'-'&amp;amp; If(IsNull(&lt;SPAN style="font-size: 13.33px;"&gt;Field2&lt;/SPAN&gt;)&amp;nbsp; or Len(Trim(&lt;SPAN style="font-size: 13.33px;"&gt;Field2&lt;/SPAN&gt;))&amp;lt;1, 'No &lt;SPAN style="font-size: 13.33px;"&gt;Field2&lt;/SPAN&gt;', &lt;SPAN style="font-size: 13.33px;"&gt;Field2&lt;/SPAN&gt;) as FIeld3 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Not sure how its happening&lt;/P&gt;&lt;P&gt;Provide sample data code if possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Suman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 09:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914256#M984079</guid>
      <dc:creator>dusasuman</dc:creator>
      <dc:date>2015-08-07T09:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sometimes doesn't recognize Null values, but does others.</title>
      <link>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914257#M984080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The length check is considered best option in such situations as mentioned by &lt;A href="https://community.qlik.com/qlik-users/13229"&gt;jontydkpi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;See the attached sample how you are trying differently..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 10:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914257#M984080</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-08-07T10:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sometimes doesn't recognize Null values, but does others.</title>
      <link>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914258#M984081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(Len(Field1)&amp;gt;0,Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Len(Field2)&amp;gt;0,Field2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Len(Field1) = 0 and Len(Field2) = 0, 'No Field1 - No Field2')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 11:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914258#M984081</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-07T11:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sometimes doesn't recognize Null values, but does others.</title>
      <link>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914259#M984082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, I think it should be&lt;/P&gt;&lt;P&gt;if(Len(Field1) = 0 and Len(Field2) = 0, 'No Field1 - No Field2',Field1 &amp;amp;'-'&amp;amp; Field2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 11:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914259#M984082</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-07T11:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sometimes doesn't recognize Null values, but does others.</title>
      <link>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914260#M984083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works only when the both the fields having the null or 0 length values. It excludes other possible combination of Field1 having a null and Field2 having a data. and vise versa.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 11:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914260#M984083</guid>
      <dc:creator>dusasuman</dc:creator>
      <dc:date>2015-08-07T11:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sometimes doesn't recognize Null values, but does others.</title>
      <link>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914261#M984084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/AdamHayden"&gt;AdamHayden&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this will work for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Field1='','NoField1',Field1) &amp;amp;'-'&amp;amp; if(Field2='','NoField2',Field2) as Fieldxxx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 11:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914261#M984084</guid>
      <dc:creator>daniel_kusiak</dc:creator>
      <dc:date>2015-08-07T11:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sometimes doesn't recognize Null values, but does others.</title>
      <link>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914262#M984085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Len(Field1)&amp;gt;0 and Len(Field2)=0,Field1 &amp;amp;'- No Field2',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Len(Field1)=0 and Len(Field2)&amp;gt;0,Field2 &amp;amp;'- No Field1',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Len(Field1) = 0 and Len(Field2) = 0, 'No Field1 - No Field2')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 12:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914262#M984085</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-07T12:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sometimes doesn't recognize Null values, but does others.</title>
      <link>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914263#M984086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you should post your application, or at least a sample the illustrates the problem.&lt;/P&gt;&lt;P&gt;See &lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 12:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914263#M984086</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-07T12:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sometimes doesn't recognize Null values, but does others.</title>
      <link>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914264#M984087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for more suggestions,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using the =" but then I tried that, it colored out the rest of the equation, only doing ="" seemed to work and again it game me exactly the same results as before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have submitted a ticket to QlikView support to see if they can shed any light on this, as whats happening doesn't seem to make logical sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you everyone for your suggestions and ideas, I greatly appreciate the help you have been.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Adam Hayden&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 13:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sometimes-doesn-t-recognize-Null-values-but-does-others/m-p/914264#M984087</guid>
      <dc:creator />
      <dc:date>2015-08-07T13:25:51Z</dc:date>
    </item>
  </channel>
</rss>

