<?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: Progressive Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Progressive-Month/m-p/354380#M574784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello see my explample. i think that is ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2012 14:07:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-18T14:07:44Z</dc:date>
    <item>
      <title>Progressive Month</title>
      <link>https://community.qlik.com/t5/QlikView/Progressive-Month/m-p/354377#M574781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to create a derived field, which is a progressive on the month, accumulated up to the current month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: Jan -&amp;gt; 1000, Feb -&amp;gt; 200; Mar -&amp;gt; 400; Apr -&amp;gt; 650. &lt;/P&gt;&lt;P&gt;The sequence should be: Jan -&amp;gt; 1000, Feb -&amp;gt; 1200; Mar -&amp;gt; 1600, April -&amp;gt; 2250.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach a screen. The field "(progressivo mese)" is what I get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solutions?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2012 13:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Progressive-Month/m-p/354377#M574781</guid>
      <dc:creator />
      <dc:date>2012-07-17T13:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Progressive Month</title>
      <link>https://community.qlik.com/t5/QlikView/Progressive-Month/m-p/354378#M574782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a straight table chart use the following settings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: Month&lt;/P&gt;&lt;P&gt;Expression: Sum(Value) and select Full Accumulation in the Accumulation window&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will generate table with cumulative values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2012 21:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Progressive-Month/m-p/354378#M574782</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2012-07-17T21:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Progressive Month</title>
      <link>https://community.qlik.com/t5/QlikView/Progressive-Month/m-p/354379#M574783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;It's worked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i have another question, because the problem is solved only in part.&lt;/P&gt;&lt;P&gt;When i select a month, example Giu, i lost the information accumulated, because the system result only value linked with Giu and not the values linked to Mag+Giu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to resolve this problem?&lt;/P&gt;&lt;P&gt;I load an image that explain this concept.&lt;IMG __jive_id="18598" class="jive-image-thumbnail jive-image" onclick="" alt="progressive2.jpg" src="https://community.qlik.com/legacyfs/online/18598_progressive2.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 13:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Progressive-Month/m-p/354379#M574783</guid>
      <dc:creator />
      <dc:date>2012-07-18T13:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Progressive Month</title>
      <link>https://community.qlik.com/t5/QlikView/Progressive-Month/m-p/354380#M574784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello see my explample. i think that is ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 14:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Progressive-Month/m-p/354380#M574784</guid>
      <dc:creator />
      <dc:date>2012-07-18T14:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Progressive Month</title>
      <link>https://community.qlik.com/t5/QlikView/Progressive-Month/m-p/354381#M574785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=aggr(rangesum(sum({&amp;lt;mese&amp;gt;}valore),above(sum({&amp;lt;mese&amp;gt;}valore))),mese)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as expression in the previously attached sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 14:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Progressive-Month/m-p/354381#M574785</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-18T14:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Progressive Month</title>
      <link>https://community.qlik.com/t5/QlikView/Progressive-Month/m-p/354382#M574786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from script&lt;/P&gt;&lt;P&gt;tab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *,&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rangesum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;valore&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;peek&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('valore',-1)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;valorecum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mese, valore&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gen, 1&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; feb, 2&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mar, 3&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; apr, 4&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mag, 5&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; june, 6&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lu, 7&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ag, 8&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set, 9&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ott, 10&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; nov, 11&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dic, 12&lt;BR /&gt;&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 14:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Progressive-Month/m-p/354382#M574786</guid>
      <dc:creator />
      <dc:date>2012-07-18T14:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Progressive Month</title>
      <link>https://community.qlik.com/t5/QlikView/Progressive-Month/m-p/354383#M574787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, i have a Personal Edition and i can't open the document.&lt;/P&gt;&lt;P&gt;Do you want "paste" the code here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 14:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Progressive-Month/m-p/354383#M574787</guid>
      <dc:creator />
      <dc:date>2012-07-18T14:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Progressive Month</title>
      <link>https://community.qlik.com/t5/QlikView/Progressive-Month/m-p/354384#M574788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your script put &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rangesum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(P&lt;SPAN style="color: #800000;"&gt;ROG&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;peek&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(PROG,-1)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;SPAN style="color: #800000;"&gt;PROG&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 19:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Progressive-Month/m-p/354384#M574788</guid>
      <dc:creator />
      <dc:date>2012-07-18T19:00:12Z</dc:date>
    </item>
  </channel>
</rss>

