<?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, update row on selected field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-update-row-on-selected-field/m-p/371940#M138278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's in the action "dynamic update" in my case, this action is set to trigger on a button click. I'm using QlikView 11 where dynamic update is available in an action without the need to write a macro for it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2012 08:02:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-29T08:02:14Z</dc:date>
    <item>
      <title>Dynamic Update, update row on selected field</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-update-row-on-selected-field/m-p/371938#M138276</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;I'm trying to write a dynamic update similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE Table SET field1= $(vVariable) WHERE field2='23';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But instead of the number in the where statement i want it to be a selected field. How do i do this? I've tried getfieldselected and the concat function but i didn't get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 06:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-update-row-on-selected-field/m-p/371938#M138276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-29T06:26:04Z</dc:date>
    </item>
    <item>
      <title>Dynamic Update, update row on selected field</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-update-row-on-selected-field/m-p/371939#M138277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;could you please explain if you're talking about script or setanalysis.&lt;/P&gt;&lt;P&gt;I don't understand where do you want to use that expression.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 07:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-update-row-on-selected-field/m-p/371939#M138277</guid>
      <dc:creator />
      <dc:date>2012-05-29T07:59:30Z</dc:date>
    </item>
    <item>
      <title>Dynamic Update, update row on selected field</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-update-row-on-selected-field/m-p/371940#M138278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's in the action "dynamic update" in my case, this action is set to trigger on a button click. I'm using QlikView 11 where dynamic update is available in an action without the need to write a macro for it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 08:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-update-row-on-selected-field/m-p/371940#M138278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-29T08:02:14Z</dc:date>
    </item>
    <item>
      <title>Dynamic Update, update row on selected field</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-update-row-on-selected-field/m-p/371941#M138279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see,&lt;/P&gt;&lt;P&gt;I'm sorry if I don't well understood.&lt;/P&gt;&lt;P&gt;I'll try to see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 08:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-update-row-on-selected-field/m-p/371941#M138279</guid>
      <dc:creator />
      <dc:date>2012-05-29T08:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Update, update row on selected field</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-update-row-on-selected-field/m-p/371942#M138280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The trick is to use expansion with evaluation:&amp;nbsp; $(=......)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;UPDATE Table SET field1= $(vVariable) WHERE field2='$(=only( [Field2] ))'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 23:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-update-row-on-selected-field/m-p/371942#M138280</guid>
      <dc:creator />
      <dc:date>2012-08-22T23:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Update, update row on selected field</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Update-update-row-on-selected-field/m-p/371943#M138281</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;I Don't really know in witch part you want to put the selection, but in "Macro World", the selection is referenced by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Field").GetPossibleValues,&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Field").GetSelectedValues or&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Field").GetMemberValue(3) (the&amp;nbsp; 3 could be anyone, if selection has more than one)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 01:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Update-update-row-on-selected-field/m-p/371943#M138281</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2012-08-23T01:47:32Z</dc:date>
    </item>
  </channel>
</rss>

