<?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: Cumulative Turnover in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Cumulative-Turnover/m-p/131479#M9273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why you have /2 in there -- should be just: &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(Admitted + Off) / Total employees&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If this is not working in a chart/graph by month, try adding an aggr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;aggr(sum((Admitted + Off) ), MonthField) / Aggr(Sum(Total employees), MonthField)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2018 18:12:31 GMT</pubDate>
    <dc:creator>dwforest</dc:creator>
    <dc:date>2018-08-01T18:12:31Z</dc:date>
    <item>
      <title>Cumulative Turnover</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Turnover/m-p/131478#M9272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;Cumulative Turnover&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;Good afternoon,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;I tried several formulas to get the cumulative Turnover index (RangeSum (above, Aggr, Sum and others, but nothing, see if they can answer this question:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;Formula used:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;(Admitted + Off) / 2 / Total employees = Turnover&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;QS formula:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;(Count (if (Status = 'Off_Month'and ([Position] &amp;lt;&amp;gt;' Apprentice ') and ([Position] &amp;lt;&amp;gt;' Intern ', [ID &lt;SPAN lang="en"&gt;collaborator&lt;/SPAN&gt;]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;Count (if (Status = 'Admitted'and ([Position] &amp;lt;&amp;gt; 'Apprentice') and ([Position] &amp;lt;&amp;gt; 'Intern',&lt;SPAN style="color: #000000; font-size: 13.3333px;"&gt;[&lt;SPAN style="color: #000000; font-size: 13.3333px;"&gt;ID &lt;/SPAN&gt;&lt;SPAN lang="en" style="color: #000000; font-size: 13.3333px;"&gt;collaborator&lt;/SPAN&gt;])))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;/2/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;(Count (if (Status = 'Active'and ([Position] &amp;lt;&amp;gt; 'Apprentice') and ([Position] &amp;lt;&amp;gt; 'Intern', [&lt;SPAN style="color: #000000; font-size: 13.3333px;"&gt;ID &lt;/SPAN&gt;&lt;SPAN lang="en" style="color: #000000; font-size: 13.3333px;"&gt;collaborator&lt;/SPAN&gt;])))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;The point is to accumulate the months&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;Jan - 2.07%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;Feb - 2.57%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;Sea - 1,75%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;Accumulated should be&amp;gt; 6.39%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mensagem editada por: Kaio Santana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 19:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Turnover/m-p/131478#M9272</guid>
      <dc:creator>kaiossantana</dc:creator>
      <dc:date>2018-07-26T19:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Turnover</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Turnover/m-p/131479#M9273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why you have /2 in there -- should be just: &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(Admitted + Off) / Total employees&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If this is not working in a chart/graph by month, try adding an aggr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;aggr(sum((Admitted + Off) ), MonthField) / Aggr(Sum(Total employees), MonthField)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 18:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Turnover/m-p/131479#M9273</guid>
      <dc:creator>dwforest</dc:creator>
      <dc:date>2018-08-01T18:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Turnover</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Turnover/m-p/131480#M9274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use Above with offset&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 20:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Turnover/m-p/131480#M9274</guid>
      <dc:creator>hubertdudek</dc:creator>
      <dc:date>2018-08-01T20:39:32Z</dc:date>
    </item>
  </channel>
</rss>

