<?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: Cohort Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cohort-Analysis/m-p/1318851#M408987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/212175"&gt;Cohort Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Apr 2017 08:55:10 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2017-04-14T08:55:10Z</dc:date>
    <item>
      <title>Cohort Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Cohort-Analysis/m-p/1318850#M408986</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 need help from you guys,this is regarding Cohort Analysis. I have attached an image below, column ''Joined'' gives me the count of people joined in that particular month.Next Column, ''Month1 Left" gives me, After 1 month how many are left in the organization who have joined in that particular month,&lt;/P&gt;&lt;P&gt;Similarly Column ''Month2'' gives me After 2 months how many are left in the organization who have joined in that particular month and so on up to 12 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.In Apr-16, 900 people had joined,after completion of month Apr-16, 875 are left in organization(means 25 had Attrited),after completion&lt;/P&gt;&lt;P&gt;of month May-16, 850 are left in organization....so on...after completion of mar-16, 785 people are left&lt;/P&gt;&lt;P&gt;Similarly I need it for all the months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the Joined count, I have used the below formula and i'm getting the count correctly,&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;FiscalYear={"$(=Max(FiscalYear))"}&amp;gt;}NEW_JOINEE_COUNT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:NEW_JOINEE_COUNT is the field created at backend, its actually a calculated flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Month1 Left,i'm getting the correct values,formula I have used is,&lt;/P&gt;&lt;P&gt;=If(Only({$&amp;lt;FiscalYear=,FiscalMonth=,FiscalMID={"&amp;gt;=$(=min({&amp;lt;FiscalYear={$(=Max(FiscalYear))}&amp;gt;}FiscalMID)) &amp;lt;=$(=min({&amp;lt;FiscalYear={$(=Max(FiscalYear))}&amp;gt;}FiscalMID)+11)"}&amp;gt;}FiscalMID),&lt;/P&gt;&lt;P&gt;[New Hire]-Count({$&amp;lt;FiscalYear=,FiscalMonth=,FiscalMID={"&amp;gt;=$(=Min(FiscalMID))"},NEW_JOINEE_COUNT={1},Status_Inactive={1}&amp;gt;}DISTINCT EMPLOYEE_CODE))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:FiscalMID is Month ID,[New Hire] is the expression name I have used for joined count&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm Having problem in getting the values for further months(as shown in the pic) so please help me doing this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Example Cohort1.PNG" class="jive-image image-1" src="/legacyfs/online/160051_Example Cohort1.PNG" style="height: 192px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 07:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cohort-Analysis/m-p/1318850#M408986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-14T07:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cohort Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Cohort-Analysis/m-p/1318851#M408987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/212175"&gt;Cohort Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 08:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cohort-Analysis/m-p/1318851#M408987</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-04-14T08:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cohort Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Cohort-Analysis/m-p/1318852#M408988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, I have gone through that link before,But I wanted it in straight table with the requirement I have posted.&lt;/P&gt;&lt;P&gt;And I am able to achieve it for the first month using the expression posted, not for further months.Each month will be having different expressions.I'm asking how to get it for further months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sumanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Apr 2017 12:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cohort-Analysis/m-p/1318852#M408988</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-14T12:45:25Z</dc:date>
    </item>
  </channel>
</rss>

