<?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 query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-query/m-p/316924#M116931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({&amp;lt;Year=&lt;STRONG&gt;{2010,2011}&lt;/STRONG&gt;&amp;gt;}values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year=&lt;STRONG&gt;{2010}+{2011}&lt;/STRONG&gt;&amp;gt;}values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year=&lt;STRONG&gt;{2010}/{2011}&lt;/STRONG&gt;&amp;gt;}values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is&amp;nbsp; differencee between above three expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting same result on each.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jan 2012 14:23:07 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2012-01-30T14:23:07Z</dc:date>
    <item>
      <title>set analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-query/m-p/316924#M116931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({&amp;lt;Year=&lt;STRONG&gt;{2010,2011}&lt;/STRONG&gt;&amp;gt;}values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year=&lt;STRONG&gt;{2010}+{2011}&lt;/STRONG&gt;&amp;gt;}values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year=&lt;STRONG&gt;{2010}/{2011}&lt;/STRONG&gt;&amp;gt;}values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is&amp;nbsp; differencee between above three expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting same result on each.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 14:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-query/m-p/316924#M116931</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-01-30T14:23:07Z</dc:date>
    </item>
    <item>
      <title>set analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-query/m-p/316925#M116932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe in your case there is no difference between these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You get all the values for year 2010 and 2011.&lt;/P&gt;&lt;P&gt;2. You get the values for year 2010 + values for year 2011 (same as above).&lt;/P&gt;&lt;P&gt;3. In this case the data sets for year 2010 and 2011 are disjoint and the symetrical difference of these will just give you sum of both sets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Przemek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 14:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-query/m-p/316925#M116932</guid>
      <dc:creator />
      <dc:date>2012-01-30T14:34:39Z</dc:date>
    </item>
    <item>
      <title>set analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-query/m-p/316926#M116933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then why are considering / and + as two set operators&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 14:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-query/m-p/316926#M116933</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-01-30T14:35:58Z</dc:date>
    </item>
    <item>
      <title>set analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-query/m-p/316927#M116934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on your data set. Symmetric difference will give you all data that is related to the year 2010 and 2011, but not both of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your case you probably have some values that are related to the year 2010 and some to the year 2011, but you don't have values that are related to the year 2010 and 2011 the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In such case the simmetric difference will give you a sum of these values (the same as + operator).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If these would intersect (some of the values would be related to both year 2010 and 2011) the result of / and + would be different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 14:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-query/m-p/316927#M116934</guid>
      <dc:creator />
      <dc:date>2012-01-30T14:50:21Z</dc:date>
    </item>
    <item>
      <title>set analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-query/m-p/316928#M116935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks pk .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can i have&amp;nbsp; sample file where we can understand the difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 07:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-query/m-p/316928#M116935</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-01-31T07:55:58Z</dc:date>
    </item>
  </channel>
</rss>

