<?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 Inventory Forecast in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inventory-Forecast/m-p/394423#M696679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to build an inventory forecast app. This will give me the ability to look at the forecasted level of inventory by looking at the MRP system's demand and supply as well as the current on hand qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached 2 spreadsheets (that in my example act as data sources). One giving part_no and On hand qty as of today. the other spreadsheet gives a demand and supply schedule for different parts along with the date when MRP system thinks the transaction will be carried out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to build is that if I select a month in future (lets say May-2013) - the table gives me the following:&lt;/P&gt;&lt;P&gt;PART and the forecasted qty which is defined as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Today's On Hand Qty + Cumulative Supply &lt;/STRONG&gt;&lt;EM&gt;(till the selected date in my example May-13) &lt;STRONG&gt;- &lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt;Cumulative Demand (till May-13)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried a lot of examples but am struggling to link the two tables and aggregate the forecasted qty. I want to avoid calculations on the charts because of the data volumes I will be dealing with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be much appreciated.&lt;/P&gt;&lt;P&gt;Please reply to this with the questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keshav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2013 15:52:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-28T15:52:57Z</dc:date>
    <item>
      <title>Inventory Forecast</title>
      <link>https://community.qlik.com/t5/QlikView/Inventory-Forecast/m-p/394423#M696679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to build an inventory forecast app. This will give me the ability to look at the forecasted level of inventory by looking at the MRP system's demand and supply as well as the current on hand qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached 2 spreadsheets (that in my example act as data sources). One giving part_no and On hand qty as of today. the other spreadsheet gives a demand and supply schedule for different parts along with the date when MRP system thinks the transaction will be carried out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to build is that if I select a month in future (lets say May-2013) - the table gives me the following:&lt;/P&gt;&lt;P&gt;PART and the forecasted qty which is defined as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Today's On Hand Qty + Cumulative Supply &lt;/STRONG&gt;&lt;EM&gt;(till the selected date in my example May-13) &lt;STRONG&gt;- &lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt;Cumulative Demand (till May-13)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried a lot of examples but am struggling to link the two tables and aggregate the forecasted qty. I want to avoid calculations on the charts because of the data volumes I will be dealing with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be much appreciated.&lt;/P&gt;&lt;P&gt;Please reply to this with the questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keshav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 15:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inventory-Forecast/m-p/394423#M696679</guid>
      <dc:creator />
      <dc:date>2013-02-28T15:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Inventory Forecast</title>
      <link>https://community.qlik.com/t5/QlikView/Inventory-Forecast/m-p/394424#M696680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="html" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13620691796796396" jivemacro_uid="_13620691796796396"&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to link the both table you must do so &lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;PART_NO, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ON_HAND_QTY&lt;BR /&gt;FROM&lt;BR /&gt;C:\temp\Unterlagen\ON_HAND_QTY.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;DATE_REQUIRED, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [PART NUMBER] as PART_NO, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QTY_SUPPLY, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QTY_DEMAND&lt;BR /&gt;FROM&lt;BR /&gt;C:\temp\Unterlagen\SUPPLY_DEMAND.xlsx&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13620693539519933" jivemacro_uid="_13620693539519933"&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 16:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inventory-Forecast/m-p/394424#M696680</guid>
      <dc:creator>MEllinghausen</dc:creator>
      <dc:date>2013-02-28T16:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Inventory Forecast</title>
      <link>https://community.qlik.com/t5/QlikView/Inventory-Forecast/m-p/394425#M696681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;Thanks for the reply, but that wasnt what I was looking for. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you read the description again - I am looking to get a cumulative Supply - Cumulative of Demand + Current On hand quantity depending on the date selection. - so It ignores any demand or supply after the selected date and cumulates everything before that&lt;STRONG&gt; and &lt;/STRONG&gt;adds current on hand qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keshav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 16:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inventory-Forecast/m-p/394425#M696681</guid>
      <dc:creator />
      <dc:date>2013-02-28T16:44:52Z</dc:date>
    </item>
  </channel>
</rss>

