<?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 Null Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-Data/m-p/1026353#M923328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have data that i reload from odbc Sql Server it come whit no null value.&lt;/P&gt;&lt;P&gt;But when i combine this field whit other that dont have relationship i get null(s) value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My client want to select not only what he have he want also what he dont have.&lt;/P&gt;&lt;P&gt;e.g Show me all the Charge Amount That dont have Vessel_nm .&lt;/P&gt;&lt;P&gt;I read the &lt;SPAN lang="en"&gt;article of " &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NULL handling in QlikView" and i need your help &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="121528" alt="Null.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121528_Null.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Null Data</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Data/m-p/1026353#M923328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have data that i reload from odbc Sql Server it come whit no null value.&lt;/P&gt;&lt;P&gt;But when i combine this field whit other that dont have relationship i get null(s) value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My client want to select not only what he have he want also what he dont have.&lt;/P&gt;&lt;P&gt;e.g Show me all the Charge Amount That dont have Vessel_nm .&lt;/P&gt;&lt;P&gt;I read the &lt;SPAN lang="en"&gt;article of " &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NULL handling in QlikView" and i need your help &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="121528" alt="Null.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121528_Null.JPG" style="height: auto;" /&gt;&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/Null-Data/m-p/1026353#M923328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Null Data</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Data/m-p/1026354#M923330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the script? Difficult to suggest anything before looking at the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 11:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Data/m-p/1026354#M923330</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-13T11:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Null Data</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Data/m-p/1026355#M923332</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;The nulls cmg frm ur DB&amp;nbsp; then try this in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET NullValue = ' ';&lt;/P&gt;&lt;P&gt;NullAsValue *;&amp;nbsp; // You can give the listed field names instead of * (All fields)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 11:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Data/m-p/1026355#M923332</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-13T11:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Null Data</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Data/m-p/1026356#M923333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NULL isn't selectable therefore you need to replace NULL with real values like 'NULL', 'MISSING' or '#NV'. A very good explanation and different methods to handle the various types of NULL could you find here: &lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 13:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Data/m-p/1026356#M923333</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-04-13T13:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Null Data</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Data/m-p/1026357#M923335</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;Have a look&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1001442"&gt;Re: Null Values&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 13:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Data/m-p/1026357#M923335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-13T13:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Null Data</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Data/m-p/1026358#M923336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Handle the null in the script as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Vessel_nm) or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Vessel_nm='' , 'Null',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Vessel_nm&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Vessel_nm&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 13:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Data/m-p/1026358#M923336</guid>
      <dc:creator>santhosh_k_n</dc:creator>
      <dc:date>2016-04-13T13:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Null Data</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Data/m-p/1026359#M923337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to filter your data with set analysis and e() function used in a set modifier on an appropriate key field,&lt;/P&gt;&lt;P&gt;like attached sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4424"&gt;Excluding values in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 13:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Data/m-p/1026359#M923337</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-13T13:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Null Data</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Data/m-p/1026360#M923338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As i say it does not come from the DB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 06:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Data/m-p/1026360#M923338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-14T06:28:25Z</dc:date>
    </item>
  </channel>
</rss>

