<?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 Comon Customer Problem Urgent in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comon-Customer-Problem-Urgent/m-p/306745#M113297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think you can do this by creating 12 expression without dimension and it depends maximum date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is it ok for your requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2012 07:28:48 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2012-02-22T07:28:48Z</dc:date>
    <item>
      <title>Comon Customer Problem Urgent</title>
      <link>https://community.qlik.com/t5/QlikView/Comon-Customer-Problem-Urgent/m-p/306744#M113296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Customer Loyality.GIF" class="jive-image" src="https://community.qlik.com/legacyfs/online/11512_Customer+Loyality.GIF" /&gt; &lt;/P&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a help as you can see in the image above i need a Number of common customer who have done purchasing across consecutive Months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like for Jan/Feb/Mar,it should customers who have done shopping in all the three months January ,february and March.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz do let me know if you need more information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA the sample data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yashpal SIngh Rawat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 07:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comon-Customer-Problem-Urgent/m-p/306744#M113296</guid>
      <dc:creator />
      <dc:date>2012-02-22T07:01:38Z</dc:date>
    </item>
    <item>
      <title>Comon Customer Problem Urgent</title>
      <link>https://community.qlik.com/t5/QlikView/Comon-Customer-Problem-Urgent/m-p/306745#M113297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think you can do this by creating 12 expression without dimension and it depends maximum date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is it ok for your requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 07:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comon-Customer-Problem-Urgent/m-p/306745#M113297</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-22T07:28:48Z</dc:date>
    </item>
    <item>
      <title>Comon Customer Problem Urgent</title>
      <link>https://community.qlik.com/t5/QlikView/Comon-Customer-Problem-Urgent/m-p/306746#M113298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Celambarasan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Plz could you write a single expression so that i can implement the same for 12 expression.&amp;nbsp;&amp;nbsp; yashpal singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 07:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comon-Customer-Problem-Urgent/m-p/306746#M113298</guid>
      <dc:creator />
      <dc:date>2012-02-22T07:53:54Z</dc:date>
    </item>
    <item>
      <title>Comon Customer Problem Urgent</title>
      <link>https://community.qlik.com/t5/QlikView/Comon-Customer-Problem-Urgent/m-p/306747#M113299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Have a variable with value as &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vCustomers = Concat({&amp;lt;Date={'&amp;gt;=$(=MonthStart(Max(Date),$1))&amp;lt;=$(=MonthEnd(Max(Date),$2))'}&amp;gt;} CustomerID,',')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Sum({&amp;lt;CustomerID={$(=&lt;STRONG&gt;vCustomers(0,0)&lt;/STRONG&gt;)}*{$(=&lt;STRONG&gt;vCustomers(-1,-1)&lt;/STRONG&gt;)'}*{$(=&lt;STRONG&gt;vCustomers(-2,-2)&lt;/STRONG&gt;)'}, Date={"&lt;STRONG&gt;&amp;gt;=$(=MonthStart(Max(Date),-2))&amp;lt;=$(=MonthEnd(Max(Date),0))&lt;/STRONG&gt;"}&amp;gt;} CustomerID,','))},Year=,Month=,MonthYear=&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;=$(=MonthStart(Max(Date),-2))&amp;lt;=$(=MonthEnd(Max(Date),0)) in this instead of 2 use 3 and instead of 0 use 1.&lt;/P&gt;&lt;P&gt;Continue this up to 12 and 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vCustomers(-1,-1) ,vCustomers(-2,-2),vCustomers(-3,-3) for next expr and keeps on going.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 09:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comon-Customer-Problem-Urgent/m-p/306747#M113299</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-22T09:25:22Z</dc:date>
    </item>
  </channel>
</rss>

