<?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: Set Analysis on rolling 12 months for Inventory Turnover in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-on-rolling-12-months-for-Inventory-Turnover/m-p/1286851#M402834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome Sunny. Although the formula that I want is different from what you provided you still gave me the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;RangeSum((Before([Total Sales], 0, 52)))/[Projected Inventory]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I used the 'before' function before I didn't know that it can take more than one parameter!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Always learning &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Feb 2017 10:41:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-02-03T10:41:48Z</dc:date>
    <item>
      <title>Set Analysis on rolling 12 months for Inventory Turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-on-rolling-12-months-for-Inventory-Turnover/m-p/1286849#M402832</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;With reference to the below chart I am trying to calculate the Inventory Turnover (where there is a '?') as it was on each Yearweek. This is calculated using the following formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inventory Turnover = [Total Sales] / [Projected Inventory]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Total Sales for each yearweek can be taken as the sales for the previous 52 weeks.&lt;/P&gt;&lt;P&gt;The Projected Inventory is the upper red box for each equivalent yearweek.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for example, the Inventory Turnover value for 201717 should show 8564098/[Sum of Sales for the last 52 weeks]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since set analysis is calculated only once per chart I am finding it a problem to find the &lt;SPAN style="font-size: 13.3333px;"&gt;[Sum of Sales for the last 52 weeks]&lt;/SPAN&gt; for each and every yearweek.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions how this can be achieved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also attached the document as it might help.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" height="218" src="https://community.qlik.com/legacyfs/online/151816_Untitled.png" style="height: 218px; width: 834.78px;" width="835" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 23:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-on-rolling-12-months-for-Inventory-Turnover/m-p/1286849#M402832</guid>
      <dc:creator />
      <dc:date>2017-02-02T23:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis on rolling 12 months for Inventory Turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-on-rolling-12-months-for-Inventory-Turnover/m-p/1286850#M402833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this look right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/151821_Capture.PNG" style="height: 146px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;([MRP Receipts] + IF(IsNull([Carried-Forward]), 0, [Carried-Forward]) - [MRP Demand])/RangeSum((Before([Actual Sales] + [Scheduled Sales], 0, 52)))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 01:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-on-rolling-12-months-for-Inventory-Turnover/m-p/1286850#M402833</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-03T01:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis on rolling 12 months for Inventory Turnover</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-on-rolling-12-months-for-Inventory-Turnover/m-p/1286851#M402834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome Sunny. Although the formula that I want is different from what you provided you still gave me the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;RangeSum((Before([Total Sales], 0, 52)))/[Projected Inventory]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I used the 'before' function before I didn't know that it can take more than one parameter!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Always learning &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 10:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-on-rolling-12-months-for-Inventory-Turnover/m-p/1286851#M402834</guid>
      <dc:creator />
      <dc:date>2017-02-03T10:41:48Z</dc:date>
    </item>
  </channel>
</rss>

