<?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 based on selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080347#M939580</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;Check whether the below options are enabled and try again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 29px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Settings to enable in&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 29px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;QVW: Document properties --&amp;gt;&amp;nbsp; Server tab--&amp;gt; Enable Dynamic Data update&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/102-7373-2-70597/Enable Dynamic update.PNG" style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="Enable Dynamic update.PNG" class="jive-image" height="617" src="/legacyfs/online/114566_Enable Dynamic update.PNG" style="border: 0px; font-style: inherit; font-family: inherit;" width="712" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 29px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 29px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Server: QMC--&amp;gt;System--&amp;gt;Setup--&amp;gt;QVS--&amp;gt;Security--&amp;gt; Enable &lt;SPAN style="font-style: inherit; font-family: Tahoma; color: #000000;"&gt;Allow dynamic data update&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/102-7373-2-70620/dynamic server.PNG" style="font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="dynamic server.PNG" class="jive-image" height="560" src="/legacyfs/online/114567_dynamic server.PNG" style="border: 0px; font-style: inherit; font-family: inherit;" width="1080" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Feb 2016 15:51:02 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2016-02-13T15:51:02Z</dc:date>
    <item>
      <title>dynamic update based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080339#M939572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hello all,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I am trying to dynamically update fields on a table based on selection from another list.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Let's say this is the table:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="97.181818" style="border: 1px solid #000000; width: 94.1818px; height: 90.1818px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Name&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;abc&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;def&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;xyz&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333px;"&gt;and this is the list:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="114.181818" style="border: 1px solid #000000; font-size: 13.3333px;" width="92.181818"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Name&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;abc&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;def&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;xyz&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333px;"&gt;I have an update button that I want to fix its action in a way that when I select from the list, let's say abc and xyz, and I hit the button, only the values of 'abc' and 'xyz' changes.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;So the button's action is something similar to this:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;UPDATE TableName SET Value = '1123' WHERE match(Name,'$(=GetCurrentSelections(Name))')&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;However this is not working. Any advice??&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 10:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080339#M939572</guid>
      <dc:creator />
      <dc:date>2016-02-09T10:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic update based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080340#M939573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=If( only({&amp;lt;[Name] = {$(vName)}&amp;gt;} value),&lt;/P&gt;&lt;P&gt;'UPDATE *&lt;/P&gt;&lt;P&gt;&amp;nbsp; SET Status = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; Where [Name] = $(&lt;SPAN style="font-size: 13.3333px;"&gt;vName&lt;/SPAN&gt;);'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;'UPDATE *&lt;/P&gt;&lt;P&gt;&amp;nbsp; SET Status = 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; Where [Name] = $(&lt;SPAN style="font-size: 13.3333px;"&gt;vName&lt;/SPAN&gt;);'&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 10:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080340#M939573</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-09T10:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic update based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080341#M939574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dis too,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/493314"&gt;Dynamically updating List Boxes based on selections&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 10:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080341#M939574</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-09T10:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic update based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080342#M939575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sureshqv for your reply. But excuse me I am new to qlikview. What do you mean by vName, what does the "v" stand for? It would be great if you can explain more. Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 10:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080342#M939575</guid>
      <dc:creator />
      <dc:date>2016-02-09T10:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic update based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080343#M939576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Create a variable in Variable overview window like below,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Variable Name:&lt;/STRONG&gt; vSelections.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Definition :&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; =If(GetSelectedCount(Name)&amp;gt;0, Concat(Chr(39) &amp;amp; Name &amp;amp; Chr(39),&amp;nbsp; ',' ,50))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Create a button and select action as "&lt;STRONG&gt;Dynamic Update&lt;/STRONG&gt;" and statement like below.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;UPDATE TableName SET Value = '1123' WHERE Match(Name,$(vSelections))&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached sample file against your sample input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 11:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080343#M939576</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-02-09T11:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic update based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080344#M939577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect! Many thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 11:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080344#M939577</guid>
      <dc:creator />
      <dc:date>2016-02-09T11:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic update based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080345#M939578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm nop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is variable name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that there is one document&amp;nbsp; Please read this&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/11/04/the-magic-of-variables" title="https://community.qlik.com/blogs/qlikviewdesignblog/2013/11/04/the-magic-of-variables"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2013/11/04/the-magic-of-variables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and make helpful from the abve&amp;nbsp; replys which u got help .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 11:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080345#M939578</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-09T11:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic update based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080346#M939579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;This is working perfectly on qlikview client however it is not work in web. Any Ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 06:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080346#M939579</guid>
      <dc:creator />
      <dc:date>2016-02-13T06:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic update based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080347#M939580</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;Check whether the below options are enabled and try again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 29px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Settings to enable in&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 29px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;QVW: Document properties --&amp;gt;&amp;nbsp; Server tab--&amp;gt; Enable Dynamic Data update&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/102-7373-2-70597/Enable Dynamic update.PNG" style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="Enable Dynamic update.PNG" class="jive-image" height="617" src="/legacyfs/online/114566_Enable Dynamic update.PNG" style="border: 0px; font-style: inherit; font-family: inherit;" width="712" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 29px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 29px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Server: QMC--&amp;gt;System--&amp;gt;Setup--&amp;gt;QVS--&amp;gt;Security--&amp;gt; Enable &lt;SPAN style="font-style: inherit; font-family: Tahoma; color: #000000;"&gt;Allow dynamic data update&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/102-7373-2-70620/dynamic server.PNG" style="font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="dynamic server.PNG" class="jive-image" height="560" src="/legacyfs/online/114567_dynamic server.PNG" style="border: 0px; font-style: inherit; font-family: inherit;" width="1080" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Feb 2016 15:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1080347#M939580</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-02-13T15:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic update based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1667605#M939581</link>
      <description>&lt;P&gt;Think the problem is in the where statement the quotes are missing, see attachment&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 09:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-update-based-on-selection/m-p/1667605#M939581</guid>
      <dc:creator>jochem_zw</dc:creator>
      <dc:date>2020-01-21T09:03:12Z</dc:date>
    </item>
  </channel>
</rss>

