<?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: How to retrieve the number of lost customer in actual month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-the-number-of-lost-customer-in-actual-month/m-p/1398326#M424261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;=&lt;SPAN style="color: #0000ff;"&gt;P&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Month&lt;/SPAN&gt;={'Aug 2017'}&amp;gt;})-&lt;SPAN style="color: #0000ff;"&gt;P&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Month&lt;/SPAN&gt;={'Aug 2018'}&amp;gt;})&amp;gt;} &lt;SPAN style="color: #0000ff;"&gt;Distinct&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;)&lt;BR /&gt; &amp;amp;&lt;SPAN style="color: #0000ff;"&gt;Chr&lt;/SPAN&gt;(10)&amp;amp;&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Concat&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;=&lt;SPAN style="color: #0000ff;"&gt;P&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Month&lt;/SPAN&gt;={'Aug 2017'}&amp;gt;})-&lt;SPAN style="color: #0000ff;"&gt;P&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Month&lt;/SPAN&gt;={'Aug 2018'}&amp;gt;})&amp;gt;} &lt;SPAN style="color: #0000ff;"&gt;Distinct&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,'-') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173388_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Aug 2017 16:07:47 GMT</pubDate>
    <dc:creator>antoniotiman</dc:creator>
    <dc:date>2017-08-14T16:07:47Z</dc:date>
    <item>
      <title>How to retrieve the number of lost customer in actual month</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-the-number-of-lost-customer-in-actual-month/m-p/1398321#M424256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody , &lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt;I need your help :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN lang="en"&gt;I have sales revenues on customers in August 2017.&lt;BR /&gt;Among these clients active in August 2017, I would like to have the number of customers who are at 0 euros on the month of August 2018&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN lang="en"&gt;How can I have this information please ( using Text box not chart )&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 12:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-the-number-of-lost-customer-in-actual-month/m-p/1398321#M424256</guid>
      <dc:creator />
      <dc:date>2017-08-14T12:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the number of lost customer in actual month</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-the-number-of-lost-customer-in-actual-month/m-p/1398322#M424257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Set Analysis, for example:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;Count({&amp;lt;Month={'August'}, Revenue={0}&amp;gt;} &lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Distinct Customer)&lt;/EM&gt;&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;I don't know your data model exactly, but this more or less can work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 12:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-the-number-of-lost-customer-in-actual-month/m-p/1398322#M424257</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-08-14T12:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the number of lost customer in actual month</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-the-number-of-lost-customer-in-actual-month/m-p/1398323#M424258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Customers ={"=sum(Revenue)=0"}&amp;gt;}distinct Customers)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 12:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-the-number-of-lost-customer-in-actual-month/m-p/1398323#M424258</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-14T12:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the number of lost customer in actual month</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-the-number-of-lost-customer-in-actual-month/m-p/1398324#M424259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , thanks for your time.&lt;BR /&gt;But this not what I expect , indeed : this return customer with revenue = 0 in August.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to retrun the number of customer who were actif in last year and not now :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In august 2017&lt;/P&gt;&lt;P&gt;Customer ID , Revenue&lt;/P&gt;&lt;P&gt;Customer1 , 10 $&lt;/P&gt;&lt;P&gt;Customer2 , 20 $&lt;/P&gt;&lt;P&gt;Customer3 , 30 $&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In August 2018 &lt;/P&gt;&lt;P&gt;Customer1 , 20$&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my request must return ==&amp;gt; 2 ( 2 lost customers )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 13:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-the-number-of-lost-customer-in-actual-month/m-p/1398324#M424259</guid>
      <dc:creator />
      <dc:date>2017-08-14T13:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the number of lost customer in actual month</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-the-number-of-lost-customer-in-actual-month/m-p/1398325#M424260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Customers =p({1&amp;lt;Customers={"=sum({1&amp;lt;Year={'$(=max(Year)-1)'}&amp;gt;}Revenue)&amp;gt;0"}&amp;gt;}Customers)&amp;gt;}distinct Customers)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 13:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-the-number-of-lost-customer-in-actual-month/m-p/1398325#M424260</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-14T13:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the number of lost customer in actual month</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-the-number-of-lost-customer-in-actual-month/m-p/1398326#M424261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;=&lt;SPAN style="color: #0000ff;"&gt;P&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Month&lt;/SPAN&gt;={'Aug 2017'}&amp;gt;})-&lt;SPAN style="color: #0000ff;"&gt;P&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Month&lt;/SPAN&gt;={'Aug 2018'}&amp;gt;})&amp;gt;} &lt;SPAN style="color: #0000ff;"&gt;Distinct&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;)&lt;BR /&gt; &amp;amp;&lt;SPAN style="color: #0000ff;"&gt;Chr&lt;/SPAN&gt;(10)&amp;amp;&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Concat&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;=&lt;SPAN style="color: #0000ff;"&gt;P&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Month&lt;/SPAN&gt;={'Aug 2017'}&amp;gt;})-&lt;SPAN style="color: #0000ff;"&gt;P&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Month&lt;/SPAN&gt;={'Aug 2018'}&amp;gt;})&amp;gt;} &lt;SPAN style="color: #0000ff;"&gt;Distinct&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Customer&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,'-') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173388_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 16:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-the-number-of-lost-customer-in-actual-month/m-p/1398326#M424261</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-08-14T16:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve the number of lost customer in actual month</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-retrieve-the-number-of-lost-customer-in-actual-month/m-p/1553376#M440450</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have same kind of question but little tricky that I have to find no of lost customer in current year compare to previous years.&lt;BR /&gt;&lt;BR /&gt;Thanks in adavance</description>
      <pubDate>Thu, 07 Mar 2019 08:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-retrieve-the-number-of-lost-customer-in-actual-month/m-p/1553376#M440450</guid>
      <dc:creator>Kvr</dc:creator>
      <dc:date>2019-03-07T08:37:55Z</dc:date>
    </item>
  </channel>
</rss>

