<?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: NullAsValue not working...Why? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69341#M11419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I see that too. But I don't see what is not there, i.e. - that you want it to be like.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2018 11:33:56 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2018-04-20T11:33:56Z</dc:date>
    <item>
      <title>NullAsValue not working...Why?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69333#M11411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hello, All&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have tried all known to me solutions to reflect 'Null' for all Null value.&lt;/P&gt;&lt;P&gt;As result worked&amp;nbsp; only&amp;nbsp; this:&amp;nbsp; If(Len(Trim(city))=0,'Null',city) as city1&lt;/P&gt;&lt;P&gt;As you understand it's not the most elegant way. Maybe someone has penetrated this problem more deeply?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHY?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will be grateful for any comments and ideas!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Script code:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;SET NullInterprete= 'Null';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;SET NullDisplay= 'Null';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;SET NullValue='Null';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;NullAsValue city;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;City:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; city,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(city))=0,'Null',city) as city1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;C&gt; &lt;/C&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(txt, utf8, embedded labels, delimiter is ',', msq) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="QlikView x64 Personal Edition - [D__Cloud Data Storage_OneDrive_QlikView Development_yelp-dataset.qvw_] 2018-04-20 12.27.50.png" class="jive-image image-1" src="/legacyfs/online/200339_QlikView x64 Personal Edition - [D__Cloud Data Storage_OneDrive_QlikView Development_yelp-dataset.qvw_] 2018-04-20 12.27.50.png" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 09:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69333#M11411</guid>
      <dc:creator>vadim_grab</dc:creator>
      <dc:date>2018-04-20T09:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working...Why?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69334#M11412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A quick try; spelling correction, remove extra 'e' may be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;SET NullInterpret= 'Null';&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 09:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69334#M11412</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-04-20T09:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working...Why?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69335#M11413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this also&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NULLASVALUE *;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 10:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69335#M11413</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2018-04-20T10:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working...Why?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69336#M11414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! It did not help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 10:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69336#M11414</guid>
      <dc:creator>vadim_grab</dc:creator>
      <dc:date>2018-04-20T10:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working...Why?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69337#M11415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did not help! Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 10:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69337#M11415</guid>
      <dc:creator>vadim_grab</dc:creator>
      <dc:date>2018-04-20T10:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working...Why?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69338#M11416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you exactly trying to achieve? 'Null' to be treated as real null() that should not appear in the listbox? I guess few of your null declarations are contradictory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 10:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69338#M11416</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-04-20T10:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working...Why?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69339#M11417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15242192478502944" jivemacro_uid="_15242192478502944" modifiedtitle="true"&gt;
