<?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 set analysis function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-function/m-p/219473#M72502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it necessary to use set analysis? This expression should work just fine:&lt;BR /&gt;sum(if(isnull(Region), Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Sep 2010 16:09:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-09-27T16:09:43Z</dc:date>
    <item>
      <title>set analysis function</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-function/m-p/219470#M72499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i want to say if is possible to test, with set analysis syntax, if the value in a field is null.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 15:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-function/m-p/219470#M72499</guid>
      <dc:creator>tizianacaem</dc:creator>
      <dc:date>2010-09-27T15:23:01Z</dc:date>
    </item>
    <item>
      <title>set analysis function</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-function/m-p/219471#M72500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´m not sure...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but something like this!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="O"&gt;&lt;B&gt;sum({&amp;lt;Region =-{} &amp;gt;} Sales)&lt;/B&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 15:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-function/m-p/219471#M72500</guid>
      <dc:creator />
      <dc:date>2010-09-27T15:25:41Z</dc:date>
    </item>
    <item>
      <title>set analysis function</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-function/m-p/219472#M72501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately no!&lt;/P&gt;&lt;P&gt;In this way it shows no selection in the Region field.&lt;/P&gt;&lt;P&gt;What I need is the selection for record wich have a value null in the field.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 15:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-function/m-p/219472#M72501</guid>
      <dc:creator>tizianacaem</dc:creator>
      <dc:date>2010-09-27T15:35:05Z</dc:date>
    </item>
    <item>
      <title>set analysis function</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-function/m-p/219473#M72502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it necessary to use set analysis? This expression should work just fine:&lt;BR /&gt;sum(if(isnull(Region), Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 16:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-function/m-p/219473#M72502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-27T16:09:43Z</dc:date>
    </item>
    <item>
      <title>set analysis function</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-function/m-p/219474#M72503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to the Reference Guide, it should be &amp;lt;FIELD = {}&amp;gt; or &amp;lt;FIELD = {'A value that doesn't match anything'}&amp;gt;. I haven't really had a lot of success with those methods. When I've comes across the need for this, I usually replace the Null value with something else. For text, I replace the null value with a dash, which makes it easier to use in Set Analysis and it allows for nulls to be selected in a List Box (if the user knows dash equals null).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 16:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-function/m-p/219474#M72503</guid>
      <dc:creator />
      <dc:date>2010-09-27T16:13:02Z</dc:date>
    </item>
    <item>
      <title>set analysis function</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-function/m-p/219475#M72504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I don't think theres a way to filter null values within a field using set analysis. However you might be able to get the null values inderectly depending on your applications needs. For example lets say you have the following tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt; OrderID, Amount&lt;BR /&gt; 1, 100&lt;BR /&gt; 2, 250&lt;BR /&gt; 3, 300&lt;BR /&gt;];&lt;BR /&gt;join&lt;BR /&gt;load * inline [&lt;BR /&gt;OrderID, Product&lt;BR /&gt;1, 1&lt;BR /&gt;2, 1&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Notice OrderID = 3 does not have any Product associated, in this case you can manage QlikView to display a table containing all the OrderID's with no associated product. To accomplish these, create a table with OrderID as dimension and the following expression:&lt;/P&gt;&lt;P&gt;sum(Amount) - sum({$&amp;lt;Product = {"*"}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 16:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-function/m-p/219475#M72504</guid>
      <dc:creator />
      <dc:date>2010-09-27T16:18:19Z</dc:date>
    </item>
    <item>
      <title>set analysis function</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-function/m-p/219476#M72505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I agree to NMiller and Michael as preferable solutions. Anyway, I did sometimes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;SUM({1 - &amp;lt; NAME = P(NAME) &amp;gt;} AMT)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 16:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-function/m-p/219476#M72505</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-27T16:28:50Z</dc:date>
    </item>
  </channel>
</rss>

