<?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 Count customers with sales between $1000 and $3000 using Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-customers-with-sales-between-1000-and-3000-using-Set/m-p/208888#M64091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there some additional information available about using these symbols in Set Analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jun 2010 13:30:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-06-30T13:30:53Z</dc:date>
    <item>
      <title>Count customers with sales between $1000 and $3000 using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-customers-with-sales-between-1000-and-3000-using-Set/m-p/208884#M64087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;There is a need to count distinct customers who have sales in defined range for selected period.&lt;/P&gt;&lt;P&gt;In help I found this example:&lt;/P&gt;&lt;P&gt;sum( {$&amp;lt;Customer = {"=Sum({1&amp;lt;Year = {2007}&amp;gt;} Sales ) &amp;gt; 1000000"}&amp;gt;} Sales )&lt;/P&gt;&lt;P&gt;transforming in to my case it looks like&lt;/P&gt;&lt;P&gt;=count( {$&amp;lt;Customer={"=Sum(Price*Qty) &amp;gt; 1000"}&amp;gt;} distinct Customer)&lt;/P&gt;&lt;P&gt;But how to add the top value of sales, so I'd have count of Customers, who have sales more than 1000 and less than 3000?&lt;/P&gt;&lt;P&gt;Thanx in advance&lt;/P&gt;&lt;P&gt;Rds,&lt;BR /&gt;AT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 12:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-customers-with-sales-between-1000-and-3000-using-Set/m-p/208884#M64087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-30T12:42:04Z</dc:date>
    </item>
    <item>
      <title>Count customers with sales between $1000 and $3000 using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-customers-with-sales-between-1000-and-3000-using-Set/m-p/208885#M64088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Artjoms.&lt;/P&gt;&lt;P&gt;may be like this:&lt;/P&gt;&lt;P&gt;=count( {$&amp;lt;Customer={"=Sum(Price*Qty) &amp;gt; 1000"} * {"=Sum(Price*Qty) &amp;lt; 3000"}&amp;gt;} distinct Customer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 12:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-customers-with-sales-between-1000-and-3000-using-Set/m-p/208885#M64088</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2010-06-30T12:54:10Z</dc:date>
    </item>
    <item>
      <title>Count customers with sales between $1000 and $3000 using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-customers-with-sales-between-1000-and-3000-using-Set/m-p/208886#M64089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool, it worked&lt;/P&gt;&lt;P&gt;I din't knew about using star in set Analysis sintax&lt;/P&gt;&lt;P&gt;Thanx a log&lt;/P&gt;&lt;P&gt;Rds,&lt;BR /&gt;AT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 13:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-customers-with-sales-between-1000-and-3000-using-Set/m-p/208886#M64089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-30T13:12:37Z</dc:date>
    </item>
    <item>
      <title>Count customers with sales between $1000 and $3000 using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-customers-with-sales-between-1000-and-3000-using-Set/m-p/208887#M64090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, we could. as well as +, - and /&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 13:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-customers-with-sales-between-1000-and-3000-using-Set/m-p/208887#M64090</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2010-06-30T13:23:51Z</dc:date>
    </item>
    <item>
      <title>Count customers with sales between $1000 and $3000 using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-customers-with-sales-between-1000-and-3000-using-Set/m-p/208888#M64091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there some additional information available about using these symbols in Set Analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 13:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-customers-with-sales-between-1000-and-3000-using-Set/m-p/208888#M64091</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-30T13:30:53Z</dc:date>
    </item>
    <item>
      <title>Count customers with sales between $1000 and $3000 using Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-customers-with-sales-between-1000-and-3000-using-Set/m-p/208889#M64092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can download one useful pdf:&lt;/P&gt;&lt;P&gt;http://community.qlik.com/Search/search.aspx?q=QlikLearn-Set-Analysis-Presentation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 13:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-customers-with-sales-between-1000-and-3000-using-Set/m-p/208889#M64092</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2010-06-30T13:32:56Z</dc:date>
    </item>
  </channel>
</rss>

