<?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: Intersection: How to get customer count present in consequtive months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Intersection-How-to-get-customer-count-present-in-consequtive/m-p/856248#M1004971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any idea of doing this from front end and not backend scripting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 May 2015 11:38:20 GMT</pubDate>
    <dc:creator>ankit777</dc:creator>
    <dc:date>2015-05-27T11:38:20Z</dc:date>
    <item>
      <title>Intersection: How to get customer count present in consequtive months</title>
      <link>https://community.qlik.com/t5/QlikView/Intersection-How-to-get-customer-count-present-in-consequtive/m-p/856246#M1004969</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;I have data set as attached below.&lt;/P&gt;&lt;P&gt;I want to create a chart which shows count of customer id who are in current month as well as previous month( i.e. the common customer id count). The chart is like shown below.&lt;/P&gt;&lt;P&gt;ex.&lt;/P&gt;&lt;P&gt;Month Count&lt;/P&gt;&lt;P&gt;Jan&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;Feb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;&lt;P&gt;Mar&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 05:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intersection-How-to-get-customer-count-present-in-consequtive/m-p/856246#M1004969</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2015-05-27T05:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Intersection: How to get customer count present in consequtive months</title>
      <link>https://community.qlik.com/t5/QlikView/Intersection-How-to-get-customer-count-present-in-consequtive/m-p/856247#M1004970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit,&lt;/P&gt;&lt;P&gt;Try the following code:&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;LOAD Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Customer Id],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoNumber(Month) As Month_ID&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\Downloads\New Microsoft Excel Worksheet.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Month.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/87648_Month.jpg" style="height: 403px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Tab3:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(peek('Customer Id')=[Customer Id] and peek('Month_ID')=Month_ID-1,1,0) as Flag&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Resident Tab1 order by [Customer Id] ,Month_ID asc;&lt;/P&gt;&lt;P&gt;&amp;nbsp; DROP Table Tab1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jemimah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 11:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intersection-How-to-get-customer-count-present-in-consequtive/m-p/856247#M1004970</guid>
      <dc:creator />
      <dc:date>2015-05-27T11:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Intersection: How to get customer count present in consequtive months</title>
      <link>https://community.qlik.com/t5/QlikView/Intersection-How-to-get-customer-count-present-in-consequtive/m-p/856248#M1004971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any idea of doing this from front end and not backend scripting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 11:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Intersection-How-to-get-customer-count-present-in-consequtive/m-p/856248#M1004971</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2015-05-27T11:38:20Z</dc:date>
    </item>
  </channel>
</rss>

