<?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: Unexpected NULL behavior in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Unexpected-NULL-behavior/m-p/407836#M151710</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 get your question, but it's kind of hard to resolve without seeing a sample file. You can address your privacy concerns by using the scrambling and reduction as explaiined here&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-1290"&gt;http://community.qlik.com/docs/DOC-1290&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also consider proparing a hand coded simple example that contains just enough data to illustrate the problem. I often find that building such an example helps me to refine the problem statement and sometimes points out the resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Apr 2013 18:23:12 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2013-04-01T18:23:12Z</dc:date>
    <item>
      <title>Unexpected NULL behavior</title>
      <link>https://community.qlik.com/t5/QlikView/Unexpected-NULL-behavior/m-p/407835#M151709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am near the point of insanity trying to figure this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Straight Chart in my application that is supposed to display either disconnected services, or returned items. Because those items come from different data sources, I started with an expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if((CustomerName=DiscCustName) or (CustomerName=RMACustomerName), CustomerName,Null()). This column was then set to suppress null results. The "CustomerName" field is from an orders table and is constant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Yesterday I updated from QV10 to QV11.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that 2 of my rows went missing with my most recent reload. I hadn't made any loading script changes or any settings changes. I checked my data sources, and the information is present and identical in both source files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Screenshots are from QlikView Tech Brief "NULL and Nothing v3.") &lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="35782" alt="Null Propagation.png" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/35782_Null+Propagation.png" width="450" /&gt; &lt;/P&gt;&lt;P&gt;I thought that maybe there was a syntax change for the relational operators ("or"," and", etc.) ,so I began stripping away the operators and trying different relational operators but could not get an expected result. Finally I went to the simplest relationship I could think of... a string concatenate. I set my null and missing indicators to say "NULL" or "MISSING", just to be sure. I set up a column to evaluate RMACustomerName&amp;amp;DiscCustName, expecting to get a NON-NULL result. Based on the QV Tech Brief that is screen-shotted below. (Scroll Down)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="35783" alt="Null String Concat.png" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/35783_Null+String+Concat.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Instead I got the results in the chart below. THESE ARE SCREEN SHOTS from the SAME CHART. I have reversed the order of the operands. I've combed through all of the Chart and Document Settings. I am completely lost on what is happening. Please advise if you can.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="35784" alt="ex1.png" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/35784_ex1.png" width="450" /&gt;&lt;IMG __jive_id="35798" alt="ex2.png" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/35798_ex2.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I cannot attach the APP because it contains protected information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 19:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unexpected-NULL-behavior/m-p/407835#M151709</guid>
      <dc:creator />
      <dc:date>2013-03-29T19:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected NULL behavior</title>
      <link>https://community.qlik.com/t5/QlikView/Unexpected-NULL-behavior/m-p/407836#M151710</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 get your question, but it's kind of hard to resolve without seeing a sample file. You can address your privacy concerns by using the scrambling and reduction as explaiined here&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-1290"&gt;http://community.qlik.com/docs/DOC-1290&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also consider proparing a hand coded simple example that contains just enough data to illustrate the problem. I often find that building such an example helps me to refine the problem statement and sometimes points out the resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 18:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unexpected-NULL-behavior/m-p/407836#M151710</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-04-01T18:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected NULL behavior</title>
      <link>https://community.qlik.com/t5/QlikView/Unexpected-NULL-behavior/m-p/407837#M151711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the&amp;nbsp; Scrambling Tip. I've attached a copy of the APP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 19:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unexpected-NULL-behavior/m-p/407837#M151711</guid>
      <dc:creator />
      <dc:date>2013-04-01T19:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected NULL behavior</title>
      <link>https://community.qlik.com/t5/QlikView/Unexpected-NULL-behavior/m-p/407838#M151712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the&amp;nbsp; Scrambling Tip. I've attached a copy of the APP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 19:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unexpected-NULL-behavior/m-p/407838#M151712</guid>
      <dc:creator />
      <dc:date>2013-04-01T19:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected NULL behavior</title>
      <link>https://community.qlik.com/t5/QlikView/Unexpected-NULL-behavior/m-p/407839#M151713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see the attachement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 17:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unexpected-NULL-behavior/m-p/407839#M151713</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-04-02T17:23:05Z</dc:date>
    </item>
  </channel>
</rss>

