<?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: Inventory at Point in Time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inventory-at-Point-in-Time/m-p/919551#M318678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Borja.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Is PostingDate the date of the inventory transaction and InterestDate the date I want to know stock levels?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so then will that formula only work for yesterdays stock?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my current level is 500 and i select 01/01/2015 and work out changes and on that day I had -15. Then it will take 15 from 500 leaving me with 485 and not take into account anything in between?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2015 09:46:53 GMT</pubDate>
    <dc:creator>CHL</dc:creator>
    <dc:date>2015-07-29T09:46:53Z</dc:date>
    <item>
      <title>Inventory at Point in Time</title>
      <link>https://community.qlik.com/t5/QlikView/Inventory-at-Point-in-Time/m-p/919548#M318675</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'm attempting to work something out but cant for the life of me get my head round how to do it (maybe not enough coffee!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 tables:&lt;/P&gt;&lt;P&gt;Inventory (this shows whats in stock right now).&lt;/P&gt;&lt;P&gt;Inventory Transaction (this is every transaction for the past year so stock in and stock out). Including a datetime stamp of the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need to do is to be able to take a point in time and see what was in stock then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stock in minus stock out will only give me 'net stock' for that day. I obviously need to add this to all previous days to get total stock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? Is it even possible?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 08:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inventory-at-Point-in-Time/m-p/919548#M318675</guid>
      <dc:creator>CHL</dc:creator>
      <dc:date>2015-07-29T08:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Inventory at Point in Time</title>
      <link>https://community.qlik.com/t5/QlikView/Inventory-at-Point-in-Time/m-p/919549#M318676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to add up current value with all the changes from the date you are interested in untill today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should look something like this:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;PostingDate ={'&amp;gt;= InterestDate'}&amp;gt;} ChangesInStock)&lt;/P&gt;&lt;P&gt;+sum(CurrentStock)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 09:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inventory-at-Point-in-Time/m-p/919549#M318676</guid>
      <dc:creator>qumniusomnius</dc:creator>
      <dc:date>2015-07-29T09:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Inventory at Point in Time</title>
      <link>https://community.qlik.com/t5/QlikView/Inventory-at-Point-in-Time/m-p/919550#M318677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it would help ppl to respond your thread if you Could post a sample data and expected result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 09:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inventory-at-Point-in-Time/m-p/919550#M318677</guid>
      <dc:creator>sridhar240784</dc:creator>
      <dc:date>2015-07-29T09:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Inventory at Point in Time</title>
      <link>https://community.qlik.com/t5/QlikView/Inventory-at-Point-in-Time/m-p/919551#M318678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Borja.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Is PostingDate the date of the inventory transaction and InterestDate the date I want to know stock levels?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so then will that formula only work for yesterdays stock?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my current level is 500 and i select 01/01/2015 and work out changes and on that day I had -15. Then it will take 15 from 500 leaving me with 485 and not take into account anything in between?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 09:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inventory-at-Point-in-Time/m-p/919551#M318678</guid>
      <dc:creator>CHL</dc:creator>
      <dc:date>2015-07-29T09:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Inventory at Point in Time</title>
      <link>https://community.qlik.com/t5/QlikView/Inventory-at-Point-in-Time/m-p/919552#M318679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;share your app with the sample data, that could useful &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 10:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inventory-at-Point-in-Time/m-p/919552#M318679</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-07-29T10:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Inventory at Point in Time</title>
      <link>https://community.qlik.com/t5/QlikView/Inventory-at-Point-in-Time/m-p/919553#M318680</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;Attached is a sample QVD for InventoryTransaction.&lt;/P&gt;&lt;P&gt;Inventory is just a number we will call it &lt;SPAN style="text-decoration: underline;"&gt;4000&lt;/SPAN&gt;.This is total items in stock as of now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 10:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inventory-at-Point-in-Time/m-p/919553#M318680</guid>
      <dc:creator>CHL</dc:creator>
      <dc:date>2015-07-29T10:13:43Z</dc:date>
    </item>
  </channel>
</rss>