&lt;P&gt;NullasValue:&lt;/P&gt;
&lt;P&gt;Mapping Load&lt;/P&gt;
&lt;P&gt;Null(), 'Null'&amp;nbsp; AutoGenerate 1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;MAP City USING NullasValue;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may try Map using statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 10:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69339#M11417</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2018-04-20T10:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working...Why?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69340#M11418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls, look at screenshot. City = City1 = 'Null'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 11:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69340#M11418</guid>
      <dc:creator>vadim_grab</dc:creator>
      <dc:date>2018-04-20T11:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working...Why?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69341#M11419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I see that too. But I don't see what is not there, i.e. - that you want it to be like.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 11:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69341#M11419</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-04-20T11:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working...Why?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69342#M11420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your value isn't NULL else it contained any not visible/printable chars or is just empty which means something like: = '' and which is not NULL and therefore all the NULL features from Qlik won't work. In your case it's quite obvious within in your listbox because you could select this value - NULL instead wouldn't be displayed there and is also in other objects like tables not selectable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore your solution is a good one and very common. An alternatively to this might be an mapping-approach like this one: &lt;A href="http://qlikviewcookbook.com/2013/01/filling-default-values-using-mapping/" title="http://qlikviewcookbook.com/2013/01/filling-default-values-using-mapping/"&gt;Filling Default Values Using Mapping | Qlikview Cookbook&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>Fri, 20 Apr 2018 11:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69342#M11420</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-04-20T11:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working...Why?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69343#M11421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do not specify any values in NullInterpret, Try this&lt;/P&gt;&lt;P&gt;NULLASVALUE *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET NullValue ='Null';&lt;/P&gt;&lt;P&gt;SET NULLDISPLAY='Null';&lt;/P&gt;&lt;P&gt;SET NullInterpret =''; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 12:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69343#M11421</guid>
      <dc:creator>pooja_prabhu_n</dc:creator>
      <dc:date>2018-04-20T12:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working...Why?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69344#M11422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I don't understand the logic. Can you explain? Many thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;What I understand: part code with creating&amp;nbsp; MissingMap table with key - Null() and value - 'Null'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Where are I have to using MAP in my case? before or after BusinessTable?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Edit Script [D__Cloud Data Storage_OneDrive_QlikView Development_yelp-dataset.qvw_] 2018-04-20 16.10.48.png" class="jive-image image-1" src="/legacyfs/online/200376_Edit Script [D__Cloud Data Storage_OneDrive_QlikView Development_yelp-dataset.qvw_] 2018-04-20 16.10.48.png" style="height: 435px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 13:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69344#M11422</guid>
      <dc:creator>vadim_grab</dc:creator>
      <dc:date>2018-04-20T13:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working...Why?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69345#M11423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Markus, thanks&amp;nbsp; for detailed explanation. &lt;/P&gt;&lt;P&gt;First of all, I really wanted to understand why? now the question is "why?" is closed.&lt;/P&gt;&lt;P&gt;Second - solution of the problem by the way you (and @Varun Prakash Paulraj) propose. Can you explain that part?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Edit Script [D__Cloud Data Storage_OneDrive_QlikView Development_yelp-dataset.qvw_] 2018-04-20 16.10.48.png" class="jive-image image-1" src="/legacyfs/online/200379_Edit Script [D__Cloud Data Storage_OneDrive_QlikView Development_yelp-dataset.qvw_] 2018-04-20 16.10.48.png" style="height: 435px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 13:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69345#M11423</guid>
      <dc:creator>vadim_grab</dc:creator>
      <dc:date>2018-04-20T13:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working...Why?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69346#M11424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;NULLASVALUE *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;SET NullValue ='Null';&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;SET NULLDISPLAY='Null';&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;SET NullInterpret ='';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks! It worked for city field, but didn't work with other 'Null' value&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikView x64 Personal Edition - [D__Cloud Data Storage_OneDrive_QlikView Development_yelp-dataset.qvw_] 2018-04-20 16.39.34.png" class="jive-image image-1" src="/legacyfs/online/200380_QlikView x64 Personal Edition - [D__Cloud Data Storage_OneDrive_QlikView Development_yelp-dataset.qvw_] 2018-04-20 16.39.34.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 14:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69346#M11424</guid>
      <dc:creator>vadim_grab</dc:creator>
      <dc:date>2018-04-20T14:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working...Why?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69347#M11425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just want to lend support to Vadim, I have been there with you on this topic.&amp;nbsp; Null interpret, and giving the empty spaces of data tangible handles to grasp &amp;amp; manipulate, has been one of the most important features of the entire Qlik experience. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it works, it is a beautiful &amp;amp; convenient thing, but sometimes things beyond syntax had ways of &lt;EM&gt;"detaching" &lt;/EM&gt;this functionality.&amp;nbsp; You can search for script workarounds &amp;amp; make code adjustments, and maybe eventually get it working again, but.. that doesn't remove the uneasy feeling symptoms could return, and root cause is still lurking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Qlik manual does define different quoting rules for a &lt;STRONG&gt;.csv text file&lt;/STRONG&gt; vs. &lt;STRONG&gt;Excel&lt;/STRONG&gt; having different syntax to detect Null.&amp;nbsp; Whitespace encapsulated in Excel will sidestep null trapping unless Trim() applied &lt;EM&gt;(and I've seen apps that actually use various combinations of spaces &amp;amp; tabs as an intentional form of invisible morse-code)&lt;/EM&gt;, while .csv will treat unquoted whitespace as null.&amp;nbsp; However I have witnessed these rules break down on more than one occasion on apps that have not been script modified, with the prior load detecting properly and subsequent loads missing detection. &lt;EM&gt;(will begin wearing a body-cam on programming excursions to prove it from now on &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; ) (ok not really gonna wear cams, but.. this really does happen)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;STRONG&gt;&lt;A name="kanchor1417"&gt;&lt;/A&gt;&lt;A name="NullInterpret"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;NullInterpret&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The defined symbol will when it occurs in a text file, Excel file or an inline statement be interpreted as NULL. A user-defined variable.&lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P class="Code"&gt;set NullInterpret=' ';&lt;/P&gt;&lt;P class="Code"&gt;set NullInterpret =;&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;will NOT return null values for blank values in Excel (but it will for a csv text file)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P class="Code"&gt;set NullInterpret ='';&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;will return null values for blank values in Excel (but will NOT for a csv text files)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 14:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69347#M11425</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2018-04-20T14:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working...Why?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69348#M11426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Evan,&lt;/P&gt;&lt;P&gt;Thanks for your expirience and very deep understanding my problem!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"that doesn't remove the uneasy feeling symptoms could return, and root cause is still lurking."&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lack of a sense of 100% control of the situation is the worst thing that can be for me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case I&amp;nbsp; solved the problem, but&amp;nbsp; "uneasy feeling" does not leave my mind!&lt;/P&gt;&lt;P&gt;What will help next case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 15:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69348#M11426</guid>
      <dc:creator>vadim_grab</dc:creator>
      <dc:date>2018-04-20T15:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: NullAsValue not working...Why?</title>
      <link>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69349#M11427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Absolutely Vadim, agree with you entirely.&amp;nbsp; You can put that quote in bold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i don't want you to get the impression I am down on Qlik, I will vouch for it as the premiere BI software.&amp;nbsp; Whatever issues it faces or honestly owns up to, doesn't mean the competition gets to gloat, as they likely have less immunity or insight to the very same.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I've dedicated the last 8 years of my professional life as a Qlik specialist.&amp;nbsp; My career is bound to its fate, and without it I would need a major reinvention, so believe me I want to protect it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But something has changed however, in the past few years.. in the ways that corporate assignments are fulfilled, and the way that corporate environments behave.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;While I've been studying Qlik for 8, I have been programming since the early 80's, with an Apple IIe, and high school classes in Fortran &amp;amp; Pascal.&amp;nbsp; So again with that in mind, I'm going to assert that something has recently changed.&amp;nbsp; &lt;EM&gt;(I'm sure we can find some with longer tenure or more senior positioning who will attest "Bah! Nothing is happening!", which presents the reader with an interesting dilemma: to believe them or me.&amp;nbsp; Fielder's choice.)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a stronger "corrosive radiation" that seems to pick out key pieces of DNA from all programs, so that when you leave a routine or application in a working state, there's a high likelihood when you return to the same after hiatus, the chances it is functional when you return are slim.&amp;nbsp; Maybe just a few minor breaks, but enough to require a fresh round of maintenance.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There's something changing about the programmatic environments themselves, and not sure if these vectors are being introduced from anti-Virus, enterprise process monitoring, or network administration policy, but the attributes of your programmatic platform can change while you work.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We talked about the "in-motion" properties of null detection.&amp;nbsp; I have one particular client who has broken the NullAsValue on one of our apps at least 3 times in the past year.&amp;nbsp; It doesn't matter if the app has been handling nulls fine for months, suddenly it stops working, while the inputs look just like ordinary spreadsheets.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Another good example of this is file encoding.&amp;nbsp; Almost every text file I receive as data or create via process will start out with defaults of UTF8, until you can almost take for granted the encoding.&amp;nbsp; Once complacent with encoding, then the process may suddenly switch to some sort of endianness and even pick up byte order marks (has someone started routing your inputs through unix boxes?).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When this comes from data suppliers at first I'm like "haha I get it, you tricked me" and then assume it will stop.&amp;nbsp; But it doesn't stop, and the pattern repeats every single time.&amp;nbsp; Then it starts to dawn, this isn't mere coy probing, this is a checklist to grind out the process, and slow production.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;(after each step the developer should be encouraged to complete a coding pass)&lt;/EM&gt;&lt;BR /&gt;Deliver the intial data files&lt;BR /&gt;Change some fields / Change the table structure&lt;BR /&gt;Change the encoding&lt;BR /&gt;Change the metrics&lt;BR /&gt;Combine incongruent aggregation levels&lt;BR /&gt;Request features tied to known bugs or server incongruences&lt;BR /&gt;Delay the data / Slow-track the project&lt;BR /&gt;&lt;EM&gt;(wash, rinse, repeat)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the issue is, while Qlik software gives you some pretty amazing data capabilities, we still suffer from that Jedi to stormtrooper ratio.&amp;nbsp; A light sabre might fend off 5 blasters,10 blasters.. but after that eventually things get overwhelmed. There's not a huge population of Qlik developers in circulation, and if you're organization is isolated to maybe 2-3, while retaining say like 500 JOOMLA programmers, you had better believe you will be on the defensive from the JOOMLA MAFIA during the course of your work.&amp;nbsp; You likely have two options, stay under the radar, or accede and let potential market rivals rationalize your data sources and output.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I don't ascribe these shortcomings to Qlik, but instead believe there's a deeper environmental corruption at play.&amp;nbsp; We need to be honest with ourselves in what works in the perfect conditions of lab, vs. what offers terrain cover out in the field.&amp;nbsp; Otherwise we run the risk of having two different realities, and with such stake in the matter should reject the seduction of hubris against false-complacency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The competition is envious, and have a Solieri attitude.&amp;nbsp; Since they can't fault the technique, they are attacking the process, and using advantage of numbers, and we have to adapt for that.&amp;nbsp; Should defensive programming become a mandatory curriculum for all programmers seeking to retain some form of mindful independence, and not be absorbed by the most influential faction to occupy each office?&amp;nbsp; Tight code examples and brief time-frames of development are touted for all to see, but methodically something moves the tracks off the straightest line, and again, till the eventual result is complexity, duration, &amp;amp; maintenance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Apr 2018 05:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NullAsValue-not-working-Why/m-p/69349#M11427</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2018-04-22T05:21:00Z</dc:date>
    </item>
  </channel>
</rss>

