<?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: Chart Animation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743776#M1053215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did it using Macro but again couldn't proceed further with pause functionality. Since while ruuning a loop, we don't get the control on the qlikview objects till the loop is done with the execution, it becomes impossible to click any button to pause the animation. Do you have any sample with pause functionality added to it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2014 15:43:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-31T15:43:04Z</dc:date>
    <item>
      <title>Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743771#M1053210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the sample animation example attached here. Is it possible to start both chart animations at the same time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help..!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 14:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743771#M1053210</guid>
      <dc:creator />
      <dc:date>2014-10-31T14:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743772#M1053211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My thought here would be to have these both on their own sheet, and to tick the "autoplay" option in the animation dialogue for both, then have a button in another sheet to activate that sheet - the only problem is you won't be able to control stop/starting both, but they will both play at the same time when the sheet is activated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743772#M1053211</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2014-10-31T15:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743773#M1053212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron.. Thanks a lot for the reply. In this case, I won't be able to pause the animation. So I don't think it will solve my purpose. What's your take on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743773#M1053212</guid>
      <dc:creator />
      <dc:date>2014-10-31T15:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743774#M1053213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way I know of to achieve this is through a macro and set it to loop, then have a second macro to turn off the loop..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set chart = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P&gt;set p = chart.GetProperties&lt;/P&gt;&lt;P&gt;p.ChartProperties.AnimationProperties.AutoPlay = true&amp;nbsp; &lt;/P&gt;&lt;P&gt;chart.SetProperties p&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743774#M1053213</guid>
      <dc:creator />
      <dc:date>2014-10-31T15:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743775#M1053214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743775#M1053214</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-10-31T15:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743776#M1053215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did it using Macro but again couldn't proceed further with pause functionality. Since while ruuning a loop, we don't get the control on the qlikview objects till the loop is done with the execution, it becomes impossible to click any button to pause the animation. Do you have any sample with pause functionality added to it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743776#M1053215</guid>
      <dc:creator />
      <dc:date>2014-10-31T15:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743777#M1053216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies you already have this running&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743777#M1053216</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-10-31T15:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743778#M1053217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. Could you please help me in adding a pause functionality to this animation, so that both the charts are paused at the same time and can also resume the animation at the same time..??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743778#M1053217</guid>
      <dc:creator />
      <dc:date>2014-10-31T15:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743779#M1053218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for tyour help Aaron. I'll try to implement your idea..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743779#M1053218</guid>
      <dc:creator />
      <dc:date>2014-10-31T15:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743780#M1053219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking into my archives I am sure I had done this before&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743780#M1053219</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-10-31T15:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Animation</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743781#M1053220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks.. I'm waiting for your reply then...&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 15:54:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Animation/m-p/743781#M1053220</guid>
      <dc:creator />
      <dc:date>2014-10-31T15:54:07Z</dc:date>
    </item>
  </channel>
</rss>

