<?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: Bubble Chart Animation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652540#M1071134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much... I got it now...:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2014 15:12:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-26T15:12:21Z</dc:date>
    <item>
      <title>Bubble Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652532#M1071126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I have a table with Columns as City, Year and Population Growth of City relative to previous Year. I want to create animation in bubble chart in which size of bubble represents poplation of a city corresponding to different Years. Since, I just have the population growth instead of total population till a particular year stored in the table, I would want to add the Growth number of previous years so as to give an animation with increasing bubble's size. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Size of bubbles represents population, which increases with time. And different bubbles represent different cities.&lt;/SPAN&gt; Please help me in writing the expression for calculating the sum of all previous years population growth dynamically during animation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Table looks like this. Assume the population of Cities before 2001 was 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;City&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Increase in Population&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2001&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2001&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2001&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2002&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2002&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2002&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2003&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1800&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2003&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2003&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1700&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Bubble size for City A should depict 1000 for year 2001, (1000 + 1500 = 2500) for year 2002 and so on for all cities.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Problem is, how to calculate sum of all previous years' values. PLEASE HELP....!!!!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 12:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652532#M1071126</guid>
      <dc:creator />
      <dc:date>2014-08-26T12:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652533#M1071127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use rangesum(above(...))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 13:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652533#M1071127</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-08-26T13:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652534#M1071128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nishant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 13:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652534#M1071128</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-08-26T13:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652535#M1071129</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;one possible solution using the chart accumulation function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_130870_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/65238_QlikCommunity_Thread_130870_Pic1.JPG.jpg" style="width: 620px; height: 303px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_130870_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/65239_QlikCommunity_Thread_130870_Pic2.JPG.jpg" style="width: 620px; height: 557px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 14:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652535#M1071129</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-08-26T14:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652536#M1071130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the help, but the solution you provided still doesn't adds up previous years' population growth. For example, according to your solution, population of City B in year 2003 is still 2500. But 2500 is just the increase in population for City B from year 2002 to 2003. Instead it should have been 2000+1600+2500 = 6100, that is, total population of City B which comes out by adding population increases for all three years.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 14:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652536#M1071130</guid>
      <dc:creator />
      <dc:date>2014-08-26T14:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Bubble Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652537#M1071131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Hi Amit&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you much for your input and yes I would like to see similar behaviour as you've done in your attached file. But I'm still not getting this behaviour. Could you please look at the attached file and let me know about my mistake. I just tried to replicate your pivot table, but couldn't get the same behaviour as yours. Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 15:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652537#M1071131</guid>
      <dc:creator />
      <dc:date>2014-08-26T15:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Bubble Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652538#M1071132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I applied the accumulation only for the bubble size as you specified.&lt;/P&gt;&lt;P&gt;But here's another version with the accumulation checked for the y-axis also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_130870_Pic3.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/65242_QlikCommunity_Thread_130870_Pic3.JPG.jpg" style="width: 620px; height: 295px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 15:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652538#M1071132</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-08-26T15:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652539#M1071133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nishant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to drag day to horizontal , just click on header you will get a blue vertical arrow drag it to right side and make it horizontal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 15:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652539#M1071133</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-08-26T15:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652540#M1071134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much... I got it now...:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 15:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652540#M1071134</guid>
      <dc:creator />
      <dc:date>2014-08-26T15:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652541#M1071135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thans a lot for your help. I got your logic now...&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 15:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652541#M1071135</guid>
      <dc:creator />
      <dc:date>2014-08-26T15:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652542#M1071136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 15:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-Chart-Animation/m-p/652542#M1071136</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-08-26T15:15:31Z</dc:date>
    </item>
  </channel>
</rss>

