<?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: Purchase/Consumption Calculation expression.Monthwise in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Purchase-Consumption-Calculation-expression-Monthwise/m-p/455369#M169960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its seems you are using Month name in set analysis for exclusion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jun 2013 09:23:09 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2013-06-10T09:23:09Z</dc:date>
    <item>
      <title>Purchase/Consumption Calculation expression.Monthwise</title>
      <link>https://community.qlik.com/t5/QlikView/Purchase-Consumption-Calculation-expression-Monthwise/m-p/455366#M169957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have an existing report where in we are displaying purchase and consumtion location wise,&lt;/P&gt;&lt;P&gt;but now we want the report to be displayed month wise i.e the month dimension is to be added,&lt;/P&gt;&lt;P&gt;but as i add the month dimension the opening and closing inventory values is not correct,,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching that report in another qv file please help where in i need to make changes so that correct inventory is displayed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rohit Yadav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 08:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Purchase-Consumption-Calculation-expression-Monthwise/m-p/455366#M169957</guid>
      <dc:creator>rohitians</dc:creator>
      <dc:date>2013-06-10T08:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase/Consumption Calculation expression.Monthwise</title>
      <link>https://community.qlik.com/t5/QlikView/Purchase-Consumption-Calculation-expression-Monthwise/m-p/455367#M169958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rohit ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all&amp;nbsp; it seems there is some issue in sample given by you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post a correct sample,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 08:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Purchase-Consumption-Calculation-expression-Monthwise/m-p/455367#M169958</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-06-10T08:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase/Consumption Calculation expression.Monthwise</title>
      <link>https://community.qlik.com/t5/QlikView/Purchase-Consumption-Calculation-expression-Monthwise/m-p/455368#M169959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For opening inventory the code is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Sum({$&amp;lt;FinancialYear=,MonthName=,Quarter=,PostingDate ={"&amp;lt;$(=(Min(PostingDate)))"}&amp;gt;}&amp;nbsp; Cost_Amt_Actual)+&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;FinancialYear=,MonthName=,Quarter=,PostingDate ={"&amp;lt;$(=(Min(PostingDate)))"}&amp;gt;}&amp;nbsp; Cost_Amt_Expected))/100000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for closing inventory i have code as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Sum({$&amp;lt;FinancialYear=,MonthName=,Quarter=,PostingDate ={"&amp;lt;=$(=(Max(PostingDate)))"}&amp;gt;}&amp;nbsp; Cost_Amt_Actual)+&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;FinancialYear=,MonthName=,Quarter=,PostingDate ={"&amp;lt;=$(=(Max(PostingDate)))"}&amp;gt;}&amp;nbsp; Cost_Amt_Expected))/100000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when i introduce month as dimension it does not displays values correct i need to make changes to this code but not able to figure it out ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 09:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Purchase-Consumption-Calculation-expression-Monthwise/m-p/455368#M169959</guid>
      <dc:creator>rohitians</dc:creator>
      <dc:date>2013-06-10T09:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase/Consumption Calculation expression.Monthwise</title>
      <link>https://community.qlik.com/t5/QlikView/Purchase-Consumption-Calculation-expression-Monthwise/m-p/455369#M169960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its seems you are using Month name in set analysis for exclusion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 09:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Purchase-Consumption-Calculation-expression-Monthwise/m-p/455369#M169960</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-06-10T09:23:09Z</dc:date>
    </item>
  </channel>
</rss>

