<?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: Wildcard Function for finding word with similiar patterns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Wildcard-Function-for-finding-word-with-similiar-patterns/m-p/27360#M4563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No simple function, but if you "normalize" the strings like this to compare:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KeepChar(Lower(Field), 'abcdefghijklmnopqrstuvwxyz')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will discard all non-alpha characters and set all to the same case. Add language special characters to the KeepChar() list to meet your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is insufficient, you can use a VB script (or JS) function to calculate the Levenshtien distance between the two strings to compare. I no longer have the code for this, but details and pseudocode here should make it straightforward:&lt;/P&gt;&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Levenshtein_distance" title="https://en.wikipedia.org/wiki/Levenshtein_distance"&gt;Levenshtein distance - Wikipedia&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2018 04:55:20 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2018-02-15T04:55:20Z</dc:date>
    <item>
      <title>Wildcard Function for finding word with similiar patterns</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-Function-for-finding-word-with-similiar-patterns/m-p/27359#M4562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a some kind of function that will match these similar (but not exact) patterns. Some kind of function to capture this pattern in an if statement?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NE Region&lt;/P&gt;&lt;P&gt;N.E. Region&lt;/P&gt;&lt;P&gt;NERegion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 01:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-Function-for-finding-word-with-similiar-patterns/m-p/27359#M4562</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2018-02-15T01:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Function for finding word with similiar patterns</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-Function-for-finding-word-with-similiar-patterns/m-p/27360#M4563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No simple function, but if you "normalize" the strings like this to compare:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KeepChar(Lower(Field), 'abcdefghijklmnopqrstuvwxyz')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will discard all non-alpha characters and set all to the same case. Add language special characters to the KeepChar() list to meet your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is insufficient, you can use a VB script (or JS) function to calculate the Levenshtien distance between the two strings to compare. I no longer have the code for this, but details and pseudocode here should make it straightforward:&lt;/P&gt;&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/Levenshtein_distance" title="https://en.wikipedia.org/wiki/Levenshtein_distance"&gt;Levenshtein distance - Wikipedia&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 04:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-Function-for-finding-word-with-similiar-patterns/m-p/27360#M4563</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-02-15T04:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard Function for finding word with similiar patterns</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-Function-for-finding-word-with-similiar-patterns/m-p/27361#M4564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks much Jonathan!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 12:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-Function-for-finding-word-with-similiar-patterns/m-p/27361#M4564</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2018-02-15T12:23:03Z</dc:date>
    </item>
  </channel>
</rss>

