<?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 Macro on table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147253#M505381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There isn't an Event that would be triggered when a group is cycled. So basically, no.&lt;/P&gt;&lt;P&gt;You may be able to use some combination of OnActivate and the API to determine when a Cycle group has been changed and when it does change, perform your required actions. I haven't had a lot of success using OnActivate for things like this. There was a discussion on something similar, where the user wanted an OnMinimize event. I tried to use OnActivate and IsMinimized to simulate that Event, but it did not go smoothly.&lt;/P&gt;&lt;P&gt;Another option, is to use a button to do the actual cycling and run your cycling macro at the same time. This is probably easier to implement, as long as you can convince your users to use the button, rather than the built cycle button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jun 2009 22:06:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-06-19T22:06:07Z</dc:date>
    <item>
      <title>Macro on table</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147252#M505380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I have a question about the activation of a macro:&lt;/P&gt;&lt;P&gt;Can you attach a macro to a cycling group in a table?&lt;/P&gt;&lt;P&gt;so that when changing the dimensions of cycling group macro is activated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2009 21:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147252#M505380</guid>
      <dc:creator>filippo</dc:creator>
      <dc:date>2009-06-19T21:56:37Z</dc:date>
    </item>
    <item>
      <title>Macro on table</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147253#M505381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There isn't an Event that would be triggered when a group is cycled. So basically, no.&lt;/P&gt;&lt;P&gt;You may be able to use some combination of OnActivate and the API to determine when a Cycle group has been changed and when it does change, perform your required actions. I haven't had a lot of success using OnActivate for things like this. There was a discussion on something similar, where the user wanted an OnMinimize event. I tried to use OnActivate and IsMinimized to simulate that Event, but it did not go smoothly.&lt;/P&gt;&lt;P&gt;Another option, is to use a button to do the actual cycling and run your cycling macro at the same time. This is probably easier to implement, as long as you can convince your users to use the button, rather than the built cycle button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2009 22:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147253#M505381</guid>
      <dc:creator />
      <dc:date>2009-06-19T22:06:07Z</dc:date>
    </item>
    <item>
      <title>Macro on table</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147254#M505382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can trigger the macro indirectly by detecting OnChange of a variable defined as:&lt;/P&gt;&lt;P&gt;=GetCurrentField(myGroup)&lt;/P&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jun 2009 01:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147254#M505382</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-06-20T01:04:06Z</dc:date>
    </item>
    <item>
      <title>Macro on table</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147255#M505383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Rob!!!! &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;Works perfectly.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 14:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147255#M505383</guid>
      <dc:creator>filippo</dc:creator>
      <dc:date>2009-06-22T14:56:33Z</dc:date>
    </item>
    <item>
      <title>Macro on table</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147256#M505384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;I downloaded your document, When i closing the document i am getting error. Attached the error message. I opened and closed three times, each time getting the same error. I won't get any error for other reports.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 19:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147256#M505384</guid>
      <dc:creator />
      <dc:date>2009-06-22T19:03:20Z</dc:date>
    </item>
    <item>
      <title>Macro on table</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147257#M505385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works perfectly for me when i open the document and when i close.&lt;/P&gt;&lt;P&gt;Which Version of qlikView uses?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 19:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147257#M505385</guid>
      <dc:creator>filippo</dc:creator>
      <dc:date>2009-06-22T19:51:16Z</dc:date>
    </item>
    <item>
      <title>Macro on table</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147258#M505386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have installed V 8.50 and V 9.0. Am getting error only at version 8.5 not on V 9.0&lt;/P&gt;&lt;P&gt;Don't know why its happening in V8.50?&lt;/P&gt;&lt;P&gt;-Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 20:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147258#M505386</guid>
      <dc:creator />
      <dc:date>2009-06-22T20:27:05Z</dc:date>
    </item>
    <item>
      <title>Macro on table</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147259#M505387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know the cause of the problem with that version.&lt;/P&gt;&lt;P&gt;I have installed the version 8.50.6261 and the problem does not appear.&lt;/P&gt;&lt;P&gt;If you want to use the 8.50 version install 8.50.6261 and try to close the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-FV-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 20:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147259#M505387</guid>
      <dc:creator>filippo</dc:creator>
      <dc:date>2009-06-22T20:49:31Z</dc:date>
    </item>
    <item>
      <title>Macro on table</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147260#M505388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Raghu wrote:Am getting error only at version 8.5 not on V 9.0&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Raghu,&lt;/P&gt;&lt;P&gt;I have no idea what the problem might be. It works fine for me on 8.50.6206 &amp;amp; 6299. It's a very simple document.&lt;/P&gt;&lt;P&gt;Have you tried downloading it again?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 00:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147260#M505388</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-06-23T00:49:56Z</dc:date>
    </item>
    <item>
      <title>Macro on table</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147261#M505389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;My exact version is &lt;B&gt;V 8.50.6091.4&lt;/B&gt;. I have created a new qlik document with exactly what you did. Same error comes when closing the document.&lt;/P&gt;&lt;P&gt;good work Rob.&lt;/P&gt;&lt;P&gt;-Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 11:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147261#M505389</guid>
      <dc:creator />
      <dc:date>2009-06-23T11:56:55Z</dc:date>
    </item>
    <item>
      <title>Macro on table</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147262#M505390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I downloaded Robs sample , but in my case , the Macro is never fired , the msgbox never appears.&lt;BR /&gt;It changes the text object , but it never runs the Macro.&lt;/P&gt;&lt;P&gt;Any ideas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Pär&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 23:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147262#M505390</guid>
      <dc:creator>separerl</dc:creator>
      <dc:date>2010-07-28T23:06:52Z</dc:date>
    </item>
    <item>
      <title>Macro on table</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147263#M505391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello Rob,&lt;/P&gt;&lt;P&gt;I have a chart with fast change (Straight and Pivot) which is created dynamically. It contains many dimensions and one of them is a cyclic group which displays field (Date and Month-Year) . This chart is linked to a macro so that when users adds or removes dimensions it returns the number of row count.&lt;/P&gt;&lt;P&gt;Issue: When switching from Month-Year to Date in cyclic group, I cannot find a way to trigger the macro to run that does the row count.&lt;/P&gt;&lt;P&gt;Attached you will find my sample application.&lt;/P&gt;&lt;P&gt;Any suggestions will be appreciated.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 14:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-on-table/m-p/147263#M505391</guid>
      <dc:creator />
      <dc:date>2010-07-29T14:13:30Z</dc:date>
    </item>
  </channel>
</rss>

