<?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: Counting buyers that have bought last month/not bought for 3 months/not bought last 6 months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Counting-buyers-that-have-bought-last-month-not-bought-for-3/m-p/933314#M971266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for this are you able to explain this a little more?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2015 15:35:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-11T15:35:13Z</dc:date>
    <item>
      <title>Counting buyers that have bought last month/not bought for 3 months/not bought last 6 months</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-buyers-that-have-bought-last-month-not-bought-for-3/m-p/933312#M971264</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;&lt;/P&gt;&lt;P&gt;I'm trying to count the buyers that have bought first of all in the last month then the ones that havent bought in 3 months then the ones that havent bought in the last 6 or more months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached the chart I am trying to create and the expression I have so far is -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;count(&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sum({&amp;lt;SOLD.YrMthSeq= {"&amp;lt;=$(=$(vRptYrMthSeqTY) -0) &amp;gt;=$(=$(vRptYrMthSeqTY) -1)"},UNIT.STOCKSTATUS = {'sold'}&amp;gt;} UNIT.TOTALSOLD) &amp;gt; 0,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;BUYER.B_NO))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the set analysis is the sold calendar, buyer.b_no is the unique buyers account number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gareth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 10:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-buyers-that-have-bought-last-month-not-bought-for-3/m-p/933312#M971264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-11T10:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Counting buyers that have bought last month/not bought for 3 months/not bought last 6 months</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-buyers-that-have-bought-last-month-not-bought-for-3/m-p/933313#M971265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps something like these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;BUYER.B_NO=E({&amp;lt;BUYER.B_NO={'sum({&amp;lt;SOLD.YrMthSeq= {"&amp;lt;=$(=$(vRptYrMthSeqTY) -0) &amp;gt;=$(=$(vRptYrMthSeqTY) -3)"},UNIT.STOCKSTATUS = {"sold"}&amp;gt;} UNIT.TOTALSOLD) &amp;gt; 0'}&amp;gt;}BUYER.B_NO)&amp;gt;} BUYER.B_NO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;count({&amp;lt;BUYER.B_NO=E({&amp;lt;BUYER.B_NO={'sum({&amp;lt;SOLD.YrMthSeq= {"&amp;lt;=$(=$(vRptYrMthSeqTY) -0) &amp;gt;=$(=$(vRptYrMthSeqTY) -6)"},UNIT.STOCKSTATUS = {"sold"}&amp;gt;} UNIT.TOTALSOLD) &amp;gt; 0'}&amp;gt;}BUYER.B_NO)&amp;gt;} BUYER.B_NO)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 12:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-buyers-that-have-bought-last-month-not-bought-for-3/m-p/933313#M971265</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-09-11T12:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Counting buyers that have bought last month/not bought for 3 months/not bought last 6 months</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-buyers-that-have-bought-last-month-not-bought-for-3/m-p/933314#M971266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for this are you able to explain this a little more?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 15:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-buyers-that-have-bought-last-month-not-bought-for-3/m-p/933314#M971266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-11T15:35:13Z</dc:date>
    </item>
  </channel>
</rss>

