<?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 Multiple like selection in the dynamic update statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-like-selection-in-the-dynamic-update-statement/m-p/1980007#M1220959</link>
    <description>&lt;P&gt;Hi folks!&lt;/P&gt;
&lt;P&gt;I am digging into the specifics of the dynamic statement and wonder whether there's an option to use the like match based on the multiple values.&lt;/P&gt;
&lt;P&gt;The working file is attached, but the short requirement is below:&lt;/P&gt;
&lt;P&gt;I need to set Amount to 0 on the lines WHERE ID = 'bn' or 'ryku' or 'j'.&amp;nbsp;&lt;BR /&gt;Also, i really need only ONE update statement instead of multiple.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Previously i remember using one working version like this, but can't find the right syntaxis.&lt;/P&gt;
&lt;P&gt;UPDATE DATA SET "Amount"=0 WHERE ID like 'ryku', 'bn', 'j';&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Much appreciate any help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Sep 2022 18:28:16 GMT</pubDate>
    <dc:creator>AndriyShepel</dc:creator>
    <dc:date>2022-09-12T18:28:16Z</dc:date>
    <item>
      <title>Multiple like selection in the dynamic update statement</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-like-selection-in-the-dynamic-update-statement/m-p/1980007#M1220959</link>
      <description>&lt;P&gt;Hi folks!&lt;/P&gt;
&lt;P&gt;I am digging into the specifics of the dynamic statement and wonder whether there's an option to use the like match based on the multiple values.&lt;/P&gt;
&lt;P&gt;The working file is attached, but the short requirement is below:&lt;/P&gt;
&lt;P&gt;I need to set Amount to 0 on the lines WHERE ID = 'bn' or 'ryku' or 'j'.&amp;nbsp;&lt;BR /&gt;Also, i really need only ONE update statement instead of multiple.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Previously i remember using one working version like this, but can't find the right syntaxis.&lt;/P&gt;
&lt;P&gt;UPDATE DATA SET "Amount"=0 WHERE ID like 'ryku', 'bn', 'j';&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Much appreciate any help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 18:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-like-selection-in-the-dynamic-update-statement/m-p/1980007#M1220959</guid>
      <dc:creator>AndriyShepel</dc:creator>
      <dc:date>2022-09-12T18:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple like selection in the dynamic update statement</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-like-selection-in-the-dynamic-update-statement/m-p/1980017#M1220961</link>
      <description>&lt;P&gt;Figured just now:)&lt;/P&gt;
&lt;P&gt;That approach works using the Match statement.&lt;/P&gt;
&lt;P&gt;Update Data SET "Amount"=0 WHERE Match(ID, $(vValues));&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 18:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-like-selection-in-the-dynamic-update-statement/m-p/1980017#M1220961</guid>
      <dc:creator>AndriyShepel</dc:creator>
      <dc:date>2022-09-12T18:53:52Z</dc:date>
    </item>
  </channel>
</rss>

