<?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: Using analog of WildMatch in Dynamic Update in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43378#M7278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the same at front end... just remove the as Flag from both sentences..&lt;/P&gt;&lt;P&gt;Use below as an expression&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;IF(WildMatch(Name,'*Name*'),'Done')&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;or&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;IF(WildMatch(UPPER(Name),'*NAME*'),'Done')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2018 20:10:32 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2018-03-16T20:10:32Z</dc:date>
    <item>
      <title>Using analog of WildMatch in Dynamic Update</title>
      <link>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43375#M7275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Colleagues, good evening!&lt;/P&gt;&lt;P&gt;Has anyone faced with tasks to use wildmatch function in dynamic update?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have very simple data set:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="201"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" width="67"&gt;ID&lt;/TD&gt;&lt;TD class="xl63" width="67"&gt;Name&lt;/TD&gt;&lt;TD class="xl63" width="67"&gt;Result&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;1&lt;/TD&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;2&lt;/TD&gt;&lt;TD&gt;1Name1&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;3&lt;/TD&gt;&lt;TD&gt;Name1&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;4&lt;/TD&gt;&lt;TD&gt;Nam&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;5&lt;/TD&gt;&lt;TD&gt;N&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;So in DU i need to set "Done" value in Result field for those records, which met the following condition:&lt;/P&gt;&lt;P&gt;WildMatch(Result, '*Name*').&lt;/P&gt;&lt;P&gt;I read some threads about this topic (like using LIKE statement from SQL), but it doesn't give necessary result.&lt;/P&gt;&lt;P&gt;Could anyone advice something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p.s. Using If statement isn't appropriate solution for my task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 19:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43375#M7275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-16T19:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using analog of WildMatch in Dynamic Update</title>
      <link>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43376#M7276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF(WildMatch(Name,'*Name*'),'Done') as Flag&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;IF(WildMatch(UPPER(Name),'*NAME*'),'Done') as Flag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 20:05:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43376#M7276</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-03-16T20:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using analog of WildMatch in Dynamic Update</title>
      <link>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43377#M7277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, dear!&lt;/P&gt;&lt;P&gt;But i need to solve it without creating additional logic in the script.&lt;/P&gt;&lt;P&gt;So searching necessary records (wildmatch by Name field) should be done directly in Dynamic Update statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 20:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43377#M7277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-16T20:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using analog of WildMatch in Dynamic Update</title>
      <link>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43378#M7278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the same at front end... just remove the as Flag from both sentences..&lt;/P&gt;&lt;P&gt;Use below as an expression&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;IF(WildMatch(Name,'*Name*'),'Done')&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;or&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;IF(WildMatch(UPPER(Name),'*NAME*'),'Done')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 20:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43378#M7278</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-03-16T20:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using analog of WildMatch in Dynamic Update</title>
      <link>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43379#M7279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you show me please base on this example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='UPDATE Main SET "Result" = ' &amp;amp; chr(39) &amp;amp; 'Done' &amp;amp; chr(39) &amp;amp; ' WHERE "Name"&amp;nbsp; =&amp;nbsp; ' &amp;amp; '1' &amp;amp; chr(39) &amp;amp; ';'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i'm updating records where Name=1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 20:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43379#M7279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-16T20:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using analog of WildMatch in Dynamic Update</title>
      <link>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43380#M7280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this question related to your original post?&lt;/P&gt;&lt;P&gt;If not, I would say, raise a new question.&lt;/P&gt;&lt;P&gt;This is the best way to use Qlik Community, which will indirectly help other having same questions..&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;Also, if you got answer of your original post, please close the thread by selection correct answer..&lt;/P&gt;&lt;P&gt;Would like to help you on another question..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 20:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43380#M7280</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-03-16T20:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using analog of WildMatch in Dynamic Update</title>
      <link>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43381#M7281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my original post i described exactly what i need:&lt;/P&gt;&lt;P&gt;1. Update DU string using some statement which does the same logic as wildmatch;&lt;/P&gt;&lt;P&gt;2. Do not use If statement, because it's not appropriate for my case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 20:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43381#M7281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-16T20:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using analog of WildMatch in Dynamic Update</title>
      <link>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43382#M7282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't want to modify script.&lt;/P&gt;&lt;P&gt;You don't want to use If....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know is there any other way, we can do it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's wait for experts to come back on your query.&lt;/P&gt;&lt;P&gt;Honestly, I don't have any further idea about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry dear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 20:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43382#M7282</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2018-03-16T20:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using analog of WildMatch in Dynamic Update</title>
      <link>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43383#M7283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for you efforts!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 20:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43383#M7283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-16T20:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using analog of WildMatch in Dynamic Update</title>
      <link>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43384#M7284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE Main SET Result = 'Done'&amp;nbsp; WHERE Match(Name,$(vRef))&amp;nbsp;&amp;nbsp; //also try&amp;nbsp; WHERE WildMatch(Name,$(vRef))&lt;/P&gt;&lt;P&gt;Create a variable&amp;nbsp; vRef as&amp;nbsp; =concat(chr(39) &amp;amp; '*Name*' &amp;amp; chr(39)) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2018 03:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43384#M7284</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2018-03-17T03:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using analog of WildMatch in Dynamic Update</title>
      <link>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43385#M7285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;I tried your statement, but it doesn't give any result (nothing happens) &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2018 12:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43385#M7285</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-17T12:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using analog of WildMatch in Dynamic Update</title>
      <link>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43386#M7286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the attached file. Have a nice week ahead!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;=Concat({&amp;lt;Name = {"*Name*"}&amp;gt;} 'Update Main SET Result =' &amp;amp; chr(39) &amp;amp; 'Done' &amp;amp; chr(39) &amp;amp; ' Where Name =' &amp;amp; chr(39) &amp;amp; Name &amp;amp; chr(39) , ';' &amp;amp; chr(13))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196651_Capture.PNG" style="height: 136px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Mar 2018 17:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-analog-of-WildMatch-in-Dynamic-Update/m-p/43386#M7286</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-03-18T17:34:18Z</dc:date>
    </item>
  </channel>
</rss>

