<?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: Ignore or include selected dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461295#M485299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Gysbert, &lt;/P&gt;&lt;P&gt;yes I have variable but this is also showing up 0! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 May 2013 10:53:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-15T10:53:52Z</dc:date>
    <item>
      <title>Set analysis: Ignore or include selected dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461291#M485295</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 am not able to find out how to ignore and include some of the dimensions using set analysis. For ex:&lt;/P&gt;&lt;P&gt;Emp&amp;nbsp;&amp;nbsp;&amp;nbsp; Team&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;e1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; T1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;/P&gt;&lt;P&gt;e3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; T2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500&lt;/P&gt;&lt;P&gt;e2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; T1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now selecting e1 should give sum of corresponding team i,e 1000 + 1500 = 2500.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this expression in Text object:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt; Team = {$(#vTeam)}&amp;gt;}Sales) but result is 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the error here?&lt;/P&gt;&lt;P&gt;Also, what are other ways to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: mayank.rishu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 08:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461291#M485295</guid>
      <dc:creator />
      <dc:date>2013-05-15T08:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis: Ignore or include selected dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461292#M485296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&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;[team]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'t1'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[sales]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 10:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461292#M485296</guid>
      <dc:creator />
      <dc:date>2013-05-15T10:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis: Ignore or include selected dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461293#M485297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a variable vTeam with value T1 then &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;sum({$&amp;lt; Team = {'$(vTeam)'}&amp;gt;}Sales)&lt;/SPAN&gt; will return 2500.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not possible to select only e1 and get the total for T1 back and not for T2. e1 is a member of both T1 and T2 so there's not enough information to determine which team total should be shown if you select only e1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 10:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461293#M485297</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-15T10:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis: Ignore or include selected dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461294#M485298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks miteamgib!&lt;/P&gt;&lt;P&gt;This will certainly work but I can't limit it to 't1'. Data can vary accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 10:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461294#M485298</guid>
      <dc:creator />
      <dc:date>2013-05-15T10:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis: Ignore or include selected dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461295#M485299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Gysbert, &lt;/P&gt;&lt;P&gt;yes I have variable but this is also showing up 0! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 10:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461295#M485299</guid>
      <dc:creator />
      <dc:date>2013-05-15T10:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis: Ignore or include selected dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461296#M485300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert,&lt;/P&gt;&lt;P&gt;I agree on your explanation so lets invert the selection to e2. Selecting e2, I need total sum of T1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 11:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461296#M485300</guid>
      <dc:creator />
      <dc:date>2013-05-15T11:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis: Ignore or include selected dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461297#M485301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try sum({&amp;lt;Emp=p({&amp;lt;Emp=,Team=p(Team)&amp;gt;}Emp)&amp;gt;}Sales). See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 16:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461297#M485301</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-15T16:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis: Ignore or include selected dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461298#M485302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks correct! Exactly what I was looking for. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 09:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461298#M485302</guid>
      <dc:creator />
      <dc:date>2013-05-16T09:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis: Ignore or include selected dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461299#M485303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain ? Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;sum({&amp;lt;Emp=p({&amp;lt;Emp=,Team=p(Team)&amp;gt;}Emp)&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 12:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461299#M485303</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2013-05-16T12:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis: Ignore or include selected dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461300#M485304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p = possible&lt;/P&gt;&lt;P&gt;e = exclude&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/68931"&gt;P() &amp;amp;amp; E() and where do you use them?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 18:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Ignore-or-include-selected-dimension/m-p/461300#M485304</guid>
      <dc:creator />
      <dc:date>2015-12-16T18:35:19Z</dc:date>
    </item>
  </channel>
</rss>

