<?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 Accumulation until max Date with dimension Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Accumulation-until-max-Date-with-dimension-Month/m-p/413903#M153970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Pivot Table with Dimension category and Month.&lt;/P&gt;&lt;P&gt;If I select e.g. year=2013 and i look at April, I need to sum all values until April 2013 (accumulation until the max Date of the Month).&lt;/P&gt;&lt;P&gt;Attached is a sample. I just don´t get it...&lt;/P&gt;&lt;P&gt;Thanks for helping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Apr 2013 12:03:03 GMT</pubDate>
    <dc:creator>michael_maeuser</dc:creator>
    <dc:date>2013-04-30T12:03:03Z</dc:date>
    <item>
      <title>Accumulation until max Date with dimension Month</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-until-max-Date-with-dimension-Month/m-p/413903#M153970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Pivot Table with Dimension category and Month.&lt;/P&gt;&lt;P&gt;If I select e.g. year=2013 and i look at April, I need to sum all values until April 2013 (accumulation until the max Date of the Month).&lt;/P&gt;&lt;P&gt;Attached is a sample. I just don´t get it...&lt;/P&gt;&lt;P&gt;Thanks for helping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 12:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-until-max-Date-with-dimension-Month/m-p/413903#M153970</guid>
      <dc:creator>michael_maeuser</dc:creator>
      <dc:date>2013-04-30T12:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation until max Date with dimension Month</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-until-max-Date-with-dimension-Month/m-p/413904#M153971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, You can use the Full Accumulated option&lt;/P&gt;&lt;P&gt;but for this you will need to change to straight table.&lt;/P&gt;&lt;P&gt;See attached qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ori&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 12:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-until-max-Date-with-dimension-Month/m-p/413904#M153971</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2013-04-30T12:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation until max Date with dimension Month</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-until-max-Date-with-dimension-Month/m-p/413905#M153972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No sorry if forgot to mention that this part only refers to some categories (i refer with an if statement). and for all other categories it willt not be accumulated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 12:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-until-max-Date-with-dimension-Month/m-p/413905#M153972</guid>
      <dc:creator>michael_maeuser</dc:creator>
      <dc:date>2013-04-30T12:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation until max Date with dimension Month</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-until-max-Date-with-dimension-Month/m-p/413906#M153973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use RangeSum as folowing:&lt;/P&gt;&lt;P&gt;rangesum(above(sum({&amp;lt;Date={"&amp;lt;=$(vTest)"}, Category = {'A'}&amp;gt;} Amount),0,RowNo()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 12:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-until-max-Date-with-dimension-Month/m-p/413906#M153973</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2013-04-30T12:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation until max Date with dimension Month</title>
      <link>https://community.qlik.com/t5/QlikView/Accumulation-until-max-Date-with-dimension-Month/m-p/413907#M153974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks so far,&amp;nbsp; but it´s only working in straight table. i need that view with the month horizontal because i have many categories&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 12:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Accumulation-until-max-Date-with-dimension-Month/m-p/413907#M153974</guid>
      <dc:creator>michael_maeuser</dc:creator>
      <dc:date>2013-04-30T12:59:16Z</dc:date>
    </item>
  </channel>
</rss>

