<?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: Set Analysis New Customers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-New-Customers/m-p/640069#M1088044</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;Try this expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan : =Sum({$&amp;lt;ODate={"&amp;gt;=2014-01-01&amp;lt;=2014-01-31"}&amp;gt;} Aggr(If(MonthName(Min(TOTAL &amp;lt;sCustomer&amp;gt; ODate)) = MonthName(ODate), Sum(sSales)), sCustomer, ODate))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feb: =Sum({$&amp;lt;ODate={"&amp;gt;=2014-02-01&amp;lt;=2014-02-28"}&amp;gt;} Aggr(If(MonthName(Min(TOTAL &amp;lt;sCustomer&amp;gt; ODate)) = MonthName(ODate), Sum(sSales)), sCustomer, ODate))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mar: =Sum({$&amp;lt;ODate={"&amp;gt;=2014-03-01&amp;lt;=2014-03-31"}&amp;gt;} Aggr(If(MonthName(Min(TOTAL &amp;lt;sCustomer&amp;gt; ODate)) = MonthName(ODate), Sum(sSales)), sCustomer, ODate))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2014 02:53:54 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-06-05T02:53:54Z</dc:date>
    <item>
      <title>Set Analysis New Customers</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-New-Customers/m-p/640066#M1088041</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 have a requirement to find out sales of only new customers in a specific period. Could you please help me out with set analysis expression. I have attached the sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the period Jan count should be 2, Feb 1, mar 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mc &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 00:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-New-Customers/m-p/640066#M1088041</guid>
      <dc:creator />
      <dc:date>2014-06-05T00:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis New Customers</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-New-Customers/m-p/640067#M1088042</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;Arrive a flag in script for new customers and use it in set analysis, please find attached file for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 02:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-New-Customers/m-p/640067#M1088042</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-06-05T02:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis New Customers</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-New-Customers/m-p/640068#M1088043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan. I don't want to modify the script now as I have a complex model. Isn't it possible to do directly from front end?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;mc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 02:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-New-Customers/m-p/640068#M1088043</guid>
      <dc:creator />
      <dc:date>2014-06-05T02:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis New Customers</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-New-Customers/m-p/640069#M1088044</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;Try this expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan : =Sum({$&amp;lt;ODate={"&amp;gt;=2014-01-01&amp;lt;=2014-01-31"}&amp;gt;} Aggr(If(MonthName(Min(TOTAL &amp;lt;sCustomer&amp;gt; ODate)) = MonthName(ODate), Sum(sSales)), sCustomer, ODate))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feb: =Sum({$&amp;lt;ODate={"&amp;gt;=2014-02-01&amp;lt;=2014-02-28"}&amp;gt;} Aggr(If(MonthName(Min(TOTAL &amp;lt;sCustomer&amp;gt; ODate)) = MonthName(ODate), Sum(sSales)), sCustomer, ODate))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mar: =Sum({$&amp;lt;ODate={"&amp;gt;=2014-03-01&amp;lt;=2014-03-31"}&amp;gt;} Aggr(If(MonthName(Min(TOTAL &amp;lt;sCustomer&amp;gt; ODate)) = MonthName(ODate), Sum(sSales)), sCustomer, ODate))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 02:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-New-Customers/m-p/640069#M1088044</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-06-05T02:53:54Z</dc:date>
    </item>
  </channel>
</rss>

