<?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: Wildmatch on strings in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Wildmatch-on-strings/m-p/1453778#M609476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your statement looks good because if the WildMatch Finds a match with the first check, it would not need to go the next one... So in that case Secondary School should be picked correctly... may be you need another asterisk between Secondary and School? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Pick (Wildmatch(Field, '*Secondary&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;*&lt;/SPAN&gt;School*', '*School*'...), 'Secondary School', 'School') as NewField&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Dec 2017 20:05:10 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-12-24T20:05:10Z</dc:date>
    <item>
      <title>Wildmatch on strings</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-on-strings/m-p/1453776#M609472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Qlik so I'd have a question about Wildmatch if anyone can help. I am looking to match some expressions from a field and assign them to a new field depending on the expression that is found.&amp;nbsp; The problem I am facing is that the syntax I am using does not give me the result I am looking for : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Pick (Wildmatch(Field, '*Secondary School*', '*School*'...), 'Secondary School', 'School') as NewField&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;In the NewField, both expressions get assigned to 'School' rather than being distinguished between&amp;nbsp; 'Secondary School' and 'School'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on how to solve this would be much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Dec 2017 09:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-on-strings/m-p/1453776#M609472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-24T09:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch on strings</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-on-strings/m-p/1453777#M609474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Pick (match(Field, 'Secondary School', 'School'), 'Secondary School', 'School') as NewField&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Dec 2017 19:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-on-strings/m-p/1453777#M609474</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-24T19:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch on strings</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-on-strings/m-p/1453778#M609476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your statement looks good because if the WildMatch Finds a match with the first check, it would not need to go the next one... So in that case Secondary School should be picked correctly... may be you need another asterisk between Secondary and School? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Pick (Wildmatch(Field, '*Secondary&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;*&lt;/SPAN&gt;School*', '*School*'...), 'Secondary School', 'School') as NewField&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Dec 2017 20:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-on-strings/m-p/1453778#M609476</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-24T20:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch on strings</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-on-strings/m-p/1453779#M609478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please provide some sample data and your expected result.&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;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>Thu, 28 Dec 2017 22:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-on-strings/m-p/1453779#M609478</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-12-28T22:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch on strings</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-on-strings/m-p/1453780#M609480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer provided by Sunny worked - thank you, much appreciated!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 14:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-on-strings/m-p/1453780#M609480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-29T14:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Wildmatch on strings</title>
      <link>https://community.qlik.com/t5/QlikView/Wildmatch-on-strings/m-p/1453781#M609482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please close your thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&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;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, 29 Dec 2017 23:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildmatch-on-strings/m-p/1453781#M609482</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-12-29T23:19:31Z</dc:date>
    </item>
  </channel>
</rss>

