<?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 Cumulative Value for Previous Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cumulative-Value-for-Previous-Month/m-p/394242#M147005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to all,&lt;/P&gt;&lt;P&gt;I have a set of data like in the table "Details" of the attached file &lt;/P&gt;&lt;P&gt;where the expression is evaluated with the cumulative value of the &lt;/P&gt;&lt;P&gt;field Sales (SalesPrev).&lt;/P&gt;&lt;P&gt;I would like to create a table "Table1" where there are the cumulative &lt;/P&gt;&lt;P&gt;value of SalesPrev for each customer on the last day of each month &lt;/P&gt;&lt;P&gt;compared with the same value of the previous month.&lt;/P&gt;&lt;P&gt;If I select the value for the previous month last IdMonth (eg mar/12) &lt;/P&gt;&lt;P&gt;the Table1 has a zero value for the previous month to the one selected &lt;/P&gt;&lt;P&gt;in the listbox.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Can someone help me?&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Mar 2013 15:38:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-26T15:38:41Z</dc:date>
    <item>
      <title>Cumulative Value for Previous Month</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Value-for-Previous-Month/m-p/394242#M147005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to all,&lt;/P&gt;&lt;P&gt;I have a set of data like in the table "Details" of the attached file &lt;/P&gt;&lt;P&gt;where the expression is evaluated with the cumulative value of the &lt;/P&gt;&lt;P&gt;field Sales (SalesPrev).&lt;/P&gt;&lt;P&gt;I would like to create a table "Table1" where there are the cumulative &lt;/P&gt;&lt;P&gt;value of SalesPrev for each customer on the last day of each month &lt;/P&gt;&lt;P&gt;compared with the same value of the previous month.&lt;/P&gt;&lt;P&gt;If I select the value for the previous month last IdMonth (eg mar/12) &lt;/P&gt;&lt;P&gt;the Table1 has a zero value for the previous month to the one selected &lt;/P&gt;&lt;P&gt;in the listbox.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Can someone help me?&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 15:38:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Value-for-Previous-Month/m-p/394242#M147005</guid>
      <dc:creator />
      <dc:date>2013-03-26T15:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Value for Previous Month</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Value-for-Previous-Month/m-p/394243#M147006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;Sum( {&amp;lt;&lt;STRONG&gt;IdMonth=, &lt;/STRONG&gt;DateDay={"$(=MonthEnd(addmonths(max(DateDay),-1)))"}&amp;gt;}&amp;nbsp; SalesPrev)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 15:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Value-for-Previous-Month/m-p/394243#M147006</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-26T15:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Value for Previous Month</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Value-for-Previous-Month/m-p/394244#M147007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gysbert,&lt;/P&gt;&lt;P&gt;thank for your response.&lt;/P&gt;&lt;P&gt;I tried your solution, but it not works well.&lt;/P&gt;&lt;P&gt;It 'also incorrect value for the selected month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 16:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Value-for-Previous-Month/m-p/394244#M147007</guid>
      <dc:creator />
      <dc:date>2013-03-26T16:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Value for Previous Month</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Value-for-Previous-Month/m-p/394245#M147008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank 1000 Gynsbert,&lt;/P&gt;&lt;P&gt;Now OK &lt;/P&gt;&lt;P&gt;I don't understand the meaning of the "IdMont =,..."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank a Lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 14:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Value-for-Previous-Month/m-p/394245#M147008</guid>
      <dc:creator />
      <dc:date>2013-03-28T14:40:16Z</dc:date>
    </item>
  </channel>
</rss>

