<?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: Qlikview WildMatch Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-WildMatch-Function/m-p/826621#M291082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great. Thanks very much Max.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also find some text in my string starting &amp;amp; ending with conduct text and above solution will not pick up these strings but managed to work it out based on your solution so thanks anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Issue Title]&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;, '* conduct *') = 1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Issue Title]&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;, 'conduct *') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Issue Title]&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;, '* conduct'),'Y','N') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Conduct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Dec 2014 11:10:43 GMT</pubDate>
    <dc:creator>kashjaniqlik</dc:creator>
    <dc:date>2014-12-15T11:10:43Z</dc:date>
    <item>
      <title>Qlikview WildMatch Function</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-WildMatch-Function/m-p/826616#M291077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to search for a word in a string and get a count of these words. The problem I'm facing is to find the exact word in a string that matches exactly as per my criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g let's assume I have below text in a column and I would like to only find "Conduct"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column 1&lt;/P&gt;&lt;P&gt;Conducted&lt;/P&gt;&lt;P&gt;Conduct&lt;/P&gt;&lt;P&gt;Conduction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With below code, it will return all three rows and I someone need to find only second row (Conduct)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Column&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Column1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&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: #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;Column&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '*conduct*') = 1,'Y','N') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Conduct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; WildMatch&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 10:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-WildMatch-Function/m-p/826616#M291077</guid>
      <dc:creator>kashjaniqlik</dc:creator>
      <dc:date>2014-12-15T10:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview WildMatch Function</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-WildMatch-Function/m-p/826617#M291078</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;Dont use wild character like *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;If(Wildmatch(Column,'conduct'),'Y','N')&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;if you need case sensative search then try with match()&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Wildmatch(Column,'Conduct'),'Y','N')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 10:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-WildMatch-Function/m-p/826617#M291078</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-12-15T10:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview WildMatch Function</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-WildMatch-Function/m-p/826618#M291079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies, I should have mention this in my original thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text is part of a larger text hence I will need to use the wildmatch as conduct is buried inside the long string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the complete code. If I don't use WildMatch here then it won't find Conduct text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WildMatch:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;Column&lt;BR /&gt;Test conduct test1&lt;BR /&gt;test2 Conducted test3&lt;BR /&gt;test4 conduction test5&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;Filter:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Column&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Column1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&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: #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;Column&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'conduct') = 1,'Y','N') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Conduct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; WildMatch &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 10:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-WildMatch-Function/m-p/826618#M291079</guid>
      <dc:creator>kashjaniqlik</dc:creator>
      <dc:date>2014-12-15T10:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview WildMatch Function</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-WildMatch-Function/m-p/826619#M291080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use match function instead of wildmatch and without wild cards. The match function is however case sensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 10:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-WildMatch-Function/m-p/826619#M291080</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2014-12-15T10:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview WildMatch Function</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-WildMatch-Function/m-p/826620#M291081</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;Try with including spaces&lt;/P&gt;&lt;P&gt;try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Wildmatch(Column,'* conduct *'),'Y','N')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 10:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-WildMatch-Function/m-p/826620#M291081</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-12-15T10:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview WildMatch Function</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-WildMatch-Function/m-p/826621#M291082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great. Thanks very much Max.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also find some text in my string starting &amp;amp; ending with conduct text and above solution will not pick up these strings but managed to work it out based on your solution so thanks anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Issue Title]&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;, '* conduct *') = 1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Issue Title]&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;, 'conduct *') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Issue Title]&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;, '* conduct'),'Y','N') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Conduct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #000000;"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 11:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-WildMatch-Function/m-p/826621#M291082</guid>
      <dc:creator>kashjaniqlik</dc:creator>
      <dc:date>2014-12-15T11:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview WildMatch Function</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-WildMatch-Function/m-p/826622#M291083</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;One more advice there is no need to write multiple wildmatch()&lt;/P&gt;&lt;P&gt;You acheive it in on wildmatch() also&lt;/P&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Wildmatch(Column,'* conduct *','conduct *','*conduct '),'Y','N')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 11:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-WildMatch-Function/m-p/826622#M291083</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-12-15T11:46:40Z</dc:date>
    </item>
  </channel>
</rss>

