<?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 comparing selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-comparing-selections/m-p/333488#M578834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check attached file for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2012 13:03:17 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2012-03-02T13:03:17Z</dc:date>
    <item>
      <title>Set-Analysis comparing selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-comparing-selections/m-p/333484#M578830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to count how many customers who has bought each product. And this is not a problem for me. But when I want to count how many customers who has bought a combination of products then I have a problem. Is ther any possible solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I would like to know how many customers who has a combination of product 02 and 04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to have a presentation like this.&lt;/P&gt;&lt;P&gt;Product&amp;nbsp; Numbers of customer&lt;/P&gt;&lt;P&gt;02 not 04&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;02 and 04&amp;nbsp; 2&amp;nbsp; &lt;/P&gt;&lt;P&gt;04 not 02&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[CustomerID, ProductID&lt;/P&gt;&lt;P&gt;1,03&lt;/P&gt;&lt;P&gt;1,02&lt;/P&gt;&lt;P&gt;2,04&lt;/P&gt;&lt;P&gt;3,05&lt;/P&gt;&lt;P&gt;3,03&lt;/P&gt;&lt;P&gt;4,03&lt;/P&gt;&lt;P&gt;5,02&lt;/P&gt;&lt;P&gt;5,04&lt;/P&gt;&lt;P&gt;6,04&lt;/P&gt;&lt;P&gt;6,06&lt;/P&gt;&lt;P&gt;6,02 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 10:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-comparing-selections/m-p/333484#M578830</guid>
      <dc:creator />
      <dc:date>2012-03-02T10:30:03Z</dc:date>
    </item>
    <item>
      <title>Set-Analysis comparing selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-comparing-selections/m-p/333485#M578831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can re-use the crosstabulation solution I posted here for that, using the same dimension ProductID twice:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/162179#162179"&gt;http://community.qlik.com/message/162179&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 10:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-comparing-selections/m-p/333485#M578831</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-02T10:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set-Analysis comparing selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-comparing-selections/m-p/333486#M578832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check attached file for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 10:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-comparing-selections/m-p/333486#M578832</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-03-02T10:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set-Analysis comparing selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-comparing-selections/m-p/333487#M578833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. It´s very userful when comparing two dimension. But I also want to have a third dimension. Like a venndiagram. Following combination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product Numbers of customers.&lt;/P&gt;&lt;P&gt;01 and 02 and 03&lt;/P&gt;&lt;P&gt;01 and 02&lt;/P&gt;&lt;P&gt;01 not 02 not 03&lt;/P&gt;&lt;P&gt;02 and 03&lt;/P&gt;&lt;P&gt;02 not 03 not 01&lt;/P&gt;&lt;P&gt;03 not 01 not 02&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 12:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-comparing-selections/m-p/333487#M578833</guid>
      <dc:creator />
      <dc:date>2012-03-02T12:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set-Analysis comparing selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-comparing-selections/m-p/333488#M578834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check attached file for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 13:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-comparing-selections/m-p/333488#M578834</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-03-02T13:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set-Analysis comparing selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-comparing-selections/m-p/333489#M578835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. What if I want to have a posibility to dynamic change ProductID. Is it possible to use som kind of variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 13:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-comparing-selections/m-p/333489#M578835</guid>
      <dc:creator />
      <dc:date>2012-03-02T13:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set-Analysis comparing selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-comparing-selections/m-p/333490#M578836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create variable vFieldName = ProductID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Aggr(If(Count({&amp;lt;ProductID={'01', '02'}&amp;gt;} DISTINCT $(&lt;STRONG&gt;vFieldName&lt;/STRONG&gt;)) = 2, 1, 0), CustomerID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 13:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-comparing-selections/m-p/333490#M578836</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-03-02T13:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set-Analysis comparing selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-comparing-selections/m-p/333491#M578837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you seen the tab "Sales Overlap" in the "What's new in QV11" demo? Maybe this could give you some ideas, too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 13:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-comparing-selections/m-p/333491#M578837</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-02T13:11:28Z</dc:date>
    </item>
  </channel>
</rss>

