<?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 Dynamic Updates on Server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644211#M1300353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&amp;nbsp; I have a file with text boxes having Dynamic Update action which works great on my system. But the updates stop happening after deploying it on the server. I have checked all the options for allowing dynamic update inside the file, as well as the options in server QV Management Console. Does anyone have a clue why this may be happening. Do I require a special license for allowing updates on the server. I'm using QV version 11.20 &lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Dynamic Updates on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644211#M1300353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&amp;nbsp; I have a file with text boxes having Dynamic Update action which works great on my system. But the updates stop happening after deploying it on the server. I have checked all the options for allowing dynamic update inside the file, as well as the options in server QV Management Console. Does anyone have a clue why this may be happening. Do I require a special license for allowing updates on the server. I'm using QV version 11.20 &lt;/P&gt;&lt;P&gt;Thanks !&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/Dynamic-Updates-on-Server/m-p/644211#M1300353</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Updates on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644212#M1300356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, are you using macro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what browser are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check all the image attached and sure that the propertys are ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 22:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644212#M1300356</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-05-22T22:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Updates on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644213#M1300360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replying Fernando. I am using Internet Explorer and all the properties in the images are enabled. I'm not using a macro, I have a text box with the update statement written in the 'Dynamic Update'&amp;nbsp; action of the text box. It works in the desktop mode and Web view, but not on the server. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 22:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644213#M1300360</guid>
      <dc:creator />
      <dc:date>2014-05-22T22:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Dynamic Updates on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644214#M1300361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Varun, Macro could be an option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example attach&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 22:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644214#M1300361</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-05-22T22:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Updates on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644215#M1300362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fernando, I realized that my Dynamic update statement has the '&amp;gt;=' condition which does not work on the server.&lt;/P&gt;&lt;P&gt;My statement is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE Data_Table SET Limit_Interest=$(vUserLimit) WHERE Limit_Date &amp;gt;= '$(vUserDate)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= condition works on the server, but &amp;lt;= or &amp;gt;= don't work. I need to use &amp;gt;= , do you know any way to get it working, probably by changing the statement syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 00:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644215#M1300362</guid>
      <dc:creator />
      <dc:date>2014-05-23T00:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Updates on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644216#M1300363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, try to separate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;UPDATE Data_Table SET Limit_Interest=$(vUserLimit) WHERE Limit_Date &amp;gt;&amp;nbsp; '$(vUserDate)' or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Limit_Date = '$(vUserDate)'&lt;/SPAN&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;&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;separate &amp;gt;= in &amp;gt; or =&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;would be an option&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 00:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644216#M1300363</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-05-23T00:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Updates on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644217#M1300364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fernando, Thanks for the suggestion, but even the separate symbols do not work. I also read here (&lt;A href="http://bi-review.blogspot.com.au/2012/12/using-dynamic-updates-in-qlikview-11.html" title="http://bi-review.blogspot.com.au/2012/12/using-dynamic-updates-in-qlikview-11.html"&gt;BI Review: Using Dynamic Updates in QlikView 11&lt;/A&gt;)&amp;nbsp; that only the = condition works in dynamic updates. I tested my file with &amp;gt; which updated data in the desktop QV but not on the server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 01:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644217#M1300364</guid>
      <dc:creator />
      <dc:date>2014-05-23T01:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Updates on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644218#M1300365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not create vUserDateMinusOne = vUserDate -1 day?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then:&lt;/P&gt;&lt;P&gt;UPDATE Data_Table SET Limit_Interest=$(vUserLimit) WHERE Limit_Date &amp;gt; '$(vUserDateMinusOne)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, have you verified with a basic test that your Dynamic update actually works on server?&lt;/P&gt;&lt;P&gt;The user has be part of the QlikView administrator group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 12:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644218#M1300365</guid>
      <dc:creator>jerrysvensson</dc:creator>
      <dc:date>2014-05-26T12:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Updates on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644219#M1300366</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;the dynamic update requires a high level of permissions for the users to execute it from the web (access point), the user must be in the 'QlikView Administrator' group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 12:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644219#M1300366</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2014-05-26T12:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Updates on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644220#M1300367</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;Do you have the below in your LEF?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNAMIC_UPDATE;YES;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 15:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644220#M1300367</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2014-05-27T15:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Updates on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644221#M1300368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jerry, I have verified with a test that dynamic update is working on the server when I use the equality '=' condition. But it doesn't work when I use &amp;gt;,&amp;lt;,&amp;gt;= or &amp;lt;=.&lt;/P&gt;&lt;P&gt;The user is a part of the administrative group. The update you suggested with vUserDateMinusOne still has the &amp;gt; symbol so it will not work for me. &lt;/P&gt;&lt;P&gt;Thanks for the suggestions though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 23:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644221#M1300368</guid>
      <dc:creator />
      <dc:date>2014-05-27T23:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Updates on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644222#M1300369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Malek. In this case the user is in the administrators group. The dynamic update is working on the server with equality '=' condition only and not with &amp;lt;,&amp;lt;=,&amp;gt; or &amp;gt;=&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 23:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644222#M1300369</guid>
      <dc:creator />
      <dc:date>2014-05-27T23:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Updates on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644223#M1300370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill, I do not have this line in my license. I guess it could be an issue but I'm still able to do dynamic updates on server when I use just the = condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This line works on server:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;UPDATE Data_Table SET Limit_Interest=$(vUserLimit) WHERE Limit_Date = '$(vUserDate)';&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;This doesn't work:&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;UPDATE Data_Table SET Limit_Interest=$(vUserLimit) WHERE Limit_Date &amp;gt; '$(vUserDate)';&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;I'm guessing that if I was restricted by license then the first line may not have worked either.&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;&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;Thanks,&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;Varun&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 23:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644223#M1300370</guid>
      <dc:creator />
      <dc:date>2014-05-27T23:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Updates on Server</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644224#M1300371</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;there is nothing special in the license that you should have, only the user security permissions must be applied, i have already faced the same issue where it worked on the server but not from the access point, and i did open a CRM ticket with qliktech and they have only requested to add the user that is using the dynamic update to the qlikview administrator group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 10:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Updates-on-Server/m-p/644224#M1300371</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2014-05-28T10:50:36Z</dc:date>
    </item>
  </channel>
</rss>

