<?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 Recurring Clients over Periods in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Recurring-Clients-over-Periods/m-p/248193#M1206193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have several years of data with thousands of clients each. How can I create a set/chart/expression that will list the recurring clients if there are any? Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Mar 2010 03:23:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-23T03:23:32Z</dc:date>
    <item>
      <title>Recurring Clients over Periods</title>
      <link>https://community.qlik.com/t5/QlikView/Recurring-Clients-over-Periods/m-p/248193#M1206193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have several years of data with thousands of clients each. How can I create a set/chart/expression that will list the recurring clients if there are any? Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 03:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recurring-Clients-over-Periods/m-p/248193#M1206193</guid>
      <dc:creator />
      <dc:date>2010-03-23T03:23:32Z</dc:date>
    </item>
    <item>
      <title>Recurring Clients over Periods</title>
      <link>https://community.qlik.com/t5/QlikView/Recurring-Clients-over-Periods/m-p/248194#M1206194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to do this in the script of course. I would say after you have loaded in the client table, make a new table, group by client_id, then code if (count(purchase#) &amp;gt; 1, 1, 0) as RepeatCustomerFlag. In this example, you would be tracking whether a customer has more than 1 purchase number, and if so, he is a repeat customer. Then, in your chart, you could use set the dimension to something like this: if(RepeatCustomerFlag=1,client_id) and suppress nulls.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 22:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recurring-Clients-over-Periods/m-p/248194#M1206194</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-03-23T22:03:19Z</dc:date>
    </item>
    <item>
      <title>Recurring Clients over Periods</title>
      <link>https://community.qlik.com/t5/QlikView/Recurring-Clients-over-Periods/m-p/248195#M1206195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much for the reply. I will try this out and let you know how it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 19:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recurring-Clients-over-Periods/m-p/248195#M1206195</guid>
      <dc:creator />
      <dc:date>2010-03-24T19:44:10Z</dc:date>
    </item>
  </channel>
</rss>

