<?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 Update Not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-Not-working/m-p/922599#M319545</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'm working on a dynamic update with IRR % caculation. In my current process, i select one row, hit "populate items" button,&amp;nbsp; update "FinalValue" inputbox, then hit "Update". I'm not sure what went wrong with my below statement. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE Final SET FinalValue = '$(vFinalValue)' WHERE Company='$(vCompany)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;i want to update the FinalValue to 100 from 150 for ABC company where Final_Date is 8/15/2013.&lt;/P&gt;&lt;P&gt;&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>Thu, 30 Jul 2015 17:21:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-30T17:21:11Z</dc:date>
    <item>
      <title>Dynamic Update Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-Not-working/m-p/922599#M319545</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'm working on a dynamic update with IRR % caculation. In my current process, i select one row, hit "populate items" button,&amp;nbsp; update "FinalValue" inputbox, then hit "Update". I'm not sure what went wrong with my below statement. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE Final SET FinalValue = '$(vFinalValue)' WHERE Company='$(vCompany)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;i want to update the FinalValue to 100 from 150 for ABC company where Final_Date is 8/15/2013.&lt;/P&gt;&lt;P&gt;&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>Thu, 30 Jul 2015 17:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-Not-working/m-p/922599#M319545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-30T17:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Update Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-Not-working/m-p/922600#M319546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no Update functionality in qlikview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 14:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-Not-working/m-p/922600#M319546</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-31T14:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Update Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-Not-working/m-p/922601#M319547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is in fact and update functionality in QlikView. It is called DYNAMIC UPDATE. However it is not a full-blown full-circle write-back feature - you will have to implement that yourself or use a third-party&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Dynamic Update is documented (very lightly) on page 559 in Chapter 39.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Furthermore Dynamic Update is not very reliable and it seems like it is considered a legacy feature.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2015 07:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-Not-working/m-p/922601#M319547</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-01T07:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Update Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-Not-working/m-p/922602#M319548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your UPDATE statement fails because your data model has several tables with the field named FinalValue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So either you have to fix your data model removing the synthetic key or you have to use * instead of Final to &lt;/P&gt;&lt;P&gt;tell QlikView to update all tables that has the field FinalValue like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UPDATE * SET FinalValue = '$(vFinalValue)' WHERE Company='$(vCompany)';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2015 07:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-Not-working/m-p/922602#M319548</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-01T07:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Update Not working</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-Not-working/m-p/922603#M319549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Sasidhar and Petter for your inputs. Most likely i might need to consider alternative solutions with third party.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 15:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-Not-working/m-p/922603#M319549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-03T15:03:11Z</dc:date>
    </item>
  </channel>
</rss>

