<?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: AND in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730099#M475745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right. But what you are thinking of - is not realistic. &lt;SPAN style="text-decoration: underline;"&gt;At the same time a single field(for you - articleNr) can't have two values.&lt;/SPAN&gt;&amp;nbsp; So AND logic is illogical here. What do you say?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2014 08:48:02 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-07-08T08:48:02Z</dc:date>
    <item>
      <title>AND in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730090#M475736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a problem with a set analysis.&lt;/P&gt;&lt;P&gt;I'd like to get all records of companies which use the combination of 2 products, &lt;STRONG style="text-decoration: underline;"&gt;NOT&lt;/STRONG&gt; only one of the products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example (does not work I know):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. product:&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;articleNr={111}&amp;gt;} numberOfLicences)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. product:&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;articleNr={222}&amp;gt;} numberOfLicences)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As information, my data model looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;company as dimension table&lt;/P&gt;&lt;P&gt;calendar as dimension table&lt;/P&gt;&lt;P&gt;products as transaction table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to solve this?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 08:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730090#M475736</guid>
      <dc:creator />
      <dc:date>2014-07-08T08:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: AND in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730091#M475737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide little sample data with required output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=COUNT({&amp;lt;articleNr = {111}, articleNr = {222}&amp;gt;}DISTINCT numberOfLicences)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=COUNT({&amp;lt;articleNr = {111}, articleNr = {222}&amp;gt;}DISTINCT numberOfLicences)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 08:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730091#M475737</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-08T08:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: AND in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730092#M475738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;comma between two expression worked as and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({&amp;lt;&lt;STRONG&gt;A={222},&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;B={'somvalue'}&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;gt;} fieldname)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or is like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({&amp;lt;A=&lt;STRONG&gt;{222,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;322}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;gt;} fieldname)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 08:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730092#M475738</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-07-08T08:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: AND in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730093#M475739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont' know, wheter i am getting it correct or not. but what i understand is that you required &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;articleNr 111, and 222 with number of licences. If it is so&amp;nbsp; then use below .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=sum({&amp;lt;articleNr={111,222}&amp;gt;} numberOfLicences) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 08:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730093#M475739</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-07-08T08:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: AND in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730094#M475740</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 in expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Aggr(If(Count(Distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;articleNr&lt;/SPAN&gt;) &amp;gt; 1, Sum(Measure)), Customer))&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>Tue, 08 Jul 2014 08:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730094#M475740</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-07-08T08:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: AND in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730095#M475741</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;thanks for your answer but this is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 08:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730095#M475741</guid>
      <dc:creator />
      <dc:date>2014-07-08T08:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: AND in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730096#M475742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using a comma separation &lt;A&gt;={'111','222'} will make an OR rather than an AND, I think. Using &lt;/A&gt;&lt;A&gt;={'111'}, &lt;/A&gt;&lt;A&gt;={'222'} forces an AND.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 08:37:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730096#M475742</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-07-08T08:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: AND in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730097#M475743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is not working, if i do it like that, i get all companies which have 222 OR 322, but i Need those which have 222 AND 322&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 08:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730097#M475743</guid>
      <dc:creator />
      <dc:date>2014-07-08T08:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: AND in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730098#M475744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me know the edited version working or not...if not working, kindly provide your sample data..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 08:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730098#M475744</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-08T08:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: AND in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730099#M475745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right. But what you are thinking of - is not realistic. &lt;SPAN style="text-decoration: underline;"&gt;At the same time a single field(for you - articleNr) can't have two values.&lt;/SPAN&gt;&amp;nbsp; So AND logic is illogical here. What do you say?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 08:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730099#M475745</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-07-08T08:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: AND in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730100#M475746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont understand what you reuired&lt;/P&gt;&lt;P&gt;but see below for more clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit;"&gt;sum({&amp;lt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;A={222},&lt;/STRONG&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;B={'somvalue'}&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;gt;} fieldname)&amp;nbsp; -------------------&amp;gt; it will give you result where a=222 and B='Some value'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit;"&gt;or is like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;SPAN style="font-style: inherit;"&gt;sum({&amp;lt;A=&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;{222,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;322}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;gt;} fieldname)--------------------------------------&amp;gt; if A=222 or A=322 then it sum the value&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit;"&gt;or you may also try below&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.333333969116211px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;STRONG&gt;sum({&amp;lt;articleNr={111}&amp;gt;} numberOfLicences)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.333333969116211px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;+&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.333333969116211px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;sum({&amp;lt;articleNr={222}&amp;gt;} numberOfLicences)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 09:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730100#M475746</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-07-08T09:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: AND in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730101#M475747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have had the same way of thinking, know that one field can't have two values at the same time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thought that there is perhaps a way to solve this, perhaps if i change my data model, my problem is, that i dont know how ... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 09:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730101#M475747</guid>
      <dc:creator />
      <dc:date>2014-07-08T09:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: AND in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730102#M475748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Use the union between the two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Operator&amp;nbsp;&amp;nbsp;&amp;nbsp; Operator name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; desc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Union&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Returns a set of records that belongs to union of sets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 09:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730102#M475748</guid>
      <dc:creator />
      <dc:date>2014-07-08T09:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: AND in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730103#M475749</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;Perhaps the problem is this: Since set analysis is effectively a way of coding selections, whatever you are selecting with set analysis must also be manually selectable. Now for AND selections in a list box, the data needs to be structured in a particular way. Once you have done, this then perhaps one of the proposals above will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search here AND LISTBOX or similar, or check the manual for how to structure your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 09:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730103#M475749</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-07-08T09:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: AND in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730104#M475750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be in the fron-end too you can achieve that. Could you explain better about your requirement ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 09:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730104#M475750</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-07-08T09:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: AND in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730105#M475751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With SET ANALYSIS this could be calculated like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum&lt;/STRONG&gt;({&amp;lt;Company=P({&amp;lt;Product={'A'}&amp;gt;})&amp;gt;*&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt; line-height: 1.5em; background-color: transparent;"&gt;&amp;lt;Company=P({&amp;lt;Product={'B'}&amp;gt;}),Product={'A','B'}&amp;gt;} numberOfLicenses)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(this will only be calculated for companies with transactions of both product A and B and it will only sum licenses&lt;/P&gt;&lt;P&gt;of A or B).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum&lt;/STRONG&gt;({&amp;lt;Company=P({&amp;lt;Product={'A'}&amp;gt;})&amp;gt;*&amp;lt;Company=P({&amp;lt;Product={'B'}&amp;gt;})&amp;gt;} numberOfLicenses)&lt;/P&gt;&lt;P&gt;(this will only be calculated for companies with transactions of both product A and B and it will sum all kinds of licenses for these companies).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that the asterisk in a SET ANALYSIS is the set operator INTERSECTION.. So basically by using the&lt;BR /&gt;P() element function which selects all companies that have transactions for product A and intersect that with companies that have transactions for product B you will get only companies that have transactions with both products. In addition when you do the sum make sure to specify that you only want sums for these two products... if that is what you need in your chart....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will also upload a complete example QVW to illustrate even better....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 08:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730105#M475751</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2014-07-20T08:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: AND in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730106#M475752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="2014-07-20-Set_Analysis.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/62726_2014-07-20-Set_Analysis.JPG.jpg" style="width: 620px; height: 494px;" /&gt;&lt;IMG alt="2014-07-20-Set_Analysis_2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/62727_2014-07-20-Set_Analysis_2.JPG.jpg" style="width: 620px; height: 496px;" /&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 08:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730106#M475752</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2014-07-20T08:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: AND in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730107#M475753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually the expression could be simplified somewhat to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Company=P({&amp;lt;Product={'A'}&amp;gt;})*P({&amp;lt;Product={'B'}&amp;gt;}),Product={'A','B'}&amp;gt;} Licenses)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 08:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AND-in-set-analysis/m-p/730107#M475753</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2014-07-21T08:27:36Z</dc:date>
    </item>
  </channel>
</rss>

