<?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: Animated Bubble Graph with Accumulative Sum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Animated-Bubble-Graph-with-Accumulative-Sum/m-p/599815#M1110233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does the following line works if my data is updating in the same table for every period?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Previous (K1 &amp;amp; K3 &amp;amp; K4 &amp;amp; K6) = (K1 &amp;amp; K3 &amp;amp; K4 &amp;amp; K6)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, do you have Qlikview example for the scirpt you mentioned above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thousands thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2014 19:26:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-13T19:26:23Z</dc:date>
    <item>
      <title>Animated Bubble Graph with Accumulative Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Animated-Bubble-Graph-with-Accumulative-Sum/m-p/599811#M1110229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a bubble graph with three expressions and one dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;X-axis: total price -&amp;gt; sum(Price)&lt;/LI&gt;&lt;LI&gt;Y-axis: price per unit -&amp;gt; sum(Price)/sum(Quantity)&lt;/LI&gt;&lt;LI&gt;Bubble: total Quantity -&amp;gt; sum(Quantity) &lt;/LI&gt;&lt;LI&gt;Dimension: Category&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to animate this bubble graph based on time("period").&lt;/P&gt;&lt;P&gt;I want to use the accumulated Price and Quantity to calculate the price per unit. However, the "Full Accumulation" in the Expressions tab adds up the price per unit for each period, which is not what I want. I came across a great post in the Qlikview Community, and tried the following expression for the Y-axis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;sum( aggr( rangesum( above( sum(price),0,3) ),Period, Category)) / sum( aggr( rangesum( above( sum(Quantity),0,3) ),Period, Category)) &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this gives me the price per unit based on each period's data instead of cumulative data. I have attached a qlikview example for reference. I would like the animated graph to resemble the total price graph on top when the animation reached period 3 (currently, the price per unit is not showing correctly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Any help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(the link to the accumlated sums post: &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/10/12/accumulative-sums" title="http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/12/accumulative-sums"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/12/accumulative-sums&lt;/A&gt; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 19:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Animated-Bubble-Graph-with-Accumulative-Sum/m-p/599811#M1110229</guid>
      <dc:creator />
      <dc:date>2014-03-04T19:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Animated Bubble Graph with Accumulative Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Animated-Bubble-Graph-with-Accumulative-Sum/m-p/599812#M1110230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello! I have attached the file with the solution to your needs. I hope my solution can help you ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 11:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Animated-Bubble-Graph-with-Accumulative-Sum/m-p/599812#M1110230</guid>
      <dc:creator>orabrabbo</dc:creator>
      <dc:date>2014-03-06T11:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Animated Bubble Graph with Accumulative Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Animated-Bubble-Graph-with-Accumulative-Sum/m-p/599813#M1110231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;One more question: If I have more than 3 period, do I just keep adding "+rangesum(above(total sum(Price),x,1))" to the formula, where x = number of category?&lt;/P&gt;&lt;P&gt;Also I notice that in my real data set, the order of the category is inconsistant. Is there a SORT function I could use to sort the order of the category in the formula?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate your help. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 19:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Animated-Bubble-Graph-with-Accumulative-Sum/m-p/599813#M1110231</guid>
      <dc:creator />
      <dc:date>2014-03-06T19:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Animated Bubble Graph with Accumulative Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Animated-Bubble-Graph-with-Accumulative-Sum/m-p/599814#M1110232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My solution can not be configured to dynamically manage the period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually in these cases, it is preferable to pre-calculate the cumulative using the script loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l&lt;EM&gt;oad&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (Previous (K1 &amp;amp; K3 &amp;amp; K4 &amp;amp; K6) = (K1 &amp;amp; K3 &amp;amp; K4 &amp;amp; K6)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Population served in the month] + peek ('Cumulative Population Served Month'), [Population served in the month]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as [Cumulative Population Served Month]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident ABITANTI_COMUNI_TEMP2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;order by K1, K3, K4, K6, K2;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I was helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 09:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Animated-Bubble-Graph-with-Accumulative-Sum/m-p/599814#M1110232</guid>
      <dc:creator>orabrabbo</dc:creator>
      <dc:date>2014-03-07T09:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Animated Bubble Graph with Accumulative Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Animated-Bubble-Graph-with-Accumulative-Sum/m-p/599815#M1110233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does the following line works if my data is updating in the same table for every period?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Previous (K1 &amp;amp; K3 &amp;amp; K4 &amp;amp; K6) = (K1 &amp;amp; K3 &amp;amp; K4 &amp;amp; K6)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, do you have Qlikview example for the scirpt you mentioned above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thousands thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 19:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Animated-Bubble-Graph-with-Accumulative-Sum/m-p/599815#M1110233</guid>
      <dc:creator />
      <dc:date>2014-03-13T19:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Animated Bubble Graph with Accumulative Sum</title>
      <link>https://community.qlik.com/t5/QlikView/Animated-Bubble-Graph-with-Accumulative-Sum/m-p/599816#M1110234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached an example.&lt;SPAN style="color: #222222; font-family: sans-serif; font-size: 12px; background-color: #ffd700;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: sans-serif; font-size: 12px; background-color: #ffd700;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;See you soon !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 14:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Animated-Bubble-Graph-with-Accumulative-Sum/m-p/599816#M1110234</guid>
      <dc:creator>orabrabbo</dc:creator>
      <dc:date>2014-03-19T14:33:03Z</dc:date>
    </item>
  </channel>
</rss>

