<?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 Finding a string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Finding-a-string/m-p/199529#M58421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like the exists() function?&lt;/P&gt;&lt;P&gt;QlikView isn't so good at fuzzy matching. You could look at the wildmatch() function, but I doubt that's what you're looking for here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Nov 2010 23:41:09 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2010-11-23T23:41:09Z</dc:date>
    <item>
      <title>Finding a string</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-a-string/m-p/199528#M58420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm hoping someone can point me in the right direction. I have a list of names that I need to compare to another list of names. Within the script, I would like to grab one name, do some cleanup on it, and see if that name exists in my other table. Would I need to do this using a select function? Or is there another function that can be used to search for a string value within a table?&lt;/P&gt;&lt;P&gt;Also, does QlikView support any kind of fuzzy matching on a string?&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 23:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-a-string/m-p/199528#M58420</guid>
      <dc:creator />
      <dc:date>2010-11-23T23:24:55Z</dc:date>
    </item>
    <item>
      <title>Finding a string</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-a-string/m-p/199529#M58421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like the exists() function?&lt;/P&gt;&lt;P&gt;QlikView isn't so good at fuzzy matching. You could look at the wildmatch() function, but I doubt that's what you're looking for here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 23:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-a-string/m-p/199529#M58421</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-11-23T23:41:09Z</dc:date>
    </item>
    <item>
      <title>Finding a string</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-a-string/m-p/199530#M58422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd give applymap() a try for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 02:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-a-string/m-p/199530#M58422</guid>
      <dc:creator />
      <dc:date>2010-11-24T02:45:09Z</dc:date>
    </item>
    <item>
      <title>Finding a string</title>
      <link>https://community.qlik.com/t5/QlikView/Finding-a-string/m-p/199531#M58423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;dragonauta wrote:I'd give applymap() a try for that.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Good idea, or what I usually use, mapsubstring(capitalize()). It's a good way to resolve minor name differences if you have few enough names that you can look for and resolve problems manually (and I'm not sure how much I'd trust a computer to do it anyway).&lt;/P&gt;&lt;P&gt;Here's a simple example from one of my applications.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;[Text Map]:&lt;BR /&gt;MAPPING LOAD * INLINE [&lt;BR /&gt;Replace This, With This&lt;BR /&gt;Anthony Proznick, Tony Proznick&lt;BR /&gt;Daniel Sutton, Dan Sutton&lt;BR /&gt;Douglas Johnson, Doug Johnson&lt;BR /&gt;Gerald Sifferman, Gerry Sifferman&lt;BR /&gt;Elizabeth Bunosky, Liz Bunosky&lt;BR /&gt;Human Resources, HR&lt;BR /&gt;Kameron Davis, Kami Davis&lt;BR /&gt;Kijeong Yi, Kory Yi&lt;BR /&gt;Marilyn Lindberg, Beth Lindberg&lt;BR /&gt;Mccarthy, McCarthy&lt;BR /&gt;Mckee, McKee&lt;BR /&gt;Mcmahon, McMahon&lt;BR /&gt;New Request Submitted, New&lt;BR /&gt;Paul Obermire, Michael Obermire&lt;BR /&gt;Randall Thompson, Randy Thompson&lt;BR /&gt;Rebecca Alvarez, Becky Alvarez&lt;BR /&gt;Robert Silva, Bob Silva&lt;BR /&gt;Salvatore Sbranti, Sal Sbranti&lt;BR /&gt;Thomas Blasingame, Tom Blasingame&lt;BR /&gt;WEB, Web&lt;BR /&gt;Willard Bunyan, Bill Bunyan&lt;BR /&gt;William Waters, Bill Waters&lt;BR /&gt;William Swenson, Bill Swenson&lt;BR /&gt;];&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;,if(len(trim(Name))&lt;BR /&gt; ,mapsubstring('Text Map'&lt;BR /&gt; ,capitalize(if(len(trim(subfield(subfield(Name,',',2),' ',1)))&lt;BR /&gt; ,trim(subfield(subfield(Name,',',2),' ',1))&lt;BR /&gt; ,trim( subfield(Name,',',2)))&lt;BR /&gt; &amp;amp; ' ' &amp;amp; trim(subfield(Name,',',1))))&lt;BR /&gt; ,'NS') as "Requestor"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 17:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Finding-a-string/m-p/199531#M58423</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-11-24T17:55:24Z</dc:date>
    </item>
  </channel>
</rss>

