<?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/561732#M209644</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;If you want to select both values in the same listbox, you need to use the "*". Otherwise, you are selecting all values in CustomerID that correspond to one or the other values in the right part, but not both at the same time. In this case, you only want those CustomerID that are in both stores, not in either of those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Aug 2013 09:18:32 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2013-08-06T09:18:32Z</dc:date>
    <item>
      <title>and in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/and-in-set-analysis/m-p/561728#M209640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I weant to count all my costumers where the store has the number 472 AND 740 meaning the costumer has been to both stores how can I do this???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 08:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/and-in-set-analysis/m-p/561728#M209640</guid>
      <dc:creator />
      <dc:date>2013-08-06T08:58: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/561729#M209641</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;= Count({&amp;lt;Store = {472}&amp;gt; * &amp;lt;Store = {740}&amp;gt;} Customers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 09:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/and-in-set-analysis/m-p/561729#M209641</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-08-06T09:02: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/561730#M209642</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 with&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 _jivemacro_uid_13757805649786887" jivemacro_uid="_13757805649786887"&gt;&lt;P&gt;Count({&amp;lt; Store *= {740, 472} &amp;gt;} CustomerID)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&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 _jivemacro_uid_1375780564977504" jivemacro_uid="_1375780564977504"&gt;&lt;P&gt;Count({&amp;lt; Store = {740} &amp;gt; * &amp;lt; &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;Store = {472}&lt;/SPAN&gt; &amp;gt;} CustomerID)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 09:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/and-in-set-analysis/m-p/561730#M209642</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2013-08-06T09:02: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/561731#M209643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;according to your question, no any use of and operater that is *.&lt;/P&gt;&lt;P&gt;then simply try with or operator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;CODE class="jive-code"&gt;Count({&amp;lt; Store = {470, 472} &amp;gt;} CustomerID)&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or try this&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;CODE class="jive-code"&gt;Count({&amp;lt; Store = {'470', '472'} &amp;gt;} CustomerID)&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 09:12:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/and-in-set-analysis/m-p/561731#M209643</guid>
      <dc:creator />
      <dc:date>2013-08-06T09:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: and in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/and-in-set-analysis/m-p/561732#M209644</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;If you want to select both values in the same listbox, you need to use the "*". Otherwise, you are selecting all values in CustomerID that correspond to one or the other values in the right part, but not both at the same time. In this case, you only want those CustomerID that are in both stores, not in either of those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 09:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/and-in-set-analysis/m-p/561732#M209644</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2013-08-06T09:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: and in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/and-in-set-analysis/m-p/561733#M209645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i agree sir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 09:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/and-in-set-analysis/m-p/561733#M209645</guid>
      <dc:creator />
      <dc:date>2013-08-06T09:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: and in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/and-in-set-analysis/m-p/561734#M209646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I select one of theses stores and then I want to figure out how many costumers where in both stores not just in one. if i use * i only get 0 and that is defenetly not correct &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 10:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/and-in-set-analysis/m-p/561734#M209646</guid>
      <dc:creator />
      <dc:date>2013-08-06T10:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: and in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/and-in-set-analysis/m-p/561735#M209647</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;ig tried now the * and the + and both is giving me an incorrect result. It is acting like an OR and not like an AND. I select my 2 stores now in the listbox and then i wrote count(&lt;CODE class="jive-code"&gt;{&amp;lt; Store = {740} &amp;gt; * &amp;lt; Store = {472} &amp;gt;} CustomerID) and I also tried it with '+'. I mena with acting like an OR that all Costumers are beeing count that have been either in store 472 or 740 and not in both. &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 12:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/and-in-set-analysis/m-p/561735#M209647</guid>
      <dc:creator />
      <dc:date>2013-08-06T12:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: and in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/and-in-set-analysis/m-p/561736#M209648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count({$&amp;lt;_FILIALE *= {'472','740'}&amp;gt;}_KUNDEN_ID) &lt;/P&gt;&lt;P&gt;I also tried the the formula above. and I never get the right result. Either it is 0 or all costumers will be count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would very appriciate if someone could help me it is very important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 08:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/and-in-set-analysis/m-p/561736#M209648</guid>
      <dc:creator />
      <dc:date>2013-08-07T08:33: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/561737#M209649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sobasicly waht i need is the intersection of one field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 08:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/and-in-set-analysis/m-p/561737#M209649</guid>
      <dc:creator />
      <dc:date>2013-08-07T08:36:36Z</dc:date>
    </item>
  </channel>
</rss>

