<?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 Search a string within a string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Search-a-string-within-a-string/m-p/175144#M43714</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to search for a string value within a String.&lt;/P&gt;&lt;P&gt;Ex. if you have something like&lt;/P&gt;&lt;P&gt;Product:&lt;/P&gt;&lt;P&gt;green apple&lt;/P&gt;&lt;P&gt;Big apple&lt;/P&gt;&lt;P&gt;yellow apple&lt;/P&gt;&lt;P&gt;green apple small&lt;/P&gt;&lt;P&gt;red big apple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for the word Apple in Product and then return only apple?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jun 2010 13:52:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-03T13:52:46Z</dc:date>
    <item>
      <title>Search a string within a string</title>
      <link>https://community.qlik.com/t5/QlikView/Search-a-string-within-a-string/m-p/175144#M43714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to search for a string value within a String.&lt;/P&gt;&lt;P&gt;Ex. if you have something like&lt;/P&gt;&lt;P&gt;Product:&lt;/P&gt;&lt;P&gt;green apple&lt;/P&gt;&lt;P&gt;Big apple&lt;/P&gt;&lt;P&gt;yellow apple&lt;/P&gt;&lt;P&gt;green apple small&lt;/P&gt;&lt;P&gt;red big apple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for the word Apple in Product and then return only apple?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 13:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-a-string-within-a-string/m-p/175144#M43714</guid>
      <dc:creator />
      <dc:date>2010-06-03T13:52:46Z</dc:date>
    </item>
    <item>
      <title>Search a string within a string</title>
      <link>https://community.qlik.com/t5/QlikView/Search-a-string-within-a-string/m-p/175145#M43715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can use the index function (string functions) to check for apple.&lt;/P&gt;&lt;P&gt;if (index(Product,'apple') &amp;gt; 0, 'Apple')&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Juerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jun 2010 14:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-a-string-within-a-string/m-p/175145#M43715</guid>
      <dc:creator />
      <dc:date>2010-06-03T14:31:39Z</dc:date>
    </item>
    <item>
      <title>Search a string within a string</title>
      <link>https://community.qlik.com/t5/QlikView/Search-a-string-within-a-string/m-p/175146#M43716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try one of the Match functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wildmatch( s, expr1 [ , expr2, ...exprN ] )&lt;/P&gt;&lt;P&gt;Compares the string s to a list of strings or string expressions. The&lt;/P&gt;&lt;P&gt;result of the comparison is an integer indicating which of the comparison&lt;/P&gt;&lt;P&gt;strings/expressions that matched. If no match is found, 0 is&lt;/P&gt;&lt;P&gt;returned. The wildmatch function performs a case insensitive comparison.&lt;/P&gt;&lt;P&gt;The wildcard characters * and ? are allowed in the comparison&lt;/P&gt;&lt;P&gt;string.&lt;/P&gt;&lt;P&gt;Examples:&lt;/P&gt;&lt;P&gt;wildmatch( M , 'ja*' , 'fe?' , 'mar' )&lt;/P&gt;&lt;P&gt;where M is 'January' returns 1&lt;/P&gt;&lt;P&gt;wildmatch( M , 'ja*' , 'fe?' , 'mar' )&lt;/P&gt;&lt;P&gt;where M is 'fex' returns 2&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 19:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search-a-string-within-a-string/m-p/175146#M43716</guid>
      <dc:creator />
      <dc:date>2010-06-11T19:36:30Z</dc:date>
    </item>
  </channel>
</rss>

