<?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: Retention Summary in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8968#M788733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this number needs to be constant across all dimension you have in your chart or is this max based on the dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Feb 2018 13:28:01 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-02-12T13:28:01Z</dc:date>
    <item>
      <title>Retention Summary</title>
      <link>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8961#M788726</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;I have a chart that returns the length of an employees retention on an employee by employee basis using the following statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(EmployeeLeaveDate), if($(v_date_max) - EmployeeStartDate&amp;lt;365,1,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine, however I need to be able to summarise this to give the overall retention of the office. I have tried summing it and counting but neither work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition on my table whilst I have the sum at the top of the table it does not return any values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&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/Retention-Summary/m-p/8961#M788726</guid>
      <dc:creator>jamesmf1982</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Retention Summary</title>
      <link>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8962#M788727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doing this doesn't work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Sum(&lt;/SPAN&gt;If(IsNull(EmployeeLeaveDate), If($(v_date_max) - EmployeeStartDate &amp;lt; 365, 1, 0))&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 12:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8962#M788727</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-12T12:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Retention Summary</title>
      <link>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8963#M788728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Afraid not, it comes up with blank cells.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 12:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8963#M788728</guid>
      <dc:creator>jamesmf1982</dc:creator>
      <dc:date>2018-02-12T12:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Retention Summary</title>
      <link>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8964#M788729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share an image with two expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(IsNull(EmployeeLeaveDate), If($(v_date_max) - EmployeeStartDate &amp;lt; 365, 1, 0))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2) &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Sum(&lt;/SPAN&gt;If(IsNull(EmployeeLeaveDate), If($(v_date_max) - EmployeeStartDate &amp;lt; 365, 1, 0))&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 12:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8964#M788729</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-12T12:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Retention Summary</title>
      <link>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8965#M788730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first one is where I have the full details and the working formula. In the second I have hidden some of the fields to try and get the summary working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Retention Error.jpg" class="jive-image image-1" src="/legacyfs/online/193130_Retention Error.jpg" style="height: 403px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 13:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8965#M788730</guid>
      <dc:creator>jamesmf1982</dc:creator>
      <dc:date>2018-02-12T13:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Retention Summary</title>
      <link>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8966#M788731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have an expression behind this?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(v_date_max)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or is this just a static number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 13:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8966#M788731</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-12T13:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Retention Summary</title>
      <link>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8967#M788732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Sorry it is max(CalendarDate) which represents the maximum date selected in the current selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 13:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8967#M788732</guid>
      <dc:creator>jamesmf1982</dc:creator>
      <dc:date>2018-02-12T13:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Retention Summary</title>
      <link>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8968#M788733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this number needs to be constant across all dimension you have in your chart or is this max based on the dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 13:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8968#M788733</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-12T13:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Retention Summary</title>
      <link>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8969#M788734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, It is constant across all dimensions yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 15:24:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8969#M788734</guid>
      <dc:creator>jamesmf1982</dc:creator>
      <dc:date>2018-02-12T15:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Retention Summary</title>
      <link>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8970#M788736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or... How could I change this to using Set Analysis? I have the following so far:&lt;/P&gt;&lt;P&gt;count({&amp;lt;EmployeeStatus -= {'Permanently Inactive'}, EmployeeStartDate = {"$(='&amp;gt;=' today()-365"&amp;gt;} EmployeeCode)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 16:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8970#M788736</guid>
      <dc:creator>jamesmf1982</dc:creator>
      <dc:date>2018-02-12T16:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Retention Summary</title>
      <link>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8971#M788737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(If(IsNull(EmployeeLeaveDate), If(&lt;SPAN style="color: #ff0000;"&gt;Max(TOTAL&amp;nbsp; CalendarDate)&lt;/SPAN&gt; - EmployeeStartDate &amp;lt; 365, 1, 0)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 16:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8971#M788737</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-12T16:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Retention Summary</title>
      <link>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8972#M788738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only thing I see off is the set analysis on StartDate... try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;EmployeeStatus -= {'Permanently Inactive'}, EmployeeStartDate = {"$(='&amp;gt;=' &amp;amp; Date(Today()-365))"}&amp;gt;} EmployeeCode)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 16:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8972#M788738</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-12T16:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Retention Summary</title>
      <link>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8973#M788739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome! Thanks for that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 10:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retention-Summary/m-p/8973#M788739</guid>
      <dc:creator>jamesmf1982</dc:creator>
      <dc:date>2018-02-13T10:59:59Z</dc:date>
    </item>
  </channel>
</rss>

