<?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: Lookup, Wildmatch in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007868#M964912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a sample data-set? It seems like your problem is a bit different than what you originally posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Oct 2015 12:39:53 GMT</pubDate>
    <dc:creator>sinanozdemir</dc:creator>
    <dc:date>2015-10-07T12:39:53Z</dc:date>
    <item>
      <title>Lookup, Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007862#M964906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have a Short Description column in one file and I have another column called Abbreviations in another file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to see if there are any matches in the Short Description column using the Abbreviations column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in the Abbreviations we have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CA&lt;/P&gt;&lt;P&gt;MA&lt;/P&gt;&lt;P&gt;MI&lt;/P&gt;&lt;P&gt;TX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the Short Description we have something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CA account updated&lt;/P&gt;&lt;P&gt;issue was reported in MA&lt;/P&gt;&lt;P&gt;abcdef TX1234&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 13:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007862#M964906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-06T13:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup, Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007863#M964907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my approach:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="101140" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101140_Capture.PNG" style="height: 342px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;First, with KeepChar(), I only picked the abbreviations from the short descriptions and then used ApplyMap().&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/101141_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 14:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007863#M964907</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-10-06T14:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup, Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007864#M964908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this in front end&lt;/P&gt;&lt;P&gt;1. declare a variable ='*' &amp;amp; Concat(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Abbreviations&lt;/SPAN&gt;,'*'&amp;amp;Chr(39)&amp;amp;',' &amp;amp;Chr(39)&amp;amp;'*')&amp;amp;'*'&lt;/P&gt;&lt;P&gt;2. use wildmatch to check if the abbreviation matched with the description =Wildmatch(Desc,'$(&lt;SPAN style="font-size: 13.3333px;"&gt;variable &lt;/SPAN&gt;)')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 15:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007864#M964908</guid>
      <dc:creator>malini_qlikview</dc:creator>
      <dc:date>2015-10-06T15:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup, Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007865#M964909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is going to be a lot of work if I have to type out all the values in that Abbreviations column.&amp;nbsp; I used the states as an example but this column has 300 values or so.&amp;nbsp; Can it just go through the rows 1 by 1 in the file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 15:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007865#M964909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-06T15:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup, Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007866#M964910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are all these fields in just one table or file? If so or not, you can just extract the abbreviations and create a column that contains the value of "Match":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mapping LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field As Abbreviations,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Match' As Comp&lt;/P&gt;&lt;P&gt;Resident File_Or_Table_Name;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't need to type it 300 times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 20:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007866#M964910</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-10-06T20:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup, Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007867#M964911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;The typing I was referring to was for values in the Abbreviations column:&lt;/P&gt;&lt;P&gt;CA&lt;/P&gt;&lt;P&gt;MA&lt;/P&gt;&lt;P&gt;MI&lt;/P&gt;&lt;P&gt;TX&lt;/P&gt;&lt;P&gt;I only used this as an example, but I have 300 records that I need to find matches for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 11:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007867#M964911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T11:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup, Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007868#M964912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a sample data-set? It seems like your problem is a bit different than what you originally posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 12:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007868#M964912</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-10-07T12:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup, Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007869#M964913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Say my Abbreviations column in file A contains 300 + rows of data, example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="WIDTH: 213px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="left" class="xl65" height="20" width="213"&gt;&lt;STRONG&gt;Abbreviations&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="left" height="20"&gt;Common&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="left" height="20"&gt;Change&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="left" height="20"&gt;Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="left" height="20"&gt;Sametime&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="left" height="20"&gt;Senior&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="left" height="20"&gt;Shop&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and my Short Description column in file B contains x amount of rows of data example:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="WIDTH: 364px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="left" class="xl65" height="20" width="364"&gt;&lt;STRONG&gt;Short description&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="left" class="xl66" height="20" width="364"&gt;Common Access Issue&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="left" class="xl66" height="20" width="364"&gt;Change Issue&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="left" class="xl66" height="20" width="364"&gt;Change delay&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="left" class="xl66" height="20" width="364"&gt;Unable to access in Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="left" class="xl66" height="20" width="364"&gt;Sametime: Showing wrong contact information&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="left" class="xl66" height="20" width="364"&gt;Sametime contact information is incorrect &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="left" class="xl66" height="20" width="364"&gt;70 - Shop - Wrong user&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'd like to do is have my script search all the keywords from the Abbreviations column into the Short Description column (without having to type or list out every single value from this spreadsheet).&amp;nbsp; If there is a match then, I need it to extract that Abbreviation.&amp;nbsp; So in this example above, Common Access Issue from Short Description column would return 'Common' and Change issue and Change delay would both return 'Change' from abbreviations. &lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 19:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007869#M964913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T19:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup, Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007870#M964914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There you go:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="C.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101459_C.PNG" style="height: 324px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;In the mapping load (Abbreviations table), I pulled the Abbreviations column and also created another column by adding '*' so that I can extract the word by using TextBetween() function in the Short Descriptions table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the short description table, I first used MapSubstring() to pull the matching word from Comp column of the mapping table and in the second preceding load, I used TextBetween() to extract the matching words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the data model and a table:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="C.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/101460_C.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="C.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/101461_C.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I am also attaching my qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 16:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007870#M964914</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-10-08T16:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup, Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007871#M964915</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;another solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_185644_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101617_QlikCommunity_Thread_185644_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14444340875435823 jive_text_macro" jivemacro_uid="_14444340875435823"&gt;
