<?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 Simple runnign sum question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Simple-runnign-sum-question/m-p/323333#M495187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I have a table with list of sales data (store, month_of_sale, value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to put on a graph the sales values and on year acumulated sales values, month by month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i would build a table with this data to show it on a bar chart , each row in this table would be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( store, month_of_sale, value, sum(value where month_of_sale between first_month_of_the_year and current month_of_sales) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Store_1, jan/2011,1000, 1000 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Store_1, feb/2011, 2000, 3000 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Store_1,mar/2011,3000, 6000 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would i build the expression for this 3rd expression? I saw a lot of examples with rangesum, below, before, but it's quite unclear for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2012 19:50:31 GMT</pubDate>
    <dc:creator>bimartingo</dc:creator>
    <dc:date>2012-02-27T19:50:31Z</dc:date>
    <item>
      <title>Simple runnign sum question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-runnign-sum-question/m-p/323333#M495187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I have a table with list of sales data (store, month_of_sale, value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to put on a graph the sales values and on year acumulated sales values, month by month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i would build a table with this data to show it on a bar chart , each row in this table would be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( store, month_of_sale, value, sum(value where month_of_sale between first_month_of_the_year and current month_of_sales) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Store_1, jan/2011,1000, 1000 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Store_1, feb/2011, 2000, 3000 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Store_1,mar/2011,3000, 6000 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would i build the expression for this 3rd expression? I saw a lot of examples with rangesum, below, before, but it's quite unclear for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 19:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-runnign-sum-question/m-p/323333#M495187</guid>
      <dc:creator>bimartingo</dc:creator>
      <dc:date>2012-02-27T19:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Simple runnign sum question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-runnign-sum-question/m-p/323334#M495188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bimartingo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried to use the option full accumulation on the tab expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Henco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: find attached a sample file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: hencovanee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 21:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-runnign-sum-question/m-p/323334#M495188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-27T21:13:22Z</dc:date>
    </item>
    <item>
      <title>Simple runnign sum question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-runnign-sum-question/m-p/323335#M495189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Henco, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are right, but suppose the case where you have to different fiscalyears and you want to restart the total for each year. like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Store_1, jan/2010,1000, 1000 )&lt;/P&gt;&lt;P&gt; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Store_1,dec/2010,1000, 12000 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Store_1, jan/2011,1000, 1000 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Store_1, feb/2011, 2000, 3000 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Store_1,mar/2011,3000, 6000 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The acummulation should restart in the mittle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 11:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-runnign-sum-question/m-p/323335#M495189</guid>
      <dc:creator>bimartingo</dc:creator>
      <dc:date>2012-02-28T11:19:13Z</dc:date>
    </item>
    <item>
      <title>Simple runnign sum question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-runnign-sum-question/m-p/323336#M495190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check with this do you need this type of solution.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/195158#195158"&gt;http://community.qlik.com/message/195158&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 11:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-runnign-sum-question/m-p/323336#M495190</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-28T11:38:03Z</dc:date>
    </item>
  </channel>
</rss>

