<?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 match with 'like' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Wildcard-match-with-like/m-p/735043#M674074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ist working now. There was a small mistake, fixed it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Aug 2014 08:06:58 GMT</pubDate>
    <dc:creator>marksmunich</dc:creator>
    <dc:date>2014-08-08T08:06:58Z</dc:date>
    <item>
      <title>Wildcard match with 'like'</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-match-with-like/m-p/735040#M674071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i Use Like with Wildcard where i do not speciy any characters but just Wildcard match Format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field1,&lt;/P&gt;&lt;P&gt;field2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Table1 Where Field1 like '?????-????-*' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above example the the Patterns which i Need to load must be something like&amp;nbsp; ghfds-fdsd-sdds or dsasdf-fgds-sd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table contains more than 50000 rows. this Special pattern which has 5 characters in the begining and then a '-' 4 characters and then '-' and followed by any characters. This pattern indicates a product category. so i want to load this pattern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 15:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-match-with-like/m-p/735040#M674071</guid>
      <dc:creator>marksmunich</dc:creator>
      <dc:date>2014-08-07T15:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard match with 'like'</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-match-with-like/m-p/735041#M674072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be with wildmatch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wildmatch(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Field1, '?????-????-*')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;from online help&lt;/EM&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;EM&gt;&lt;A name="kanchor411"&gt;&lt;/A&gt;&lt;A name="wildmatch"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;wildmatch(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt; str, expr1 [ , expr2,...exprN ] &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The &lt;SPAN class="Bold"&gt;wildmatch&lt;/SPAN&gt; function performs a case insensitive comparison and permits the use of wildcard characters (&lt;SPAN class="Bold"&gt; *&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;?&lt;/SPAN&gt;) in the comparison strings. &lt;/EM&gt;&lt;/P&gt;&lt;P class="example"&gt;&lt;EM&gt;Example:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="Code"&gt;wildmatch( M, 'ja*','fe?','mar')&lt;/SPAN&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;returns &lt;SPAN class="Italic"&gt;1&lt;/SPAN&gt; if &lt;SPAN class="Italic"&gt;M&lt;/SPAN&gt; = &lt;SPAN class="Italic"&gt;January&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;returns &lt;SPAN class="Italic"&gt;2 &lt;/SPAN&gt;if &lt;SPAN class="Italic"&gt;M&lt;/SPAN&gt; = &lt;/EM&gt;&lt;SPAN class="Italic"&gt;&lt;EM&gt;fex&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 15:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-match-with-like/m-p/735041#M674072</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-08-07T15:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard match with 'like'</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-match-with-like/m-p/735042#M674073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i ran a couple of tests and it seems to work .&amp;nbsp;&amp;nbsp; * and ? are acceptable wildcards. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you get an error ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 15:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-match-with-like/m-p/735042#M674073</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-08-07T15:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard match with 'like'</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-match-with-like/m-p/735043#M674074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ist working now. There was a small mistake, fixed it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 08:06:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-match-with-like/m-p/735043#M674074</guid>
      <dc:creator>marksmunich</dc:creator>
      <dc:date>2014-08-08T08:06:58Z</dc:date>
    </item>
  </channel>
</rss>

