<?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: Indirect Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452448#M695510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer is very usefull!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Jun 2013 06:46:10 GMT</pubDate>
    <dc:creator>marco_puccetti</dc:creator>
    <dc:date>2013-06-08T06:46:10Z</dc:date>
    <item>
      <title>Indirect Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452446#M695508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i'm new to Qlikview and i need a further explaination about p() and e() functions.&lt;/P&gt;&lt;P&gt;I've read on the guides the meaning of these two functions but i'm really interested in there real functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example we can omit the p operator?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sum({$&amp;lt;CompanyName = p({$&amp;lt;CategoryName={'Baby Clothes'}&amp;gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CompanyName) - p({$&amp;lt;CategoryName={'SportsWear'}&amp;gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CompanyName)&amp;gt;} Sales)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In particular can you explain me the difference between:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;p({$&amp;lt;CategoryName={'Baby Clothes'}&amp;gt;}&lt;/EM&gt;&lt;EM style="font-size: 10pt;"&gt;CompanyName)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;{$&amp;lt;CategoryName={'Baby Clothes'}&amp;gt;}&lt;/EM&gt;&lt;EM style="font-size: 10pt;"&gt;CompanyName&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you can explain me the same thing form the e function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 17:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452446#M695508</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2013-06-07T17:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452447#M695509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't leave out the p operator. This isn't correct syntax: {$&amp;lt;CategoryName={'Baby Clothes'}&amp;gt;}CompanyName. Nor would sum({$&amp;lt;CategoryName={'Baby Clothes'}&amp;gt;}CompanyName) be since names are not something to aggregate. It's not clear what you actually meant. I'll try to explain things a bit below. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some sample data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="160" style="width: 225px; border: 1px solid #000000; height: 141px;" width="223"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Company&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Category&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Baby Clothes&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;SportsWear&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Baby Clothes&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Dresses&lt;/TD&gt;&lt;TD&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;SportsWear&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;Dresses&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Category={'Baby Clothes'}&amp;gt;}Sales) will return the sum of sales for only Baby Clothes. It will return this per company:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="68" style="width: 185px; border: 1px solid #000000; height: 41px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Company&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Sum of Sales&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Company C didn't sell any Baby Clothes so it is not shown in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sum({$&amp;lt;Company = p({$&amp;lt;Category={'Baby Clothes'}&amp;gt;} Company) &amp;gt;} Sales)&lt;/EM&gt; will return the total sales for each company that sold (among other things) Baby Clothes. That looks like this per company:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="68" style="width: 182px; border: 1px solid #000000; height: 24px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Company&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Sum of Sales&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again company C isn't shown because it didn't sell Baby Clothes so it's not returned by &lt;EM&gt;p({$&amp;lt;Category={'Baby Clothes'}&amp;gt;} Company)&lt;/EM&gt;. Instead of the just the sales of the Baby Clothes now the total sales per company is shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sum({$&amp;lt;Company = p({$&amp;lt;Category={'Baby Clothes'}&amp;gt;} Company) &amp;gt;-&amp;lt;Company = p({$&amp;lt;Category={'SportsWear'}&amp;gt;} Company) &amp;gt;} Sales)&lt;/EM&gt; will return the total sales for each company that sold Baby Clothes, but also did not sell any SportsWear. The result per company looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="68" style="width: 182px; border: 1px solid #000000; height: 24px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Company&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Sum of Sales&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Company A sold Baby Clothes, but also SportWear so it's excluded from the sum. The result is that only the total sales of Company B is shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally e(): sum({$&amp;lt;Company = e({$&amp;lt;Category={'Baby Clothes'}&amp;gt;} Company) &amp;gt;} Sales) will return the total sales of any company that did not sell any Baby Clothes. With the sample data it will return this since only company C didn't sell any Baby Clothes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="68" style="width: 182px; border: 1px solid #000000; height: 24px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Company&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Sum of Sales&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;35&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps make things clear for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 18:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452447#M695509</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-06-07T18:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452448#M695510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer is very usefull!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jun 2013 06:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452448#M695510</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2013-06-08T06:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452449#M695511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK&lt;/P&gt;&lt;P&gt;How i can get this table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="160" style="width: 404px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="border: 1px solid #000000; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Category&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="border: 1px solid #000000; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="border: 1px solid #000000; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Comment&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;70&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;Sum Company=A,B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000;"&gt;Dresses&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;75&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;Sum Company=B,C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000;"&gt;SportsWear&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;65&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;Sum Company=A,C&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eugeny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Aug 2013 19:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452449#M695511</guid>
      <dc:creator>Eugeny_Ilyin</dc:creator>
      <dc:date>2013-08-11T19:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452450#M695512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although i think the multiple condition operator is allowed, a simple form could be the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #f5f5f5;"&gt;sum({$&amp;lt;Company={'A'}&amp;gt;}Sales)+&lt;SPAN style="color: #737373; font-family: Arial; background-color: #f5f5f5;"&gt;sum({$&amp;lt;Company={'B'}&amp;gt;}Sales) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #f5f5f5;"&gt;sum({$&amp;lt;Company={'B'}&amp;gt;}Sales)+&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #f5f5f5;"&gt;sum({$&amp;lt;Company={'C'}&amp;gt;}Sales) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #f5f5f5;"&gt;sum({$&amp;lt;Company={'A'}&amp;gt;}Sales)+&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #f5f5f5;"&gt;sum({$&amp;lt;Company={'C'}&amp;gt;}Sales) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somebody knows other form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 07:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452450#M695512</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2013-08-12T07:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452451#M695513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="160" style="width: 655px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="border: 1px solid #000000; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Category&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="border: 1px solid #000000; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="border: 1px solid #000000; background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Expressions from text box&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;70&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;=sum({$&amp;lt;Company = p({$&amp;lt;Category={'Baby Clothes'}&amp;gt;} Company) &amp;gt;} Sales)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000;"&gt;Dresses&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;75&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;=sum({$&amp;lt;Company = p({$&amp;lt;Category={'Dresses'}&amp;gt;} Company) &amp;gt;} Sales)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000;"&gt;SportsWear&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;65&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;=sum({$&amp;lt;Company = p({$&amp;lt;Category={'SportsWear}&amp;gt;} Company) &amp;gt;} Sales)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use one expression in the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;Company = p({$&amp;lt;Category=&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;...?...&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;gt;} Company) &amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 10:04:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452451#M695513</guid>
      <dc:creator>Eugeny_Ilyin</dc:creator>
      <dc:date>2013-08-12T10:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452452#M695514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If you want the sum per category of the number of 'Baby Clothes', try with this, i can't test it but i'm confident that it's working (you can then replicate this with the other categories):&lt;/SPAN&gt;&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;Category = {'Baby&amp;nbsp; Clothes'&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;} &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Category&lt;/SPAN&gt;) &amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that 70 is not the sum of the only 'Baby Clothes' category in A and B company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Let me know if it's working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 13:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452452#M695514</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2013-08-12T13:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452453#M695515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want get total sales of outlets carrying category for ACV&amp;amp;PCV calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 14:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452453#M695515</guid>
      <dc:creator>Eugeny_Ilyin</dc:creator>
      <dc:date>2013-08-12T14:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Indirect Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452454#M695516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get the total sale of a two particular categories you have to use this statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Category = {'Baby&amp;nbsp; Clothes','Dresses'} &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case you get the sum of Sales for baby Clothes and Dresses categories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 15:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Indirect-Set-Analysis/m-p/452454#M695516</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2013-08-20T15:32:20Z</dc:date>
    </item>
  </channel>
</rss>

