<?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: Searching for a Specific Phrase Within A String in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046420#M351760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marco!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2016 06:25:04 GMT</pubDate>
    <dc:creator>kaygee28</dc:creator>
    <dc:date>2016-03-23T06:25:04Z</dc:date>
    <item>
      <title>Searching for a Specific Phrase Within A String</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046413#M351753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12pt; font-family: Arial, sans-serif;"&gt;Good Day&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Arial, sans-serif;"&gt;I am currently stuck and I need help once again, I have strings of data that contain vehicle names for instance I have a BMW 320d F30 model, now what I want to do is to group all the various 3 series models into one for instance there is a BMW 320d F30, BMW 335i model etc etc. and I want these to be named BMW 3 Series, similar with all the vehicles within the BMW group.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Arial, sans-serif;"&gt;Now the current problem I am faced with is that I have a table which I used a vlookup onto hence the field within that table has the vehicle model names i.e the Applymap function, which seems to be interfering with this if function I am trying to insert.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Arial, sans-serif;"&gt;please see my code below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vehicle_Map:&lt;/P&gt;&lt;P&gt;Mapping LOAD DealRef, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AssetDesc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Demographica Portfolio Info V3 Data Models.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [Demographica Portfolio Info V3 ]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Demographics:&lt;/P&gt;&lt;P&gt;LOAD APPStatus, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Contract_Ref_no,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Applymap('Vehicle_Map',Contract_Ref_no,'NULL') AS AssetDesc, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Start_Day, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Start_Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Start Year], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status_cd, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title_cd, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer_name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; race_type_cd, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gender&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If((EDUCATION_EXPENSE_AMT)&amp;gt;0,'Parent','Not A Parent') AS [Parents/NotParents]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[BMW Consolidated SF Data 10032016.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [BMW (45)]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the if function I want to insert is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;STRONG style="color: red; font-size: 9.0pt; font-family: 'Courier New';"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;wildmatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;AssetDesc&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'BMW 3*', '3 Series Model') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Cars Bought]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; font-family: 'Courier New';"&gt;however I keep getting errors is there a way in which I can search for this string using a different methodology.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 12pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: black; font-size: 12pt; font-family: 'Courier New';"&gt;Thanks in advance. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 15:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046413#M351753</guid>
      <dc:creator>kaygee28</dc:creator>
      <dc:date>2016-03-22T15:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a Specific Phrase Within A String</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046414#M351754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you have more opening that closing brackets, try something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(wildmatch(AssetDesc,'BMW 3*&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG style="color: #ff0000;"&gt;')&lt;/STRONG&gt;&lt;/SPAN&gt;, '3 Series Model') AS [Cars Bought]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 15:30:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046414#M351754</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-22T15:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a Specific Phrase Within A String</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046415#M351755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(WildMatch(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14pt; font-family: inherit; color: #ff0000;"&gt;[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;AssetDesc&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14pt; font-family: inherit; color: #ff0000;"&gt;]&lt;/SPAN&gt;,'*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;BMW 3&lt;/SPAN&gt;*'), '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;3 Series Model&lt;/SPAN&gt;') as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;[Cars Bought]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;A _jive_internal="true" class="jive-acclaim-likelink" data-command="like" data-object-id="936630" data-object-type="2" href="https://community.qlik.com/message/936630" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Re: Wildmatch Expression Error?&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 15:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046415#M351755</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-22T15:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a Specific Phrase Within A String</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046416#M351756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are creating this field [AssetDesc] in your LOAD, so you need to use a preceding LOAD to access the new field (within a LOAD statement, only input table field names be referenced directly):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Demographics:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(wildmatch(AssetDesc,'BMW 3*&lt;SPAN style="font-size: 12pt;"&gt;')&lt;/SPAN&gt;, '3 Series Model') AS [Cars Bought];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD APPStatus,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Contract_Ref_no,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Applymap('Vehicle_Map',Contract_Ref_no,'NULL') AS AssetDesc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Start_Day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Start_Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Start Year],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status_cd,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title_cd,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Customer_name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; race_type_cd,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gender&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If((EDUCATION_EXPENSE_AMT)&amp;gt;0,'Parent','Not A Parent') AS [Parents/NotParents]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[BMW Consolidated SF Data 10032016.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [BMW (45)]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 16:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046416#M351756</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-22T16:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a Specific Phrase Within A String</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046417#M351757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;swuel it worked thanks a lot for your help including everyone else's input, yes I had more opening brackets than closing hence it wouldn't have worked anyway, but I had to have a preceding load before the demographics table, something new I learnt. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate it!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 19:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046417#M351757</guid>
      <dc:creator>kaygee28</dc:creator>
      <dc:date>2016-03-22T19:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a Specific Phrase Within A String</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046418#M351758</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;maybe one solution could be also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="119059" alt="QlikCommunity_Thread_210477_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119059_QlikCommunity_Thread_210477_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14586952741561449" jivemacro_uid="_14586952741561449"&gt;
