<?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 Using Real Time updates in QV9 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171350#M1312219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi .. and I think that you need a special license to run Real Time&lt;BR /&gt;&lt;BR /&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2009 21:17:43 GMT</pubDate>
    <dc:creator>GabrielAraya</dc:creator>
    <dc:date>2009-11-04T21:17:43Z</dc:date>
    <item>
      <title>Using Real Time updates in QV9</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171348#M1312216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was playing with the real time updates sample which works locally with an excel sheet running the qv updates but I couldn't get it to work in qlikview server. How can I make updates to data in a qvw that's loaded in qlikview server?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171348#M1312216</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Using Real Time updates in QV9</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171349#M1312217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to specify qvp://&amp;lt;server&amp;gt;/real_time.qvw&lt;/P&gt;&lt;P&gt;/Jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 21:14:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171349#M1312217</guid>
      <dc:creator />
      <dc:date>2009-11-04T21:14:28Z</dc:date>
    </item>
    <item>
      <title>Using Real Time updates in QV9</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171350#M1312219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi .. and I think that you need a special license to run Real Time&lt;BR /&gt;&lt;BR /&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 21:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171350#M1312219</guid>
      <dc:creator>GabrielAraya</dc:creator>
      <dc:date>2009-11-04T21:17:43Z</dc:date>
    </item>
    <item>
      <title>Using Real Time updates in QV9</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171351#M1312221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct Gabriel,&lt;/P&gt;&lt;P&gt;Here's basically what is required for Real-Time Dynamic Data Update to work in a client/server environment:&lt;/P&gt;&lt;P&gt;1. License needs to have DYNAMIC_UPDATE;YES;; tag.&lt;BR /&gt;2. QlikView &amp;gt; Settings &amp;gt; Document Properties &amp;gt; Server &amp;gt; Enable Dynamic Data Update = CHECKED&lt;BR /&gt;3. QlikView &amp;gt; Settings &amp;gt; Document Properties &amp;gt; Server &amp;gt; Enable Push from Server = CHECKED&lt;BR /&gt;4. Make sure that the following key is present in registry:&lt;BR /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\QlikTech\QlikViewServer\Settings 7&lt;BR /&gt;AllowDynamicUpdate&lt;BR /&gt;Value: 1&lt;BR /&gt;This key is modified by the license and there's a checkbox under the QVS security settings that displays if the license has Dynamic Update or not. (Looking at the checkbox in the QEMC should be enough)&lt;BR /&gt;&lt;BR /&gt;5. The user doing an Insert/Update/Delete needs to be allowed to modify the document on the server and thus has to be a member of the QlikView Administrators group on the machine running QVS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 09:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171351#M1312221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-05T09:06:05Z</dc:date>
    </item>
    <item>
      <title>Using Real Time updates in QV9</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171352#M1312223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll clarify my question.&lt;/P&gt;&lt;P&gt;I don't have a problem with thses settings. I don't want to run the excel sample and have it open QVE to update a qvw on the server. I want to make an ajax call or a qvpx call to get data updated in the qvw that's on the server.&lt;/P&gt;&lt;P&gt;The point is to update without having to reload everything (for example, to set the current price of a stock without having to regenrate the qvw that has all the customer's transaction history for all stocks in his account)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2009 02:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171352#M1312223</guid>
      <dc:creator />
      <dc:date>2009-11-13T02:34:13Z</dc:date>
    </item>
    <item>
      <title>Using Real Time updates in QV9</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171353#M1312225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that you want to reload and distribute an application by running an EDX trigger ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2009 02:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171353#M1312225</guid>
      <dc:creator />
      <dc:date>2009-11-13T02:46:14Z</dc:date>
    </item>
    <item>
      <title>Using Real Time updates in QV9</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171354#M1312227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's exactly what I'm trying to avoid. It takes too long to reload and if I have to do it for just a few values and very often, it won't be usable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2009 02:51:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171354#M1312227</guid>
      <dc:creator />
      <dc:date>2009-11-13T02:51:37Z</dc:date>
    </item>
    <item>
      <title>Using Real Time updates in QV9</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171355#M1312228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if I'm right, you want to have a batch updating the application located on the server (real time update) then push it to all clients ?&lt;/P&gt;&lt;P&gt;I don't think this is possible as updates are not stored in the qvw.&lt;/P&gt;&lt;P&gt;You have two solutions:&lt;/P&gt;&lt;P&gt;Triggering and EDX partial reload and distrib which can be quite fast but not in real tilme&lt;/P&gt;&lt;P&gt;Or haviing the Real time licence for QVE (as said previously)...&lt;/P&gt;&lt;P&gt;If there is something I don"t understand, please tell me.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sébastien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2009 02:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171355#M1312228</guid>
      <dc:creator />
      <dc:date>2009-11-13T02:59:37Z</dc:date>
    </item>
    <item>
      <title>Using Real Time updates in QV9</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171356#M1312229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As the thread title states, I'm interested in doing this with the real time update. the license is for QVS not QVE and it works if you open the qvw from the server with QVE. I want to use the same real time updates without having a QVE open or even installed (by using the AJAX client or QVPX)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2009 03:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171356#M1312229</guid>
      <dc:creator />
      <dc:date>2009-11-13T03:04:22Z</dc:date>
    </item>
    <item>
      <title>Using Real Time updates in QV9</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171357#M1312230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid you can't do that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2009 03:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171357#M1312230</guid>
      <dc:creator />
      <dc:date>2009-11-13T03:23:19Z</dc:date>
    </item>
    <item>
      <title>Using Real Time updates in QV9</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171358#M1312231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I'm not mistaken you need a QVE on the server.&lt;/P&gt;&lt;P&gt;The COM object the handles the Real time update resides in the QVE.&lt;/P&gt;&lt;P&gt;When I run my samples it opens the application in QVE and pushes in data to the application. An end user can view this in the plugin. I haven't tried Ajax yet.&lt;/P&gt;&lt;P&gt;If it can be done in some other I am very intersted. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 14:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Real-Time-updates-in-QV9/m-p/171358#M1312231</guid>
      <dc:creator />
      <dc:date>2009-11-16T14:51:40Z</dc:date>
    </item>
  </channel>
</rss>

