<?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 Inclusing and Excluding data using Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inclusing-and-Excluding-data-using-Set-Analysis/m-p/184615#M49421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you John, i was looking for something similar (for +10 categories).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My application is like this (just if someone needs to exclude/include more items)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Product={'A'},Category-={'ABC','XYZ'}&amp;gt;} Qty)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // excludes 'ABC','XYZ', leaved everything else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Product={'A'},Category={'ABC','DEF'}&amp;gt;} Qty)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // show only ABC and DEF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;very clean and usefull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2011 09:50:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-02T09:50:21Z</dc:date>
    <item>
      <title>Inclusing and Excluding data using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Inclusing-and-Excluding-data-using-Set-Analysis/m-p/184611#M49417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have data with Three fields Product, Category and Qty. I need to see sum of Qty where Product = A and Category &amp;lt;&amp;gt; ABC.&lt;/P&gt;&lt;P&gt;I have achieved the same using If statement but I want to use Set analysis to achieve the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching a sample application.&lt;/P&gt;&lt;P&gt;Please provide you valuable inputs on the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 12:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inclusing-and-Excluding-data-using-Set-Analysis/m-p/184611#M49417</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2010-11-12T12:35:58Z</dc:date>
    </item>
    <item>
      <title>SV:Inclusing and Excluding data using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Inclusing-and-Excluding-data-using-Set-Analysis/m-p/184612#M49418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is one way to do it:&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Product={'A'}&amp;gt; - 1&amp;lt;Category={'ABC'}&amp;gt;} Qty)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 13:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inclusing-and-Excluding-data-using-Set-Analysis/m-p/184612#M49418</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2010-11-12T13:02:42Z</dc:date>
    </item>
    <item>
      <title>SV:Inclusing and Excluding data using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Inclusing-and-Excluding-data-using-Set-Analysis/m-p/184613#M49419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cool thanks Goran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 13:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inclusing-and-Excluding-data-using-Set-Analysis/m-p/184613#M49419</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2010-11-12T13:10:25Z</dc:date>
    </item>
    <item>
      <title>SV:Inclusing and Excluding data using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Inclusing-and-Excluding-data-using-Set-Analysis/m-p/184614#M49420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should be a little more efficient since it's only one set instead of one set minus another set. Probably won't make much practical difference, though.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;sum({&amp;lt;Product={'A'},Category-={'ABC'}&amp;gt;} Qty)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 20:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inclusing-and-Excluding-data-using-Set-Analysis/m-p/184614#M49420</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-11-12T20:10:23Z</dc:date>
    </item>
    <item>
      <title>Inclusing and Excluding data using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Inclusing-and-Excluding-data-using-Set-Analysis/m-p/184615#M49421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you John, i was looking for something similar (for +10 categories).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My application is like this (just if someone needs to exclude/include more items)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Product={'A'},Category-={'ABC','XYZ'}&amp;gt;} Qty)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // excludes 'ABC','XYZ', leaved everything else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Product={'A'},Category={'ABC','DEF'}&amp;gt;} Qty)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // show only ABC and DEF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;very clean and usefull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 09:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inclusing-and-Excluding-data-using-Set-Analysis/m-p/184615#M49421</guid>
      <dc:creator />
      <dc:date>2011-11-02T09:50:21Z</dc:date>
    </item>
  </channel>
</rss>

