<?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 Problem with Accumulated Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-Accumulated-Function/m-p/314004#M1197657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I`m new user of QlikView, and i have a problem with the acumulated function.&lt;/P&gt;&lt;P&gt;Have fields, Month, Year and combinated Year/Month.&lt;/P&gt;&lt;P&gt;I need accumulate in a pivot table, the sum of cost (nValor) of the year 2010 and year 2011 separated&lt;/P&gt;&lt;DIV style="padding: 0.6em;"&gt;How I determine inferior limits?? example 2010/01 and 2011/01&lt;/DIV&gt;&lt;DIV style="padding: 0.6em;"&gt;If the user maks feb/2011, in first column need the accum of 2011(jan+feb 2011) and other column the accum of 2010 (jan+feb2011)&lt;/DIV&gt;&lt;DIV style="padding: 0.6em;"&gt;&lt;BR /&gt;I tried with Rangesum and Accumulated Function.&lt;/DIV&gt;&lt;DIV style="padding: 0.6em;"&gt;&lt;/DIV&gt;&lt;DIV style="padding: 0.6em;"&gt;Sorry my english I am a little rusty&lt;/DIV&gt;&lt;DIV style="padding: 0.6em;"&gt;&lt;/DIV&gt;&lt;DIV style="padding: 0.6em;"&gt;THANKS!!!!&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2011 20:37:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-16T20:37:19Z</dc:date>
    <item>
      <title>Problem with Accumulated Function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Accumulated-Function/m-p/314004#M1197657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I`m new user of QlikView, and i have a problem with the acumulated function.&lt;/P&gt;&lt;P&gt;Have fields, Month, Year and combinated Year/Month.&lt;/P&gt;&lt;P&gt;I need accumulate in a pivot table, the sum of cost (nValor) of the year 2010 and year 2011 separated&lt;/P&gt;&lt;DIV style="padding: 0.6em;"&gt;How I determine inferior limits?? example 2010/01 and 2011/01&lt;/DIV&gt;&lt;DIV style="padding: 0.6em;"&gt;If the user maks feb/2011, in first column need the accum of 2011(jan+feb 2011) and other column the accum of 2010 (jan+feb2011)&lt;/DIV&gt;&lt;DIV style="padding: 0.6em;"&gt;&lt;BR /&gt;I tried with Rangesum and Accumulated Function.&lt;/DIV&gt;&lt;DIV style="padding: 0.6em;"&gt;&lt;/DIV&gt;&lt;DIV style="padding: 0.6em;"&gt;Sorry my english I am a little rusty&lt;/DIV&gt;&lt;DIV style="padding: 0.6em;"&gt;&lt;/DIV&gt;&lt;DIV style="padding: 0.6em;"&gt;THANKS!!!!&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 20:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Accumulated-Function/m-p/314004#M1197657</guid>
      <dc:creator />
      <dc:date>2011-03-16T20:37:19Z</dc:date>
    </item>
    <item>
      <title>Problem with Accumulated Function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Accumulated-Function/m-p/314005#M1197658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You need to use set analysis to create point in time analysis.&lt;/P&gt;&lt;P&gt;I suggest to look at mike's blog &lt;A href="http://iqlik.wordpress.com/2010/11/27/the-magic-of-set-analysis-point-in-time-reporting/"&gt;http://iqlik.wordpress.com/2010/11/27/the-magic-of-set-analysis-point-in-time-reporting/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The formula to calculate a year to date looks like :&lt;/P&gt;&lt;P&gt;for the current year&lt;/P&gt;&lt;P&gt;=sum( { $&amp;lt;MOIS = {$(=Max( MOIS))} ,&lt;BR /&gt; ANNEE = {$(=Max( ANNEE))}&lt;BR /&gt;&amp;gt; }&lt;BR /&gt;&lt;BR /&gt; Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for the previous year&lt;/P&gt;&lt;P&gt;=sum( { $&amp;lt;MOIS = {$(=Max( MOIS))} ,&lt;BR /&gt; ANNEE = {$(=Max( ANNEE)-1)}&lt;BR /&gt;&amp;gt; }&lt;BR /&gt;&lt;BR /&gt;Sales)&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 20:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Accumulated-Function/m-p/314005#M1197658</guid>
      <dc:creator />
      <dc:date>2011-03-16T20:55:03Z</dc:date>
    </item>
    <item>
      <title>Problem with Accumulated Function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Accumulated-Function/m-p/314006#M1197659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer. The formula don´t works&lt;/P&gt;&lt;P&gt;I send a pic from my table. With the formula suggested, in accumulated gives back the value of the present month.&lt;/P&gt;&lt;P&gt;Help Please!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 11:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Accumulated-Function/m-p/314006#M1197659</guid>
      <dc:creator />
      <dc:date>2011-03-17T11:46:46Z</dc:date>
    </item>
    <item>
      <title>Problem with Accumulated Function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Accumulated-Function/m-p/314007#M1197660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ADD THIS PICTURE. In case the user marks 2011/03, the table must show 2011/01 + 2011/02 + 2011/03.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/5582.1.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/674/5582.1.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 11:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Accumulated-Function/m-p/314007#M1197660</guid>
      <dc:creator />
      <dc:date>2011-03-17T11:48:27Z</dc:date>
    </item>
    <item>
      <title>Problem with Accumulated Function</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Accumulated-Function/m-p/314008#M1197661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don´t find solutions....&lt;/P&gt;&lt;P&gt;Any suggestions???&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 20:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Accumulated-Function/m-p/314008#M1197661</guid>
      <dc:creator />
      <dc:date>2011-03-21T20:04:07Z</dc:date>
    </item>
  </channel>
</rss>

