<?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: Dynamic Update Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-Help/m-p/916452#M317845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. It works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunny- would you happen to know if the'value' field&amp;nbsp; still works with dynamic update if value numbers are base on&amp;nbsp; calculation?&amp;nbsp; such as&amp;nbsp; A+B = Value field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jul 2015 16:32:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-27T16:32:20Z</dc:date>
    <item>
      <title>Dynamic Update Help</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-Help/m-p/916450#M317843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help with dynamic update statement where user make changes to inputbox 'Company', TempDate' or&amp;nbsp; 'Value'&amp;nbsp; and reflected back on "Test" table with the updated information. Lets say i selected company 'ABC' and make changes to the value '100' to '200'. i want the '200' value to reflected on the 'Test" table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my current process, user select one item on "Test" table, then select "Populate Item" button.&amp;nbsp; Please see attached qvw. Any inputs will greatly appreciated!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 14:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-Help/m-p/916450#M317843</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-27T14:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Update Help</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-Help/m-p/916451#M317844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use the table name from your database:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="94098" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/94098_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update Statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE &lt;SPAN style="color: #ff0000;"&gt;Temp&lt;/SPAN&gt; SET Value = '$(vValue)' WHERE Company='$(vCompany)';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 15:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-Help/m-p/916451#M317844</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-27T15:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Update Help</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-Help/m-p/916452#M317845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. It works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunny- would you happen to know if the'value' field&amp;nbsp; still works with dynamic update if value numbers are base on&amp;nbsp; calculation?&amp;nbsp; such as&amp;nbsp; A+B = Value field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 16:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-Help/m-p/916452#M317845</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-27T16:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Update Help</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-Help/m-p/916453#M317846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was my first time with Dynamic Update. I am not sure if it will work or not. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But having said that, we might be able to test it out by creating two variable vValue1 and vValue2 and adding them up to see if it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going to check it now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 16:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-Help/m-p/916453#M317846</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-27T16:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Update Help</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-Help/m-p/916454#M317847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE Temp SET Value = '&lt;SPAN style="color: #ff0000;"&gt;$(=$(vValue1) + $(vValue2))&lt;/SPAN&gt;' WHERE Company='$(vCompany)';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 16:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-Help/m-p/916454#M317847</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-27T16:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Update Help</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-Help/m-p/916455#M317848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Agree. It does works with multiple variables.&amp;nbsp; But the value field that calculated dont seems to be working with dynamic update. This value field that im using consist of&amp;nbsp; sum(A &amp;amp; B) where A &amp;amp; B has its condition to generate in the load script. I provided you a wrong situation in above message for "A+B=Value field". It should be the sum(A&amp;amp;B) situation.&lt;/P&gt;&lt;P&gt;I appreciate you looking into this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 18:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-Help/m-p/916455#M317848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-27T18:39:03Z</dc:date>
    </item>
  </channel>
</rss>

