<?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: Translating the word NULL in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Translating-the-word-NULL/m-p/905107#M1002369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see tis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="null replace.PNG" class="jive-image image-1" src="/legacyfs/online/88311_null replace.PNG" style="height: 546px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 16:08:06 GMT</pubDate>
    <dc:creator>buzzy996</dc:creator>
    <dc:date>2015-06-03T16:08:06Z</dc:date>
    <item>
      <title>Translating the word NULL</title>
      <link>https://community.qlik.com/t5/QlikView/Translating-the-word-NULL/m-p/905105#M1002365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been tasked to import our Complaints into QlikView from Excel so that they can be made more visual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The author of the spreadsheet has filled any empty cells with the word 'NULL'.&amp;nbsp; When creating graphs I am doing a count on the 'Complaint process number' by 'Reason' for example and there are 19 records where the reason has been set to NULL.&amp;nbsp; I'd like to be able to replace this with the word 'Unknown' instead. How do I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies if this seems really straightforward... I had some training on QlikView last year and this is the first time I've been able to 'dabble' with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 13:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Translating-the-word-NULL/m-p/905105#M1002365</guid>
      <dc:creator />
      <dc:date>2015-06-03T13:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Translating the word NULL</title>
      <link>https://community.qlik.com/t5/QlikView/Translating-the-word-NULL/m-p/905106#M1002367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can map the reason values to a different naming, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ReasonMap:&lt;/P&gt;&lt;P&gt;MAPPING LOAD In, Out [&lt;/P&gt;&lt;P&gt;In, Out&lt;/P&gt;&lt;P&gt;NULL, Unknown&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('ReasonMap',Reason) as Reason,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ComplainID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM ExcelFile.xls ....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A simple if() statement in the load for a single mapping would also work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;LOAD &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Reason = 'NULL', 'Unknown', Reason) as Reason,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ComplainID,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 15:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Translating-the-word-NULL/m-p/905106#M1002367</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-03T15:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Translating the word NULL</title>
      <link>https://community.qlik.com/t5/QlikView/Translating-the-word-NULL/m-p/905107#M1002369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see tis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="null replace.PNG" class="jive-image image-1" src="/legacyfs/online/88311_null replace.PNG" style="height: 546px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 16:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Translating-the-word-NULL/m-p/905107#M1002369</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-06-03T16:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Translating the word NULL</title>
      <link>https://community.qlik.com/t5/QlikView/Translating-the-word-NULL/m-p/905108#M1002370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much for this... it's worked a treat. I was almost there before I posted the question but must have been missing something &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 21:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Translating-the-word-NULL/m-p/905108#M1002370</guid>
      <dc:creator />
      <dc:date>2015-06-03T21:06:42Z</dc:date>
    </item>
  </channel>
</rss>

