<?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 What is meant by Indircet Set Analysis...? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-meant-by-Indircet-Set-Analysis/m-p/204076#M61141</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;Wishes from Jai.I would like to know what is meant by "&lt;B&gt;Indirect set analysis&lt;/B&gt;" and how it perfomed?and what is the diffrence between set analysis amd indircet set analysis.Any of you have sample QVW then please share with me.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jun 2010 09:01:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-28T09:01:46Z</dc:date>
    <item>
      <title>What is meant by Indircet Set Analysis...?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-meant-by-Indircet-Set-Analysis/m-p/204076#M61141</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;Wishes from Jai.I would like to know what is meant by "&lt;B&gt;Indirect set analysis&lt;/B&gt;" and how it perfomed?and what is the diffrence between set analysis amd indircet set analysis.Any of you have sample QVW then please share with me.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 09:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-meant-by-Indircet-Set-Analysis/m-p/204076#M61141</guid>
      <dc:creator />
      <dc:date>2010-06-28T09:01:46Z</dc:date>
    </item>
    <item>
      <title>What is meant by Indircet Set Analysis...?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-meant-by-Indircet-Set-Analysis/m-p/204077#M61142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left"&gt;Indirect Set Analysis&lt;/P&gt;&lt;P style="text-align: left"&gt;Set analysis was previously restricted to stating direct selections in a&lt;/P&gt;&lt;P style="text-align: left"&gt;field.&lt;/P&gt;&lt;P style="text-align: left"&gt;Starting with version 9, it is now possible to state selections in a field&lt;/P&gt;&lt;P style="text-align: left"&gt;based on selections in another field.&lt;/P&gt;&lt;P style="text-align: left"&gt;The functions p() and e() can be used to select the set of possible or&lt;/P&gt;&lt;P&gt;excluded values within a field.&lt;/P&gt;&lt;P style="text-align: left"&gt;Indirect Set Analysis&lt;/P&gt;&lt;P style="text-align: left"&gt;• p( ) = Possible&lt;/P&gt;&lt;P style="text-align: left"&gt;• e( ) = Excluded&lt;/P&gt;&lt;P style="text-align: left"&gt;Excluded&lt;/P&gt;&lt;P style="text-align: left"&gt;Possible&lt;/P&gt;&lt;P style="text-align: left"&gt;Customer = p({&amp;lt;Year={$(=max(Year)-1)}&amp;gt;} Customer)&lt;/P&gt;&lt;P style="text-align: left"&gt;Returns customers who had an association to last year.&lt;/P&gt;&lt;P style="text-align: left"&gt;sum(({&amp;lt;Year={$(=max(Year))},&lt;/P&gt;&lt;P style="text-align: left"&gt;Customer = p({&amp;lt;Year={$(=max(Year)-1)} Customer&amp;gt;}) Sales)&lt;/P&gt;&lt;P&gt;Returns this year's sales for customers who had sales last yea&lt;STRONG&gt;r&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;STRONG&gt;Indirect Set Analysis&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;sum({$&amp;lt;CompanyName = p({$&amp;lt;CategoryName={'Baby Clothes'}&amp;gt;}&lt;/P&gt;&lt;P style="text-align: left"&gt;CompanyName)&amp;gt;} Sales)&lt;/P&gt;&lt;P style="text-align: left"&gt;Sales for Customers who purchased Baby Clothes.&lt;/P&gt;&lt;P style="text-align: left"&gt;The set p({}) returns the values of CompanyName (Customer) that&lt;/P&gt;&lt;P style="text-align: left"&gt;purchased Baby Clothes.&lt;/P&gt;&lt;P style="text-align: left"&gt;sum({$&amp;lt;CompanyName = p({$&amp;lt;CategoryName={'Baby Clothes'}&amp;gt;}&lt;/P&gt;&lt;P style="text-align: left"&gt;CompanyName) - p({$&amp;lt;CategoryName={'SportsWear'}&amp;gt;}&lt;/P&gt;&lt;P style="text-align: left"&gt;CompanyName)&amp;gt;} Sales)&lt;/P&gt;&lt;P style="text-align: left"&gt;Sales for Customers who purchased Baby Clothes but not&lt;/P&gt;&lt;P style="text-align: left"&gt;Sportswear.The first set p({}) returns CompanyName that purchased&lt;/P&gt;&lt;P style="text-align: left"&gt;Baby Clothes.The second set p({}) returns CompanyName that&lt;/P&gt;&lt;P style="text-align: left"&gt;Purchased SportsWear.The Unary Operator "-" between the two gives&lt;/P&gt;&lt;P style="text-align: left"&gt;a list of Customers (CompanyName)that belong to the first but not the&lt;/P&gt;&lt;P&gt;other set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 09:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-meant-by-Indircet-Set-Analysis/m-p/204077#M61142</guid>
      <dc:creator>spsrk_84</dc:creator>
      <dc:date>2010-06-28T09:20:43Z</dc:date>
    </item>
    <item>
      <title>What is meant by Indircet Set Analysis...?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-meant-by-Indircet-Set-Analysis/m-p/204078#M61143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ajay,&lt;/P&gt;&lt;P&gt;thanks for your kind rely.I am having some querys on this.If possible please share the .qvw for more clrity.Sorry for the inconvenience.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 09:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-meant-by-Indircet-Set-Analysis/m-p/204078#M61143</guid>
      <dc:creator />
      <dc:date>2010-06-28T09:45:47Z</dc:date>
    </item>
  </channel>
</rss>