&lt;P&gt;tabAbbr:&lt;/P&gt;
&lt;P&gt;LOAD * Inline [&lt;/P&gt;
&lt;P&gt;Abbreviations&lt;/P&gt;
&lt;P&gt;Common&lt;/P&gt;
&lt;P&gt;Change&lt;/P&gt;
&lt;P&gt;Sales&lt;/P&gt;
&lt;P&gt;Sametime&lt;/P&gt;
&lt;P&gt;Senior&lt;/P&gt;
&lt;P&gt;Shop&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabShortDesc:&lt;/P&gt;
&lt;P&gt;LOAD * Inline [&lt;/P&gt;
&lt;P&gt;Short description&lt;/P&gt;
&lt;P&gt;Common Access Issue&lt;/P&gt;
&lt;P&gt;Change Issue&lt;/P&gt;
&lt;P&gt;Change delay&lt;/P&gt;
&lt;P&gt;Unable to access in Sales&lt;/P&gt;
&lt;P&gt;Sametime: Showing wrong contact information&lt;/P&gt;
&lt;P&gt;Sametime contact information is incorrect&lt;/P&gt;
&lt;P&gt;70 - Shop - Wrong user&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabLink:&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;Where Exists(Abbreviations);&lt;/P&gt;
&lt;P&gt;LOAD [Short description],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField([Short description],' ') as Abbreviations&lt;/P&gt;
&lt;P&gt;Resident tabShortDesc;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 23:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007871#M964915</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-10-09T23:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup, Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007872#M964916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check this thread &lt;A href="https://community.qlik.com/docs/DOC-12527"&gt;Apply Map Functions - Sources&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2015 03:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007872#M964916</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-10-10T03:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup, Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007873#M964917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this use case might have similarities to the "Key Word associator".&amp;nbsp; You might want to peruse this thread for incorporating ideas...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7081"&gt;Key Words_MOD_v2.qvw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;&lt;BR /&gt;//Thought key phrases &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; [Emotions]:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&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;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Perception_Key, Thought&lt;BR /&gt; 1, "frustrating, frustrated, frustration, frustrate"&lt;BR /&gt; 2, "efficient, good job, great work"&lt;BR /&gt; 3, "friendly, happy, pleased"&lt;BR /&gt; 4, "rude, not pleasant"&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; [Thoughts]:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NOCONCATENATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&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;Perception_Key&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;Trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Thought&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;Thought&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; Emotions;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;DROP&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TABLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; [Emotions];&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//Perception key phrases&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; [Perception_Groups]:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&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;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Perception_Key, Perceptions&lt;BR /&gt; 1, "CE negative, Staff poor"&lt;BR /&gt; 2, "CE effective"&lt;BR /&gt; 3, "CE positive"&lt;BR /&gt; 4, "Staff poor"&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; [Perceptions]:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NOCONCATENATE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&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;Perception_Key&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;Trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Perceptions&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;Perceptions&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; [Perception_Groups];&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;DROP&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TABLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; [Perception_Groups];&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// Full Comments&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; [Full_Comments]:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&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;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; ID|Comments&lt;BR /&gt; 1 |I felt really frustrated about my service, but you guys are really friendly. Im ambivalent&lt;BR /&gt; 2 |My experience was not pleasant and a frustrating experience. Im going to switch to friendlier service.&lt;BR /&gt; 3 |The install was efficient however the staff were rude and not pleasant.&lt;BR /&gt; 4 |That was some great work there, you did a really good job.&lt;BR /&gt; 5 | You are friendly, that makes me happy, ergo I am clearly pleased.&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;delimiter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '|');&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;For&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;i&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoOfRows&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Thoughts')-1&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Let&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;vPEEK_Thought&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Peek&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Thought',&lt;/SPAN&gt;&lt;STRONG style=": ; color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;$(i)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'Thoughts');&lt;BR /&gt; &lt;BR /&gt; [Comment_Thoughts]:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ID&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; '$(vPEEK_Thought)' &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;Thought&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; Full_Comments&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Comments&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'$(vPEEK_Thought)')&amp;gt;0;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;NEXT &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2015 04:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007873#M964917</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2015-10-10T04:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup, Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007874#M964918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And yet another similar but slightly different approach:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Qlikview Cookbook: Indexing Keywords in Text &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/recipes/download-info/indexing-keywords-in-text/" rel="nofollow"&gt;http://qlikviewcookbook.com/recipes/download-info/indexing-keywords-in-text/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2015 11:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007874#M964918</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-10-10T11:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup, Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007875#M964919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, this worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 18:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007875#M964919</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-15T18:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup, Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007876#M964920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 18:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007876#M964920</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-10-15T18:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup, Wildmatch</title>
      <link>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007877#M964921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lots of great suggestions here...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If I could offer one more, this is a kind of inverse approach.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In the custom API guide, there's a script of tab called 'Extract Subfields' that parses full VB statements in order to extract all variable names, commands, and regular or comment words, and associates them to their full code examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typing a term into a search object would have the same effect, but this allows making a list of the potential searchable terms, whether into a list box or other object so the search terms can be perused, reported on frequency, see side by side variations, etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But basically what I'm expecting this to do is assemble the keyword list from the larger descriptions.&amp;nbsp; For example, this might allow examination of wc (word count).&amp;nbsp; Show frequency on the field [Subfields] allows quick identification/access to the most frequently appearing search terms found in the description fields.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-6342"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="102171" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102171_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 03:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lookup-Wildmatch/m-p/1007877#M964921</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2015-10-16T03:43:35Z</dc:date>
    </item>
  </channel>
</rss>

