<?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() Complicated Logic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/WildMatch-Complicated-Logic/m-p/1693784#M725419</link>
    <description>&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;Yes, I'm learning daily some new things. Thanks to you &amp;amp; community.&lt;/P&gt;&lt;P&gt;I've 1 question here. If the Name field has 3 or 4 letter words than this will not work.&lt;/P&gt;&lt;P&gt;or if 2 people have same second name than also it will fail.&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;1): If the name is&amp;nbsp;John Kennedy Parker than the logic will not work.&lt;/P&gt;&lt;P&gt;2): If the names are: John Hopkins &amp;amp; Ryan Hopkins.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In both these cases, the logic will not work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nol&lt;/P&gt;</description>
    <pubDate>Wed, 15 Apr 2020 17:41:59 GMT</pubDate>
    <dc:creator>RD_Nol</dc:creator>
    <dc:date>2020-04-15T17:41:59Z</dc:date>
    <item>
      <title>WildMatch() Complicated Logic</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-Complicated-Logic/m-p/1693487#M725415</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you all doing Safe.&lt;/P&gt;&lt;P&gt;I've a requirement to match one column values with other column. I tried many ways but till now no luck.&lt;/P&gt;&lt;P&gt;Didn't got any concrete solution for my requirement.&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949"&gt;@tresB&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22245"&gt;@swuehl&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28684"&gt;@kaushiknsolanki&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my requirement:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sample Requirement.png" style="width: 465px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31831i10310C96B184DF63/image-size/large?v=v2&amp;amp;px=999" role="button" title="Sample Requirement.png" alt="Sample Requirement.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Need your help guys.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nol&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-Complicated-Logic/m-p/1693487#M725415</guid>
      <dc:creator>RD_Nol</dc:creator>
      <dc:date>2024-11-16T00:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch() Complicated Logic</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-Complicated-Logic/m-p/1693523#M725416</link>
      <description>&lt;P&gt;Try this using Mapping function. Here is the script.&lt;/P&gt;&lt;P&gt;Mapping:&lt;BR /&gt;Mapping LOAD TextBetween(Name&amp;amp;' ',' ',' ') as X,&lt;BR /&gt;Name as Y&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\Kaushik\Downloads\Qlikview Requirement Sample Data.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;LOAD Name,&lt;BR /&gt;Details,&lt;BR /&gt;MapSubString('Mapping',Details) as [Expected Output],&lt;BR /&gt;[Desired Output] as [Output from Excel]&lt;BR /&gt;FROM&lt;BR /&gt;[C:\Users\Kaushik\Downloads\Qlikview Requirement Sample Data.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;Output as below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Output.JPG" style="width: 962px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31837iBD705B273357F4F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Output.JPG" alt="Output.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 03:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-Complicated-Logic/m-p/1693523#M725416</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-04-15T03:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch() Complicated Logic</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-Complicated-Logic/m-p/1693525#M725417</link>
      <description>&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;Thanks again for the Perfect solution. It worked like a Charm.&lt;/P&gt;&lt;P&gt;Pity on me how I missed this. In my mind I was thinking that the string to be kept exactly the same when using Mapsubstring. Text Between and the quotes which you have used did the trick. Wow, it's just amazing.&lt;/P&gt;&lt;P&gt;Thanks again for the quick &amp;amp; optimized solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Nol&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 05:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-Complicated-Logic/m-p/1693525#M725417</guid>
      <dc:creator>RD_Nol</dc:creator>
      <dc:date>2020-04-15T05:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch() Complicated Logic</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-Complicated-Logic/m-p/1693616#M725418</link>
      <description>&lt;P&gt;Great. Hope you learned something new. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 10:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-Complicated-Logic/m-p/1693616#M725418</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-04-15T10:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch() Complicated Logic</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-Complicated-Logic/m-p/1693784#M725419</link>
      <description>&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;Yes, I'm learning daily some new things. Thanks to you &amp;amp; community.&lt;/P&gt;&lt;P&gt;I've 1 question here. If the Name field has 3 or 4 letter words than this will not work.&lt;/P&gt;&lt;P&gt;or if 2 people have same second name than also it will fail.&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;1): If the name is&amp;nbsp;John Kennedy Parker than the logic will not work.&lt;/P&gt;&lt;P&gt;2): If the names are: John Hopkins &amp;amp; Ryan Hopkins.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In both these cases, the logic will not work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nol&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 17:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-Complicated-Logic/m-p/1693784#M725419</guid>
      <dc:creator>RD_Nol</dc:creator>
      <dc:date>2020-04-15T17:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: WildMatch() Complicated Logic</title>
      <link>https://community.qlik.com/t5/QlikView/WildMatch-Complicated-Logic/m-p/1693990#M725420</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You are right, but in that case you need to have some identifier in data to find right match.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 09:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WildMatch-Complicated-Logic/m-p/1693990#M725420</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2020-04-16T09:36:37Z</dc:date>
    </item>
  </channel>
</rss>

