<?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: Wildmatch, Wildmatch5 &amp; LIKE function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Wildmatch-Wildmatch5-LIKE-function/m-p/518591#M1141341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Sep 2013 04:09:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-17T04:09:31Z</dc:date>
    <item>
      <title>Wildmatch, Wildmatch5 &amp; LIKE function</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-Wildmatch5-LIKE-function/m-p/518585#M1141335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I want to tag a list of account with below query:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(WildMatch([MAKE &amp;amp; MODEL],'*MOTORC*'),'Motorcycle',&lt;/P&gt;&lt;P&gt;if(REASON_CODE='SKIP','Exclusion List',&lt;/P&gt;&lt;P&gt;if([PRODUCT TYPE]='902' or [PRODUCT TYPE]='903','Floor Stocking',&lt;/P&gt;&lt;P&gt;if([PRODUCT TYPE]='900' or [PRODUCT TYPE]='901',Block Discounting',&lt;/P&gt;&lt;P&gt;if([DISBURSEMENT YEAR]=2013 AND RNR='N' AND [CUSTOMER TYPE]='I','MPR_13'&lt;/P&gt;&lt;P&gt;if([CUSTOMER TYPE]='C' or [CUSTOMER TYPE]='N' or [CUSTOMER TYPE]='S','Company,'Others')))))) as CATEGORIES,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than 'Motorcycle', was tag accordingly. I've use &lt;SPAN style="color: #0000ff;"&gt;WildMatch&lt;/SPAN&gt; &amp;amp; &lt;SPAN style="color: #0000ff;"&gt;LIKE&lt;/SPAN&gt; but still none of the account was tagged with it.&lt;/P&gt;&lt;P&gt;But if I run only 'Motorcyle' condition without others, system can tagged it accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody have better idea to solve this query?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 07:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-Wildmatch5-LIKE-function/m-p/518585#M1141335</guid>
      <dc:creator />
      <dc:date>2013-09-13T07:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch, Wildmatch5 &amp; LIKE function</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-Wildmatch5-LIKE-function/m-p/518586#M1141336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without a data sample it would be very hard. Please post sample app with a small data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 07:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-Wildmatch5-LIKE-function/m-p/518586#M1141336</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-13T07:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch, Wildmatch5 &amp; LIKE function</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-Wildmatch5-LIKE-function/m-p/518587#M1141337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached the before tag &amp;amp; after tag in the excel file attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 08:28:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-Wildmatch5-LIKE-function/m-p/518587#M1141337</guid>
      <dc:creator />
      <dc:date>2013-09-13T08:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Wildmatch, Wildmatch5 &amp; LIKE function</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-Wildmatch5-LIKE-function/m-p/518588#M1141338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 08:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-Wildmatch5-LIKE-function/m-p/518588#M1141338</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-13T08:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch, Wildmatch5 &amp; LIKE function</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-Wildmatch5-LIKE-function/m-p/518589#M1141339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use it like this :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[MAKE &amp;amp; MODEL]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'*MOTORC*'),'Motorcycle',&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[REASON CODE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='SKIP','Exclusion List',&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PRODUCT TYPE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='902' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PRODUCT TYPE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='903','Floor Stocking',&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PRODUCT TYPE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='900' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[PRODUCT TYPE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='901','Block Discounting',&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[DISBURSEMENT YEAR]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=2013 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[CUSTOMER TYPE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='I','MPR_13',&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[CUSTOMER TYPE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='C' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[CUSTOMER TYPE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='N' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[CUSTOMER TYPE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='S','Company','Others')&lt;BR /&gt;))))) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CATEGORIES &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 09:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-Wildmatch5-LIKE-function/m-p/518589#M1141339</guid>
      <dc:creator />
      <dc:date>2013-09-13T09:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch, Wildmatch5 &amp; LIKE function</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-Wildmatch5-LIKE-function/m-p/518590#M1141340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have test it &amp;amp; its successfully tagged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field provided previously were in different table, it was understood that I have join it, can the same query be used? Caused that was the real headache actually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 03:10:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-Wildmatch5-LIKE-function/m-p/518590#M1141340</guid>
      <dc:creator />
      <dc:date>2013-09-17T03:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch, Wildmatch5 &amp; LIKE function</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-Wildmatch5-LIKE-function/m-p/518591#M1141341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 04:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-Wildmatch5-LIKE-function/m-p/518591#M1141341</guid>
      <dc:creator />
      <dc:date>2013-09-17T04:09:31Z</dc:date>
    </item>
  </channel>
</rss>

