<?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: Null value. in Qlik Learning Discussions</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Null-value/m-p/663404#M308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider you have below data....&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Customer, Sales, Flag&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, 10, -&lt;/P&gt;&lt;P&gt;&amp;nbsp; B, 100, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; C, 50, &lt;/P&gt;&lt;P&gt;&amp;nbsp; D, 40, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; E, 200, &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Text Box, use below expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM(Sales)&lt;/P&gt;&lt;P&gt;Will give you total Sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;Flag = {"=Len(Trim(Replace(Flag,'-','')))&amp;gt;0"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;Will give you SUM(Sales) where Flag is not Null or not -.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;Flag = {"=Len(Trim(Replace(Flag,'-','')))=0"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;Will give you SUM(Sales) where Flag = null or -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2014 14:34:25 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-10-20T14:34:25Z</dc:date>
    <item>
      <title>Null value.</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Null-value/m-p/663401#M305</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 value 1 and - for a dimension called flag. The - is equivalent to null which is the result of left join I have performed. How do I check the - in set analysis to create an expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate any help around this. I read several discussions related to this but nothing helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 14:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Null-value/m-p/663401#M305</guid>
      <dc:creator />
      <dc:date>2014-10-20T14:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Null value.</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Null-value/m-p/663402#M306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What type of expression you want? Kindly elaborate little more !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 14:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Null-value/m-p/663402#M306</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-10-20T14:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Null value.</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Null-value/m-p/663403#M307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expression I'm looking for is simple. To check the dimension for null value or - and sum the sales. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 14:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Null-value/m-p/663403#M307</guid>
      <dc:creator />
      <dc:date>2014-10-20T14:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Null value.</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Null-value/m-p/663404#M308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider you have below data....&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Customer, Sales, Flag&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, 10, -&lt;/P&gt;&lt;P&gt;&amp;nbsp; B, 100, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; C, 50, &lt;/P&gt;&lt;P&gt;&amp;nbsp; D, 40, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; E, 200, &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Text Box, use below expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM(Sales)&lt;/P&gt;&lt;P&gt;Will give you total Sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;Flag = {"=Len(Trim(Replace(Flag,'-','')))&amp;gt;0"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;Will give you SUM(Sales) where Flag is not Null or not -.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;Flag = {"=Len(Trim(Replace(Flag,'-','')))=0"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;Will give you SUM(Sales) where Flag = null or -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 14:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Null-value/m-p/663404#M308</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-10-20T14:34:25Z</dc:date>
    </item>
  </channel>
</rss>

