<?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: Identifying &amp; Returning Nulls in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Identifying-Returning-Nulls/m-p/285939#M496945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicole,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe like attached? Doing this in the frontend is quite a heavy requirement, since as stated above, it's not a NULL problem, it's a missing problem.&lt;/P&gt;&lt;P&gt;I could build a string with all values for Store#, though, and a string with the 'non voids', then I needed to subtract both strings, the resulting code looks a bit strange, cause you need to iterate within an expression over substrings, I used valueloop for that (I really begin to like this function).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I missed a much easier solution, I had fun doing the string subtraction anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps somehow,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Nov 2011 10:34:10 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2011-11-04T10:34:10Z</dc:date>
    <item>
      <title>Identifying &amp; Returning Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Identifying-Returning-Nulls/m-p/285936#M496941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a chart and I would like to display all records with a null value in my expression.&amp;nbsp; Currently the expression returns records with a value of &amp;lt;0, but I would also like to see nulls.&amp;nbsp; I have played around with if(IsNull...) and LEN(TRIM) have not gotten it to work yet.&amp;nbsp; Here is my current expresion, and I'm attaching a sample.&amp;nbsp; I want to list all store numbers with &amp;lt;= 0 cases shipped.&amp;nbsp; Does anyone know if it is possible to identify nulls in this way?&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #00b400; font-size: 8pt;"&gt;&lt;STRONG style="color: #00b400; font-size: 8pt;"&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;=concat({$&amp;lt;STORE#=&amp;gt;}distinct if(aggr(sum(QTY_SHIP),STORE#,[Product No])&amp;lt;0.001,STORE#),', ')&lt;/SPAN&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 14:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identifying-Returning-Nulls/m-p/285936#M496941</guid>
      <dc:creator />
      <dc:date>2011-10-31T14:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying &amp; Returning Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Identifying-Returning-Nulls/m-p/285937#M496943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having looked at the display options for the chart in your example, the data you want to show as 0 is not a null value, but a missing value (chart properties -&amp;gt; presentation and change the null and missing symbol options).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you could just set the missing symbol to be 0? Otherwise you might be able to force the missing data to be nulls with a value of 0 in the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: rbiscoeodi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 15:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identifying-Returning-Nulls/m-p/285937#M496943</guid>
      <dc:creator />
      <dc:date>2011-10-31T15:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying &amp; Returning Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Identifying-Returning-Nulls/m-p/285938#M496944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestion.&amp;nbsp; Changing the the null &amp;amp; missing symbols did not change the result.&amp;nbsp; I added an image that shows the result I am looking for in my sample.&amp;nbsp; I can't change the load script, so my solution will have to be in the object itself. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 15:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identifying-Returning-Nulls/m-p/285938#M496944</guid>
      <dc:creator />
      <dc:date>2011-10-31T15:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying &amp; Returning Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Identifying-Returning-Nulls/m-p/285939#M496945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicole,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe like attached? Doing this in the frontend is quite a heavy requirement, since as stated above, it's not a NULL problem, it's a missing problem.&lt;/P&gt;&lt;P&gt;I could build a string with all values for Store#, though, and a string with the 'non voids', then I needed to subtract both strings, the resulting code looks a bit strange, cause you need to iterate within an expression over substrings, I used valueloop for that (I really begin to like this function).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I missed a much easier solution, I had fun doing the string subtraction anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps somehow,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 10:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identifying-Returning-Nulls/m-p/285939#M496945</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-04T10:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying &amp; Returning Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Identifying-Returning-Nulls/m-p/285940#M496946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicole,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a similar issue which I resolved and posted about here:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/8618#8618"&gt;http://community.qlik.com/message/8618#8618&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 11:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identifying-Returning-Nulls/m-p/285940#M496946</guid>
      <dc:creator>jedgson</dc:creator>
      <dc:date>2011-11-04T11:05:24Z</dc:date>
    </item>
  </channel>
</rss>

