<?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: Set Analysis and Nulls in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/585576#M217298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you're on the right track.&lt;BR /&gt;File from &lt;A href="https://community.qlik.com/qlik-users/92957"&gt;Ajay Prabhakaran&lt;/A&gt; is a little better because it is explicit about 1 and $, but your version works too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jan 2014 19:34:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-29T19:34:26Z</dc:date>
    <item>
      <title>Set Analysis and Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/585572#M217294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I admit I always get confused with Nulls within Set Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I got this situation, I got these rows, RECEIVED_DATE, ASSUM_CONSUM and DVALUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the Sum of DVALUE and want to get all the NULL Values from RECEIVED_DATE and All the Values which are NOT NULL in ASSUM_CONSUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would I be on the right track if I do something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({-&amp;lt;RECEIVED_DATE={*}&amp;gt;}DVALUE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 18:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/585572#M217294</guid>
      <dc:creator>stevegimbrollmt</dc:creator>
      <dc:date>2014-01-29T18:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/585573#M217295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this document will help you.&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, 29 Jan 2014 18:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/585573#M217295</guid>
      <dc:creator>Carlos_Reyes</dc:creator>
      <dc:date>2014-01-29T18:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/585574#M217296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe something like.... &lt;BR /&gt;Sum({&amp;lt;RECEIVED_DATE={''}, ASSUM_CONSUM-={''}&amp;gt;}DVALUE)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 19:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/585574#M217296</guid>
      <dc:creator />
      <dc:date>2014-01-29T19:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/585575#M217297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Steve,&lt;/P&gt;&lt;P&gt;Please check out the attached file. I created a table with three expressions one is just a sum, other sum except null and third is sum for only null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 19:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/585575#M217297</guid>
      <dc:creator />
      <dc:date>2014-01-29T19:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/585576#M217298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you're on the right track.&lt;BR /&gt;File from &lt;A href="https://community.qlik.com/qlik-users/92957"&gt;Ajay Prabhakaran&lt;/A&gt; is a little better because it is explicit about 1 and $, but your version works too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 19:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/585576#M217298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-29T19:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis and Nulls</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/585577#M217299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all with the feedback and all of your suggestions helped.. It turned out that the requirement slightly changed but these were still good guidelines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 11:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-and-Nulls/m-p/585577#M217299</guid>
      <dc:creator>stevegimbrollmt</dc:creator>
      <dc:date>2014-02-10T11:13:31Z</dc:date>
    </item>
  </channel>
</rss>

