<?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: New Buyers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/New-Buyers/m-p/873966#M305279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A lot of the problem is that I don't fully know where to start. I've got transaction dates and branch names and a customer number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I've built this in excel is to compare the last 6 months transactions to the last months transactions if a customer hasn't bought at a specific branch within the last 6 months but has in the last month then they would be flagged as a new customer to that branch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wanting then to count these new customer and show them in a bar chart with the dimension being the branch name.&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>Mon, 06 Jul 2015 15:06:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-06T15:06:04Z</dc:date>
    <item>
      <title>New Buyers</title>
      <link>https://community.qlik.com/t5/QlikView/New-Buyers/m-p/873960#M305273</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 am wanting to count how many new buyers there are to a branch each month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if a customer hasn't bought at a specific branch in the last six months but buys this month they would be a new buyer.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 14:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Buyers/m-p/873960#M305273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-02T14:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: New Buyers</title>
      <link>https://community.qlik.com/t5/QlikView/New-Buyers/m-p/873961#M305274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to provide more details for people to be able to help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-2380"&gt;QlikCommunity Tip: How to get answers to your post?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 15:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Buyers/m-p/873961#M305274</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-07-02T15:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: New Buyers</title>
      <link>https://community.qlik.com/t5/QlikView/New-Buyers/m-p/873962#M305275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ramon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 09:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Buyers/m-p/873962#M305275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-03T09:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: New Buyers</title>
      <link>https://community.qlik.com/t5/QlikView/New-Buyers/m-p/873963#M305276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a plan to follow (if you need code or a script, follow Ramon's advise)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a resident table that contains a single record for every customer ID and YearMonth combination if that Customer bought something in that month.&lt;/LI&gt;&lt;LI&gt;Order by Customer ID (any order) and by YearMonth (Ascending)&lt;/LI&gt;&lt;LI&gt;Scan the table and compare every record &lt;EM&gt;to the previous record&lt;/EM&gt;: if the Customer IDs don't match (new customer anyway) or the Customer IDs match (same customer) and the previous YearMonth value is more than 6 months before the current YearMonth value, set a NewCustomer flag to 1.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check QV Desktop Help on peek() and previous() functions for information on how to compare subsequent rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 10:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Buyers/m-p/873963#M305276</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-07-03T10:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: New Buyers</title>
      <link>https://community.qlik.com/t5/QlikView/New-Buyers/m-p/873964#M305277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 14:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Buyers/m-p/873964#M305277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-06T14:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: New Buyers</title>
      <link>https://community.qlik.com/t5/QlikView/New-Buyers/m-p/873965#M305278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to turn these steps into a QlikView load script? If not, just ask. It would help however, if you could post an example document with some of your objects and data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 14:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Buyers/m-p/873965#M305278</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-07-06T14:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: New Buyers</title>
      <link>https://community.qlik.com/t5/QlikView/New-Buyers/m-p/873966#M305279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A lot of the problem is that I don't fully know where to start. I've got transaction dates and branch names and a customer number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I've built this in excel is to compare the last 6 months transactions to the last months transactions if a customer hasn't bought at a specific branch within the last 6 months but has in the last month then they would be flagged as a new customer to that branch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wanting then to count these new customer and show them in a bar chart with the dimension being the branch name.&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>Mon, 06 Jul 2015 15:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Buyers/m-p/873966#M305279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-06T15:06:04Z</dc:date>
    </item>
  </channel>
</rss>

