<?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: making NULL value into N in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093645#M928850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are several ways of doing it. Please go through the below link which is having document attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Mar 2016 08:11:17 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2016-03-30T08:11:17Z</dc:date>
    <item>
      <title>making NULL value into N</title>
      <link>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093637#M928842</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;I have a lot of NULL values in my table.&lt;/P&gt;&lt;P&gt;Is there any way I can make NULL into N?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&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/making-NULL-value-into-N/m-p/1093637#M928842</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: making NULL value into N</title>
      <link>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093638#M928843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David, maybe something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NullMap:&lt;/P&gt;&lt;P&gt;MAPPING LOAD&lt;/P&gt;&lt;P&gt;'',&lt;/P&gt;&lt;P&gt;'N';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;ApplyMap('NullMap', YourField)&lt;/P&gt;&lt;P&gt;FROM [YourPath]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Andrés&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:18:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093638#M928843</guid>
      <dc:creator>andrespa</dc:creator>
      <dc:date>2016-03-30T07:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: making NULL value into N</title>
      <link>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093639#M928844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David, just a corrrection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;NullMap:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;MAPPING &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;LOAD Map, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Con&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;[YourPath\NullTesting.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Hoja2);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TABLE:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ApplyMap('NullMap', YourField,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #ff0000;"&gt;YourField&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM [YourPath]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;And the mapping table works if you build something like this in for example an excel:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 160px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" width="80"&gt;Map&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="80"&gt;Con&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;N&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then load it as I told you before in the NullMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Andrés&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:30:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093639#M928844</guid>
      <dc:creator>andrespa</dc:creator>
      <dc:date>2016-03-30T07:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: making NULL value into N</title>
      <link>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093640#M928845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;You can replace your expression in chart like below,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=If(IsNull(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FieldName&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;),'N', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;FieldName&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093640#M928845</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-03-30T07:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: making NULL value into N</title>
      <link>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093641#M928846</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;you can try&lt;STRONG&gt; =if(isnull(&amp;lt;fieldName&amp;gt;),'N',&amp;lt;fieldName&amp;gt;) &lt;/STRONG&gt;if the field has a null value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093641#M928846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-30T07:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: making NULL value into N</title>
      <link>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093642#M928847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi david,&lt;/P&gt;&lt;P&gt;in your table if you have&amp;nbsp; 'NULL'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; try like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(yourfieldname='NULL','N',yourfieldname) as new&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if you have blank like( ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;try like this &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(len(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;yourfieldname&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&amp;lt;1,'N',&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;yourfieldname&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;) as new1&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093642#M928847</guid>
      <dc:creator />
      <dc:date>2016-03-30T07:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: making NULL value into N</title>
      <link>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093643#M928848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to do it in Script Lever, Try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;SET&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9.0pt; font-family: 'Courier New';"&gt;NullValue&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = 'N';&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;NullAsValue&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;*;&amp;nbsp; // You can give the listed field names instead of * (All fields)&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093643#M928848</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-03-30T07:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: making NULL value into N</title>
      <link>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093644#M928849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can replace&amp;nbsp; in script&amp;nbsp; as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set nullvalue='N';&lt;/P&gt;&lt;P&gt;nullasvalue*;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will work&lt;/P&gt;&lt;P&gt;&lt;IMG alt="nll.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119793_nll.PNG" style="height: 249px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 08:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093644#M928849</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-30T08:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: making NULL value into N</title>
      <link>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093645#M928850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are several ways of doing it. Please go through the below link which is having document attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 08:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093645#M928850</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-30T08:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: making NULL value into N</title>
      <link>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093646#M928851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u try tis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="nulls.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119831_nulls.PNG" style="height: 535px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 09:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/making-NULL-value-into-N/m-p/1093646#M928851</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2016-03-30T09:40:55Z</dc:date>
    </item>
  </channel>
</rss>

