<?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: IsNull not showing the result I require in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IsNull-not-showing-the-result-I-require/m-p/1249696#M849924</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;How would I do the additional step? Would you be able to show as I do not understand?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Mar 2017 10:25:27 GMT</pubDate>
    <dc:creator>ivandrago</dc:creator>
    <dc:date>2017-03-21T10:25:27Z</dc:date>
    <item>
      <title>IsNull not showing the result I require</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-not-showing-the-result-I-require/m-p/1249693#M849921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&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;I have the attached Document.&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;I have a field called IsItMissing which I was expecting a value of 1 for the IdNo 3?&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;Any ideas as to why?&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;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-not-showing-the-result-I-require/m-p/1249693#M849921</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull not showing the result I require</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-not-showing-the-result-I-require/m-p/1249694#M849922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The field value is only NULL in your resulting table after the JOIN, not when you are LOADing your second inline table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to do the check in a resident load of your resulting table to check for a NULL in the JOIN'ed tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-not-showing-the-result-I-require/m-p/1249694#M849922</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-03-21T10:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull not showing the result I require</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-not-showing-the-result-I-require/m-p/1249695#M849923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You create a field IsItMissing while loading rows from the second table. All areas in that table are present. ONLY THEN are you performing a LEFT JOIN to a table where the new records may have NULL values in Area. That's too late for IsItMissing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution: add an additional step to reload the JOINed table into a new one, and create IsItMissing in that LOAD statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-not-showing-the-result-I-require/m-p/1249695#M849923</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-03-21T10:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull not showing the result I require</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-not-showing-the-result-I-require/m-p/1249696#M849924</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;How would I do the additional step? Would you be able to show as I do not understand?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-not-showing-the-result-I-require/m-p/1249696#M849924</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2017-03-21T10:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull not showing the result I require</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-not-showing-the-result-I-require/m-p/1249697#M849925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attachment to my previous post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-not-showing-the-result-I-require/m-p/1249697#M849925</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-03-21T10:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull not showing the result I require</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-not-showing-the-result-I-require/m-p/1249698#M849926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to have a resident load after the left join and there we need to add the field. Please check the attached file.&lt;/P&gt;&lt;P&gt;Thanks, Jai &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-not-showing-the-result-I-require/m-p/1249698#M849926</guid>
      <dc:creator>qlik_jaijhn</dc:creator>
      <dc:date>2017-03-21T10:35:59Z</dc:date>
    </item>
  </channel>
</rss>

