<?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 Customer Count and Value using set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/New-Customer-Count-and-Value-using-set-analysis/m-p/1462340#M792419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. This expression works. Can you please explain what the below expression does?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Year = Min({&amp;lt;Year&amp;gt;}TOTAL &amp;lt;Customer,[Direct/Indirect Customer],[Service Class],[Service Group]&amp;gt; Year), 1, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jan 2018 18:49:02 GMT</pubDate>
    <dc:creator>sangeess21</dc:creator>
    <dc:date>2018-01-10T18:49:02Z</dc:date>
    <item>
      <title>New Customer Count and Value using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/New-Customer-Count-and-Value-using-set-analysis/m-p/1462338#M792417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on displaying new customer count and value using set analysis. I found few examples on the forum but they do not seem to fit my criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A new customer is one who does not have any activity in the past. Attached is a sample dataset of where I'm getting stuck.&lt;/P&gt;&lt;P&gt;With New SP Customer Count chart, I do get the correct customer count but if I try to reduce the dataset by selecting a year, it shows other years too. E.g.: If I select 2017, it shows 2013,2014,2016 and 2017 but I would like to see 2017 count only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With New SP Customer Value chart, I would like to see the value when the customer first had activity, but it shows the sum of all values for that customer. E.g.: Customer C under Direct, Service B,Group E has a value of $750.00 in 2013, but it shows $7845.00 (sum of all possible values) in the chart. Any idea where I'm going wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sangeetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Customer-Count-and-Value-using-set-analysis/m-p/1462338#M792417</guid>
      <dc:creator>sangeess21</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: New Customer Count and Value using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/New-Customer-Count-and-Value-using-set-analysis/m-p/1462339#M792418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these expression&lt;/P&gt;&lt;P&gt;Middle chart&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(If(Year = Min({&amp;lt;Year&amp;gt;}TOTAL &amp;lt;Customer,[Direct/Indirect Customer],[Service Class],[Service Group]&amp;gt; Year), 1, 0),[Direct/Indirect Customer],[Service Class],[Service Group],Customer, Year))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bottom Chart&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Aggr(If(Year = Min({&amp;lt;Year&amp;gt;}TOTAL &amp;lt;Customer,[Direct/Indirect Customer],[Service Class],[Service Group]&amp;gt; Year), Sum(Value)),[Direct/Indirect Customer],[Service Class],[Service Group],Customer, Year))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 16:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Customer-Count-and-Value-using-set-analysis/m-p/1462339#M792418</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-10T16:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: New Customer Count and Value using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/New-Customer-Count-and-Value-using-set-analysis/m-p/1462340#M792419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. This expression works. Can you please explain what the below expression does?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Year = Min({&amp;lt;Year&amp;gt;}TOTAL &amp;lt;Customer,[Direct/Indirect Customer],[Service Class],[Service Group]&amp;gt; Year), 1, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 18:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Customer-Count-and-Value-using-set-analysis/m-p/1462340#M792419</guid>
      <dc:creator>sangeess21</dc:creator>
      <dc:date>2018-01-10T18:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: New Customer Count and Value using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/New-Customer-Count-and-Value-using-set-analysis/m-p/1462341#M792420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Comparing all years to min year and then display a value if the condition is true &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 18:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Customer-Count-and-Value-using-set-analysis/m-p/1462341#M792420</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-10T18:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: New Customer Count and Value using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/New-Customer-Count-and-Value-using-set-analysis/m-p/1462342#M792421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 19:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-Customer-Count-and-Value-using-set-analysis/m-p/1462342#M792421</guid>
      <dc:creator>sangeess21</dc:creator>
      <dc:date>2018-01-10T19:22:14Z</dc:date>
    </item>
  </channel>
</rss>

