<?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: Lost, New and Loyal Customers month wise in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Lost-New-and-Loyal-Customers-month-wise/m-p/381337#M142274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx.&lt;/P&gt;&lt;P&gt;It realy helpfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2012 12:48:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-08-29T12:48:43Z</dc:date>
    <item>
      <title>Lost, New and Loyal Customers month wise</title>
      <link>https://community.qlik.com/t5/QlikView/Lost-New-and-Loyal-Customers-month-wise/m-p/381334#M142271</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;&lt;/P&gt;&lt;P&gt;I am trying to find Lost, New and Loyal customers month wise. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User will select year and a month, a pivot table should show the count of the customers lost in current month, new customers in current month and loyal customers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also when user search for a customer, it should fall on these three categories. &lt;/P&gt;&lt;P&gt;I have searched in the community, but could not find the correct solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 04:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lost-New-and-Loyal-Customers-month-wise/m-p/381334#M142271</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2012-08-28T04:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Lost, New and Loyal Customers month wise</title>
      <link>https://community.qlik.com/t5/QlikView/Lost-New-and-Loyal-Customers-month-wise/m-p/381335#M142272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is "Lost, New and Loyal", Attributes, Fields, Group ?&lt;/P&gt;&lt;P&gt;To answer your question the way the info is stored is important.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2012 13:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lost-New-and-Loyal-Customers-month-wise/m-p/381335#M142272</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-08-28T13:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Lost, New and Loyal Customers month wise</title>
      <link>https://community.qlik.com/t5/QlikView/Lost-New-and-Loyal-Customers-month-wise/m-p/381336#M142273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whiteline - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lost Customers - who made sales previous month but not current month&lt;/P&gt;&lt;P&gt;New Customers - who made sales current month but not previous month &lt;/P&gt;&lt;P&gt;Loyal Customers - who made sales previous month and current month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried something like below - It works, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for loyal - &lt;STRONG&gt;count({&amp;lt;Year=, Month=, FY=, CustomerCode= P({&amp;lt;BilledYearMonth={"$(=monthname(max(BilledYearMonth)-1))"}&amp;gt;}), BilledYearMonth={"$(=monthname(max(BilledYearMonth)))"} &amp;gt;} distinct CustomerCode)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for New &lt;STRONG&gt;- count({&amp;lt;Year=, Month=, FY=, CustomerCode= E({&amp;lt;BilledYearMonth={"$(=monthname(max(BilledYearMonth)-1))"}&amp;gt;}), BilledYearMonth={"$(=monthname(max(BilledYearMonth)))"} &amp;gt;}distinct CustomerCode)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;for Lost - &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count({&amp;lt;Year=, Month=, FY=,&amp;nbsp; CustomerCode= E({&amp;lt;BilledYearMonth={"$(=monthname(max(BilledYearMonth)))"}&amp;gt;}), &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;BilledYearMonth={"$(=monthname(max(BilledYearMonth)-1))"} &amp;gt;} DISTINCT CustomerCode)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers !!&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 07:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lost-New-and-Loyal-Customers-month-wise/m-p/381336#M142273</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2012-08-29T07:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Lost, New and Loyal Customers month wise</title>
      <link>https://community.qlik.com/t5/QlikView/Lost-New-and-Loyal-Customers-month-wise/m-p/381337#M142274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx.&lt;/P&gt;&lt;P&gt;It realy helpfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 12:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lost-New-and-Loyal-Customers-month-wise/m-p/381337#M142274</guid>
      <dc:creator />
      <dc:date>2012-08-29T12:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Lost, New and Loyal Customers month wise</title>
      <link>https://community.qlik.com/t5/QlikView/Lost-New-and-Loyal-Customers-month-wise/m-p/381338#M142275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Renjith&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I adapted your solution for my own analysis and it really works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I do not quite understand the code. Could you explain what does it do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Dingyong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jan 2016 15:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lost-New-and-Loyal-Customers-month-wise/m-p/381338#M142275</guid>
      <dc:creator />
      <dc:date>2016-01-03T15:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Lost, New and Loyal Customers month wise</title>
      <link>https://community.qlik.com/t5/QlikView/Lost-New-and-Loyal-Customers-month-wise/m-p/2505217#M1226388</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;What forms does "&lt;STRONG&gt;BilledYearMonth&lt;/STRONG&gt;" have?&lt;/P&gt;
&lt;P&gt;Chers.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 15:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lost-New-and-Loyal-Customers-month-wise/m-p/2505217#M1226388</guid>
      <dc:creator>cardonne_esrf</dc:creator>
      <dc:date>2025-02-10T15:39:01Z</dc:date>
    </item>
  </channel>
</rss>

