<?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: Qlikview Personal Edition -  dynamic update in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Personal-Edition-dynamic-update/m-p/1022505#M944559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not a limitation of Qlikview Personal Edition. Perhaps your update statement is not correct. Perhaps the help entry gives a clue: &lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Add_Action_dialog.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Add_Action_dialog.htm"&gt;QlikView ‒ Add Action dialog&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jan 2016 18:21:52 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-01-06T18:21:52Z</dc:date>
    <item>
      <title>Qlikview Personal Edition -  dynamic update</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Personal-Edition-dynamic-update/m-p/1022504#M944558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Saludos ante todo....quisiera saber si en el Qlikview Personal Edition (v12) es posible la actualización dinámica, el escenario que estoy usando a fines de aprendizaje consta de una tabla que es presentada mediante un TableBox con un par de campos numéricos y mediante un botón al que he agregado una acción de "Actualización Dinámica" (&lt;SPAN style="font-size: 13.3333px;"&gt;en las opciones del documento he tildado permitir actualización dinámica&lt;/SPAN&gt;) quiero actualizar la columna "precio" en "precio x 1.21" pero no se actualiza la columna, a que se debe?&lt;/P&gt;&lt;P&gt;Solo tengo instalado la version de prueba del &lt;SPAN style="font-size: 13.3333px;"&gt;Qlikview Personal Edition sin versión server ni nada por el estilo, es debido a esto?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Desde ya muchas gracias por la ayuda que me puedan brindar.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings.... I want to know if the QlikView Personal Edition (v12) is possible dynamic update, the scenario I'm using for learning purposes consists of a table which is presented by a TableBox with a pair of numeric fields and by a button to which I have added an action of "dynamic Update" (in the document options I enable dynamic update) I want to update the "price" column in "price x 1.21" but the column is not updated, why dont update ?&lt;/P&gt;&lt;P&gt;I have just installed the trial version of QlikView Personal Edition without server version or anything else, it's because of this?&lt;/P&gt;&lt;P&gt;thank you very much for the help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 01:43:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Personal-Edition-dynamic-update/m-p/1022504#M944558</guid>
      <dc:creator />
      <dc:date>2016-01-05T01:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Personal Edition -  dynamic update</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Personal-Edition-dynamic-update/m-p/1022505#M944559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not a limitation of Qlikview Personal Edition. Perhaps your update statement is not correct. Perhaps the help entry gives a clue: &lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Add_Action_dialog.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Add_Action_dialog.htm"&gt;QlikView ‒ Add Action dialog&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 18:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Personal-Edition-dynamic-update/m-p/1022505#M944559</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-01-06T18:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Personal Edition -  dynamic update</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Personal-Edition-dynamic-update/m-p/1022506#M944560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much for answering!!!! .... I could not even accomplish anything .... I made a new simple script to find because no dynamic update works;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Scenario:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SQL Server souce of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Script:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep='.';&lt;/P&gt;&lt;P&gt;SET DecimalSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='#.##0,00 €;-#.##0,00 €';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss';&lt;/P&gt;&lt;P&gt;SET DateFormat='DD/MM/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='DD/MM/YYYY h:mm:ss[.fff]';&lt;/P&gt;&lt;P&gt;SET MonthNames='ene;feb;mar;abr;may;jun;jul;ago;sep;oct;nov;dic';&lt;/P&gt;&lt;P&gt;SET DayNames='lun;mar;mié;jue;vie;sáb;dom';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO [Provider=SQLOLEDB.1;Persist Security Info=True;User ID=admin;Initial Catalog=Salario_Perso;Data Source=SQL_WINSERVER;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=SQL_WINSERVER;Use Encryption for Data=False;Tag with column collation when possible=False] (XPassword is GHadeTdNSTcSGaROJDMA);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DocPerso:&lt;/P&gt;&lt;P&gt;SQL SELECT top 10 *&lt;/P&gt;&lt;P&gt;FROM Salario;&lt;/P&gt;&lt;P&gt;STORE DocPerso into C:\QLIK11\DocPerso.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aditional information:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In the Main page "DocPerso" are shown by a "TableBox".&lt;/P&gt;&lt;P&gt;DocPerso has 3 fields:&lt;STRONG&gt; emp_id, Salary_Emp,Desc_Emp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;As I have to simulate a salary increase of 10%, then I make a button with a dynamic update action with the following statement:&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;"UPDATE DocPerso SET Salary_Emp = Salary_Emp*1.10;"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The document has the following options;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="config_update.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110846_config_update.JPG" style="height: 481px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resulting situation:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Clicking on the button to update data nothing happens, I need something more?&lt;/P&gt;&lt;P&gt;Thank you very much for the help you can give me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: sorry if my English is not very good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 04:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Personal-Edition-dynamic-update/m-p/1022506#M944560</guid>
      <dc:creator />
      <dc:date>2016-01-07T04:35:52Z</dc:date>
    </item>
  </channel>
</rss>

