<?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: Union in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/938505#M467913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;=Sum&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="font-style: inherit;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;[Final Customer Group Code]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;={'2030'}&amp;gt; + &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;[Final CG Others] &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;= {'INVENSYS'}&amp;gt;} Sales&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Oct 2015 20:20:17 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-10-08T20:20:17Z</dc:date>
    <item>
      <title>Union in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/938504#M467912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;I am trying to select an union of two selections in a set analysis. Reading the Doc, I understood I had to use the + sign and using the template wizard at &lt;A href="http://tools.qlikblog.at/SetAnalysisWizard/QlikView-SetAnalysis_Wizard_and_Generator.aspx?sa=" title="http://tools.qlikblog.at/SetAnalysisWizard/QlikView-SetAnalysis_Wizard_and_Generator.aspx?sa="&gt;Set Analysis Wizard for QlikView | qlikblog.at&lt;/A&gt; I was led to use a format like the one below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example: Sum({$&amp;lt;group={$(=nath)},division+={$(=gilles)}&amp;gt;}sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In my application I replicated it with below expression&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Final Customer Group Code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'2030'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Final CG Others]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;+={'INVENSYS'}&amp;gt;} Sales&lt;/SPAN&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;) &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 10pt;"&gt;Unfortunately, I can't get to see my Sales on the Union of the two sets. Only the first set (&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Final Customer Group Code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'2030'}) &lt;/SPAN&gt;is included in the results&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 10pt;"&gt;What I am doing wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 10pt;"&gt;Thanks&amp;nbsp; lot for your help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 15:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/938504#M467912</guid>
      <dc:creator />
      <dc:date>2015-10-08T15:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Union in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/938505#M467913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;=Sum&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="font-style: inherit;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;[Final Customer Group Code]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;={'2030'}&amp;gt; + &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;[Final CG Others] &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;= {'INVENSYS'}&amp;gt;} Sales&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 20:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/938505#M467913</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-08T20:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Union in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/938506#M467914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a simple example to look at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101486_Capture.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 20:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/938506#M467914</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-08T20:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Union in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/938507#M467915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works perfect. thanks a lot Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 07:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/938507#M467915</guid>
      <dc:creator />
      <dc:date>2015-10-09T07:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Union in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/938508#M467916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 12:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Union-in-Set-Analysis/m-p/938508#M467916</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-09T12:42:47Z</dc:date>
    </item>
  </channel>
</rss>

