<?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 How to use Dynamic update action in QV 11 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266339#M581224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&amp;nbsp; Dix,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to figure out the following scenario in the context of Dynamic Update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can it is possible,if i update the database then the changes should be reflected in my qlikview file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The important point to consider is how qlikview associate the updated rocords with qvw with out reload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply me back as u get it&lt;/P&gt;&lt;P&gt;I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2012 09:06:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-27T09:06:42Z</dc:date>
    <item>
      <title>How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266335#M581220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can any one tell me how to use the Dynamic update action in QV 11 .. Do We need to write macro to use this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 05:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266335#M581220</guid>
      <dc:creator />
      <dc:date>2012-01-11T05:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266336#M581221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: Tahoma; font-size: 9.0pt;"&gt;Hello,&lt;/P&gt;&lt;P style="font-family: Tahoma; font-size: 9.0pt;"&gt;Yes, you need to write a macro. Look example in QlikView API guide - ActiveDocument.DynamicUpdateCommand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 12:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266336#M581221</guid>
      <dc:creator />
      <dc:date>2012-01-12T12:23:39Z</dc:date>
    </item>
    <item>
      <title>How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266337#M581222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you don't need to write macro anymore. Just create/add an action "Dynamic Update" and fill statement with something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;UPDATE TestTable SET TestField = 'Test' WHERE TestField='abc';&lt;BR /&gt;UPDATE TestTable SET Discount = 123 WHERE TestField='Test';&lt;BR /&gt;UPDATE TestTable SET Discount = 123 WHERE UpdateTag=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2012 17:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266337#M581222</guid>
      <dc:creator />
      <dc:date>2012-01-20T17:00:16Z</dc:date>
    </item>
    <item>
      <title>How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266338#M581223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dix &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 06:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266338#M581223</guid>
      <dc:creator />
      <dc:date>2012-03-26T06:09:31Z</dc:date>
    </item>
    <item>
      <title>How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266339#M581224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&amp;nbsp; Dix,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to figure out the following scenario in the context of Dynamic Update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can it is possible,if i update the database then the changes should be reflected in my qlikview file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The important point to consider is how qlikview associate the updated rocords with qvw with out reload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply me back as u get it&lt;/P&gt;&lt;P&gt;I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 09:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266339#M581224</guid>
      <dc:creator />
      <dc:date>2012-03-27T09:06:42Z</dc:date>
    </item>
    <item>
      <title>How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266340#M581225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ghori.irf,&lt;/P&gt;&lt;P&gt;as far as I figured it out by now, dynamic update changes only the values in memory. As long as your application stays in memory, you should be fine. But you have to make sure, that your data is saved once in a while.&lt;/P&gt;&lt;P&gt;Currently I'm working on using an export action for that. The next reload has to check, if there are any previously exported files (xml, csv,...). You can try to combine this with an EDX-triggered reload.&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;Matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 09:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266340#M581225</guid>
      <dc:creator />
      <dc:date>2012-03-27T09:30:10Z</dc:date>
    </item>
    <item>
      <title>How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266341#M581226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;Matthias Dix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am too looking for the above same senario as ghori..&lt;/P&gt;&lt;P&gt;so please let me know step wise procedure to adop Dynamic Update ,If possible with an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will be thankful from botom of my heart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Mukram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 12:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266341#M581226</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2012-03-27T12:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266342#M581227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check my example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 14:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266342#M581227</guid>
      <dc:creator />
      <dc:date>2012-03-27T14:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266343#M581228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;Matthias DIx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad to have this stuff ,I refer this and get back to you if i come up with some doubt .&lt;/P&gt;&lt;P&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;&amp;nbsp; &lt;/P&gt;&lt;P&gt;And I am thankful for your Hospitality .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 06:37:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266343#M581228</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2012-03-28T06:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266344#M581229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Dix, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to implement dynamic update without macro,but its not working. &lt;/P&gt;&lt;P&gt;Please refer the attached file and help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 10:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266344#M581229</guid>
      <dc:creator />
      <dc:date>2012-03-28T10:14:19Z</dc:date>
    </item>
    <item>
      <title>How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266345#M581230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;qvd_irfan,&lt;/P&gt;&lt;P&gt;You need to check "Enable Dynamic Data Update" under Document Properties-&amp;gt;Server tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 12:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266345#M581230</guid>
      <dc:creator>tanelry</dc:creator>
      <dc:date>2012-03-28T12:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266346#M581231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks two of you&lt;/P&gt;&lt;P&gt;Tanel Ruutli and Matthias Dix. &lt;/P&gt;&lt;P&gt;Its working now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 12:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266346#M581231</guid>
      <dc:creator />
      <dc:date>2012-03-28T12:44:29Z</dc:date>
    </item>
    <item>
      <title>How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266347#M581232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've checked all the boxes and it's still isn't working for me. Not in the ajax client or with the IE plugin. If i open the document on the server (desktop version) everything works fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? (i'm trying to get the example attaced earlier (from @matthias) to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 13:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266347#M581232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-28T13:50:46Z</dc:date>
    </item>
    <item>
      <title>How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266348#M581233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dynamic has to be activated on the server and in the document:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DynamicUpdateServer.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14794_DynamicUpdateServer.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DynamicUpdateDocument.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/14801_DynamicUpdateDocument.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which Version of IEPlugin and Server do you use? Are you using macro or button action? Can you provide any further details?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 14:04:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266348#M581233</guid>
      <dc:creator />
      <dc:date>2012-05-28T14:04:51Z</dc:date>
    </item>
    <item>
      <title>How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266349#M581235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Forgot the box on the server. I didn't get it to work for the plugin, just the Ajax, though but that's not necessary. Thank you again! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 14:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266349#M581235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-28T14:10:52Z</dc:date>
    </item>
    <item>
      <title>How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266350#M581236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; No problem &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 14:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266350#M581236</guid>
      <dc:creator />
      <dc:date>2012-05-28T14:56:44Z</dc:date>
    </item>
    <item>
      <title>How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266351#M581237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Matthias,&lt;/P&gt;&lt;P&gt;Everything seems to be ok on my server, but it does not work using the Ajax Client .&lt;/P&gt;&lt;P&gt;It work using the Local Client , Using Ajax on the server (Localhost) but does not work from external connection.&lt;/P&gt;&lt;P&gt;Any Idea ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 16:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266351#M581237</guid>
      <dc:creator />
      <dc:date>2012-05-28T16:02:54Z</dc:date>
    </item>
    <item>
      <title>How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266352#M581238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know, macro is not working in AJAX. But "dynamic update" as an action (i.e. on a button) should work in AJAX. I just tried it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked the Server and Document properties (you have to activate Dynamic Update in both)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that doesn't work, please provide some further details...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 16:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266352#M581238</guid>
      <dc:creator />
      <dc:date>2012-05-28T16:36:19Z</dc:date>
    </item>
    <item>
      <title>How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266353#M581240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The macro works using the Ajax client on a windows 7 server If I use a local user part of the Qlikview administrators group . It does not work on windows 2008 SR 2 server as I am not able to create local users with a different domain name .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 16:47:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266353#M581240</guid>
      <dc:creator />
      <dc:date>2012-05-28T16:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Dynamic update action in QV 11</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266354#M581241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow Dix... your sample is very great!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I could, i put this discussion as Super Answered!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2012 15:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Dynamic-update-action-in-QV-11/m-p/266354#M581241</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2012-08-25T15:19:24Z</dc:date>
    </item>
  </channel>
</rss>