&lt;P&gt;LET vSubStrDel = Hash128(Rand());&amp;nbsp; //substring delimiter unlikely to occur in source data&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;mapSeries:&lt;/P&gt;
&lt;P&gt;Mapping&lt;/P&gt;
&lt;P&gt;LOAD ModelSubstring,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(vSubStrDel)'&amp;amp;Series&amp;amp;'$(vSubStrDel)'&lt;/P&gt;
&lt;P&gt;Inline [&lt;/P&gt;
&lt;P&gt;ModelSubstring, Series&lt;/P&gt;
&lt;P&gt;BMW 1,1 Series Model&lt;/P&gt;
&lt;P&gt;BMW 2,2 Series Model&lt;/P&gt;
&lt;P&gt;BMW 3,3 Series Model&lt;/P&gt;
&lt;P&gt;BMW 4,4 Series Model&lt;/P&gt;
&lt;P&gt;BMW 5,5 Series Model&lt;/P&gt;
&lt;P&gt;BMW 6,6 Series Model&lt;/P&gt;
&lt;P&gt;BMW 7,7 Series Model&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;table1:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TextBetween(MapSubString('mapSeries',Model),'$(vSubStrDel)','$(vSubStrDel)') as Series&lt;/P&gt;
&lt;P&gt;Inline [&lt;/P&gt;
&lt;P&gt;Model&lt;/P&gt;
&lt;P&gt;BMW 116d&lt;/P&gt;
&lt;P&gt;BMW 118i&lt;/P&gt;
&lt;P&gt;BMW 216d&lt;/P&gt;
&lt;P&gt;BMW 225i&lt;/P&gt;
&lt;P&gt;BMW 320d&lt;/P&gt;
&lt;P&gt;BMW 340i&lt;/P&gt;
&lt;P&gt;BMW 420i&lt;/P&gt;
&lt;P&gt;BMW 430d&lt;/P&gt;
&lt;P&gt;BMW 535d&lt;/P&gt;
&lt;P&gt;BMW 535i&lt;/P&gt;
&lt;P&gt;BMW 550i&lt;/P&gt;
&lt;P&gt;BMW 640d&lt;/P&gt;
&lt;P&gt;BMW 650i&lt;/P&gt;
&lt;P&gt;BMW 750i&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see also: &lt;A href="https://community.qlik.com/message/1001295"&gt;Re: Creating Field Based on String of Another Field&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&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>Wed, 23 Mar 2016 01:08:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046418#M351758</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-03-23T01:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a Specific Phrase Within A String</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046419#M351759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could as well use an expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14586956707198384" jivemacro_uid="_14586956707198384"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Left(SubField(Model,'BMW ',2),1)&amp;amp;' Series Model'&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in either script or front end.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_210477_Pic2.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119060_QlikCommunity_Thread_210477_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&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>Wed, 23 Mar 2016 01:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046419#M351759</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-03-23T01:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a Specific Phrase Within A String</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046420#M351760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marco!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 06:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046420#M351760</guid>
      <dc:creator>kaygee28</dc:creator>
      <dc:date>2016-03-23T06:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for a Specific Phrase Within A String</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046421#M351761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close your thread by selecting a correct answer (and helpfuls if you like) or ask related questions if your issue is not solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 06:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-for-a-Specific-Phrase-Within-A-String/m-p/1046421#M351761</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-03-23T06:54:27Z</dc:date>
    </item>
  </channel>
</rss>

