<?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: RangeSum under consideration of the inventory report in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/RangeSum-under-consideration-of-the-inventory-report/m-p/1635502#M47345</link>
    <description>&lt;P&gt;Hello, Sunny,&lt;BR /&gt;I fixed my problem in the script and don't need the RangeSum. I thank you anyway for your help. I'm sorry if I expressed myself unclearly.&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;</description>
    <pubDate>Tue, 15 Oct 2019 14:40:10 GMT</pubDate>
    <dc:creator>ahmada</dc:creator>
    <dc:date>2019-10-15T14:40:10Z</dc:date>
    <item>
      <title>RangeSum under consideration of the inventory report</title>
      <link>https://community.qlik.com/t5/App-Development/RangeSum-under-consideration-of-the-inventory-report/m-p/1633077#M47134</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I have a table with articles that have entries and exits.&lt;/P&gt;&lt;P&gt;I have cumulated the entries with the formula:&amp;nbsp;&lt;STRONG&gt;=rangesum(above(sum({$&amp;lt;Postenart_Name = {'Zugang', 'Einkauf'}&amp;gt;} Menge_Art),0,rowno()))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The exits with this formula: &lt;STRONG&gt;=rangesum(above(sum({$&amp;lt;Postenart_Name = {'Abgang', 'Verkauf', 'Verbrauch'}&amp;gt;}- Menge_Art),0,rowno()))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Accesses include: Access and purchasing&lt;BR /&gt;The exits include: Consumption, Outgoings Goods and sales&lt;/P&gt;&lt;P&gt;It is displayed correctly for many articles. The problem, however, is that for some articles that have been inventoried, an inventory message is issued.&lt;/P&gt;&lt;P&gt;This means that if the entries actually amount to 100 but &lt;STRONG&gt;150&lt;/STRONG&gt; are counted in the &lt;STRONG&gt;physical inventory&lt;/STRONG&gt;, only this value should count.&lt;/P&gt;&lt;P&gt;How can I solve this problem? I hope you can help me.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Translations:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Zugang =&amp;nbsp;entrance&lt;/LI&gt;&lt;LI&gt;Einkauf = purchasing&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Abgang = Outgoing Goods&lt;/LI&gt;&lt;LI&gt;Verbrauch = Consumption&lt;/LI&gt;&lt;LI&gt;Verkauf = Sales&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Ist-Meldung = Inventory Report&lt;/LI&gt;&lt;LI&gt;Menge_Art = Quantity&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rangesum.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/20991iC9EEDC03FFDEC9C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="rangesum.png" alt="rangesum.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 20:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RangeSum-under-consideration-of-the-inventory-report/m-p/1633077#M47134</guid>
      <dc:creator>ahmada</dc:creator>
      <dc:date>2021-12-22T20:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum under consideration of the inventory report</title>
      <link>https://community.qlik.com/t5/App-Development/RangeSum-under-consideration-of-the-inventory-report/m-p/1633135#M47143</link>
      <description>&lt;P&gt;I am not sure I understand what needs to change. Is the table or chart not showing correct values? What exactly is not right and what should it be?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 15:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RangeSum-under-consideration-of-the-inventory-report/m-p/1633135#M47143</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-09T15:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum under consideration of the inventory report</title>
      <link>https://community.qlik.com/t5/App-Development/RangeSum-under-consideration-of-the-inventory-report/m-p/1633463#M47161</link>
      <description>&lt;P&gt;Hey,&lt;BR /&gt;the table shows everything correctly. Only the chart shows wrong values at the accesses (Zugang). This is because the inventory report&amp;nbsp; (Ist-Meldung) was not taken into account. If a physical inventory report exists, it should be displayed without cumulation of the previous values.&lt;/P&gt;&lt;P&gt;For example, you have 100 receipts and 80 material issues in January. The stock here should be 20. Then you take inventory on 01 February and find that you have 30 pieces instead of 20. Then the chart on February 01 should show the 30 pieces without any cumulation of the previous receipts. If there are more receipts after that, they should be cumulated.&lt;/P&gt;&lt;P&gt;I hope you understand what i mean.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 07:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RangeSum-under-consideration-of-the-inventory-report/m-p/1633463#M47161</guid>
      <dc:creator>ahmada</dc:creator>
      <dc:date>2019-10-10T07:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum under consideration of the inventory report</title>
      <link>https://community.qlik.com/t5/App-Development/RangeSum-under-consideration-of-the-inventory-report/m-p/1633824#M47203</link>
      <description>&lt;P&gt;I follow your example, but I am not sure I see this issue in your dashboard because all I see is a chart without knowing the underlying numbers.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 16:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RangeSum-under-consideration-of-the-inventory-report/m-p/1633824#M47203</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-10T16:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum under consideration of the inventory report</title>
      <link>https://community.qlik.com/t5/App-Development/RangeSum-under-consideration-of-the-inventory-report/m-p/1635502#M47345</link>
      <description>&lt;P&gt;Hello, Sunny,&lt;BR /&gt;I fixed my problem in the script and don't need the RangeSum. I thank you anyway for your help. I'm sorry if I expressed myself unclearly.&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 14:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/RangeSum-under-consideration-of-the-inventory-report/m-p/1635502#M47345</guid>
      <dc:creator>ahmada</dc:creator>
      <dc:date>2019-10-15T14:40:10Z</dc:date>
    </item>
  </channel>
</rss>

