<?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 How to get the nums? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-nums/m-p/183925#M501009</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Count({&amp;lt; CountMemberId = {"=Count({&amp;lt; Category = {'A'} &amp;gt; + &amp;lt; Category = {'C'} &amp;gt;} CountMemberId) &amp;gt; 1"} &amp;gt;} DISTINCT CountMemberId)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That will return "1" for those CountMemberId who have bought either 2 "A" or 2 "C".&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Mar 2011 08:22:50 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2011-03-28T08:22:50Z</dc:date>
    <item>
      <title>How to get the nums?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-nums/m-p/183922#M501006</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;I have the following table.&lt;/P&gt;&lt;P&gt;load * Inline&lt;BR /&gt;[&lt;BR /&gt;CountMemberId,Category&lt;BR /&gt;1,A&lt;BR /&gt;1,A&lt;BR /&gt;2,C&lt;BR /&gt;2,A&lt;BR /&gt;3,A&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;I want to use an expression to show how many members have bought at leaset 2 products whose category is A.&lt;/P&gt;&lt;P&gt;For this test, only one whose ID is 1.&lt;/P&gt;&lt;P&gt;How to finish it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 07:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-nums/m-p/183922#M501006</guid>
      <dc:creator />
      <dc:date>2011-03-28T07:40:51Z</dc:date>
    </item>
    <item>
      <title>How to get the nums?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-nums/m-p/183923#M501007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Isaac,&lt;/P&gt;&lt;P&gt;I'd use something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Count({&amp;lt; CountMemberId = {"=Count({&amp;lt; Category = {'A'} &amp;gt;} CountMemberId) &amp;gt; 1"} &amp;gt;} DISTINCT CountMemberId)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 07:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-nums/m-p/183923#M501007</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-28T07:53:13Z</dc:date>
    </item>
    <item>
      <title>How to get the nums?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-nums/m-p/183924#M501008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it works, you are always my teacher.&lt;/P&gt;&lt;P&gt;Now I have an additional question on it.&lt;/P&gt;&lt;P&gt;If I want to get the nums who bought at least 2 product A or at least 1 product C, how to use set analysis, in this case, 1 have bought 2 A and 2 have bought 1 C, so the result is two, how to finish it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;STRONG&gt;Miguel Angel Baeyens.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 08:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-nums/m-p/183924#M501008</guid>
      <dc:creator />
      <dc:date>2011-03-28T08:03:38Z</dc:date>
    </item>
    <item>
      <title>How to get the nums?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-nums/m-p/183925#M501009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Count({&amp;lt; CountMemberId = {"=Count({&amp;lt; Category = {'A'} &amp;gt; + &amp;lt; Category = {'C'} &amp;gt;} CountMemberId) &amp;gt; 1"} &amp;gt;} DISTINCT CountMemberId)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That will return "1" for those CountMemberId who have bought either 2 "A" or 2 "C".&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 08:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-nums/m-p/183925#M501009</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-28T08:22:50Z</dc:date>
    </item>
  </channel>
</rss>

