<?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 Categorise Clients based on Continuous Monthly Sales in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Categorise-Clients-based-on-Continuous-Monthly-Sales/m-p/986052#M949252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to classify my customer sales. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to add a category field to my clients. &lt;/P&gt;&lt;P&gt;A - Order value greater 0 in each of the last 3 months. &lt;/P&gt;&lt;P&gt;B - Order value greater 0 in each of the last 6 months.&lt;/P&gt;&lt;P&gt;C - Order value greater 0 in each of the last 9 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what function to use. I'd prefer to use an expression within my chart if possible rather than as part of my load script but I'm open to either. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Any suggestions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Steve &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Dec 2015 00:12:03 GMT</pubDate>
    <dc:creator>itatspectrum</dc:creator>
    <dc:date>2015-12-10T00:12:03Z</dc:date>
    <item>
      <title>Categorise Clients based on Continuous Monthly Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Categorise-Clients-based-on-Continuous-Monthly-Sales/m-p/986052#M949252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to classify my customer sales. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to add a category field to my clients. &lt;/P&gt;&lt;P&gt;A - Order value greater 0 in each of the last 3 months. &lt;/P&gt;&lt;P&gt;B - Order value greater 0 in each of the last 6 months.&lt;/P&gt;&lt;P&gt;C - Order value greater 0 in each of the last 9 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what function to use. I'd prefer to use an expression within my chart if possible rather than as part of my load script but I'm open to either. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Any suggestions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Steve &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 00:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Categorise-Clients-based-on-Continuous-Monthly-Sales/m-p/986052#M949252</guid>
      <dc:creator>itatspectrum</dc:creator>
      <dc:date>2015-12-10T00:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Categorise Clients based on Continuous Monthly Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Categorise-Clients-based-on-Continuous-Monthly-Sales/m-p/986053#M949253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( Count({&amp;lt;Date={"&amp;gt;=$(=MonthStart(Max(Date),-2))&amp;lt;=$(=Max(Date))"}, [Order value]={'&amp;gt;0'}&amp;gt;}Distinct Month)=3, A,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If( Count({&amp;lt;Date={"&amp;gt;=$(=MonthStart(Max(Date),-5))&amp;lt;=$(=Max(Date))"}, [Order value]={'&amp;gt;0'}&amp;gt;}Distinct Month)=3, B,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If( Count({&amp;lt;Date={"&amp;gt;=$(=MonthStart(Max(Date),-8))&amp;lt;=$(=Max(Date))"}, [Order value]={'&amp;gt;0'}&amp;gt;}Distinct Month)=3, C))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I don't know if you have a Date field in your data model. It would help. Month names don't subtract all that well.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2015 18:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Categorise-Clients-based-on-Continuous-Monthly-Sales/m-p/986053#M949253</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-12-12T18:09:29Z</dc:date>
    </item>
  </channel>
</rss>

