<?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: Handle NULL when LOAD multiple CSV in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Handle-NULL-when-LOAD-multiple-CSV/m-p/23797#M1620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adli,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m no expert, but one more guess would be to load the field like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ( isNull(&amp;lt;field&amp;gt;),'empty', &amp;lt;field&amp;gt;) as field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a wild guess though, good luck ^^&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Yve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2018 09:27:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-16T09:27:15Z</dc:date>
    <item>
      <title>Handle NULL when LOAD multiple CSV</title>
      <link>https://community.qlik.com/t5/App-Development/Handle-NULL-when-LOAD-multiple-CSV/m-p/23796#M1619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I load 2 CSV files and I get many values of "-" (see image), which I guess means NULL (and that's fine). The reason, I guess, is because of missing values, which is also fine, because I want to see those missing values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE PROBLEM is that I cannot filter only on those missing values, so I want to replace the missing values with a string like i.e. 'NULL'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do that? Here's what I tried (Qlik Sense version 3.2):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;NullAsValue *;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Set NullValue = 'NULL';&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;// set NullInterpret='';&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;// SET NULLDISPLAY='NULL';&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "s-p-n",&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; title as m_title&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;FROM [lib://Other/mss-m.csv]&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(txt, utf8, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "s-p-n",&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "p-p-nr" as [s_p-p-n],&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; e&amp;nbsp; as s_e,&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; title as s_title&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;FROM [lib://Other/mss-q.csv]&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;(txt, utf8, embedded labels, delimiter is ',', msq);&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QS_Null.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/197768_QS_Null.png" style="height: 107px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 12:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Handle-NULL-when-LOAD-multiple-CSV/m-p/23796#M1619</guid>
      <dc:creator>adlisval</dc:creator>
      <dc:date>2018-03-28T12:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Handle NULL when LOAD multiple CSV</title>
      <link>https://community.qlik.com/t5/App-Development/Handle-NULL-when-LOAD-multiple-CSV/m-p/23797#M1620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adli,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m no expert, but one more guess would be to load the field like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ( isNull(&amp;lt;field&amp;gt;),'empty', &amp;lt;field&amp;gt;) as field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a wild guess though, good luck ^^&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Yve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 09:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Handle-NULL-when-LOAD-multiple-CSV/m-p/23797#M1620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-16T09:27:15Z</dc:date>
    </item>
  </channel>
</rss>

