<?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 where value is null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786277#M278185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works as it's counting the '-' as a value but remember the - is not a value it's actually a NULL. Sorry should probably have been clearer. So effectively need to return rows where Country 1 is NULL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Feb 2015 15:18:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-11T15:18:26Z</dc:date>
    <item>
      <title>Set Analysis where value is null</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786272#M278180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I have the associated data set and need to count the sum of 'Sales' for 'Country' where&amp;nbsp; 'Country1' is null indicated with '-' . So the total amount should be 28000. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also ( or as part of this even ) is there is a way to simply exclude all non NULL values for Country1 so effectively you'd be left with 3 rows of data ie for SPAIN, SCOTLAND AND IRELAND. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 14:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786272#M278180</guid>
      <dc:creator />
      <dc:date>2015-02-11T14:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis where value is null</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786273#M278181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({1-$&amp;lt;Country={'*'}&amp;gt;}&amp;nbsp; Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 14:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786273#M278181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-11T14:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis where value is null</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786274#M278182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please refer the attachment for the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 15:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786274#M278182</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-02-11T15:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis where value is null</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786275#M278183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Avinash but I think you may have understood. It should &lt;STRONG&gt;only&lt;/STRONG&gt; return rows where country = '-'. So only 3 rows of data should be displayed ie IRELAND SPAIN and SCOTLAND. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 15:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786275#M278183</guid>
      <dc:creator />
      <dc:date>2015-02-11T15:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis where value is null</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786276#M278184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this solution .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: In the dimension check suppress null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 15:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786276#M278184</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-02-11T15:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis where value is null</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786277#M278185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works as it's counting the '-' as a value but remember the - is not a value it's actually a NULL. Sorry should probably have been clearer. So effectively need to return rows where Country 1 is NULL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 15:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786277#M278185</guid>
      <dc:creator />
      <dc:date>2015-02-11T15:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis where value is null</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786278#M278186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can please provide some examples .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 15:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786278#M278186</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-02-11T15:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis where value is null</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786279#M278187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Treat the '-' as NULLS ie blank cells &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 15:28:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786279#M278187</guid>
      <dc:creator />
      <dc:date>2015-02-11T15:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis where value is null</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786280#M278188</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;But in you example file it not null it has the value - so it will be treated as the - value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have blank then only it will be treated as null.&lt;/P&gt;&lt;P&gt;NOTE: Even if you have a single space also it will treated as value &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 15:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-where-value-is-null/m-p/786280#M278188</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-02-11T15:33:36Z</dc:date>
    </item>
  </channel>
</rss>

