<?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: Question about the &amp;quot;If(Wildmatch)&amp;quot; function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question-about-the-quot-If-Wildmatch-quot-function/m-p/1593380#M738980</link>
    <description>&lt;P&gt;Probably&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/MappingFunctions/MapSubstring.htm" target="_self"&gt;MapSubstring()&lt;/A&gt;&amp;nbsp;could be helpful here.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jun 2019 07:07:59 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2019-06-19T07:07:59Z</dc:date>
    <item>
      <title>Question about the "If(Wildmatch)" function</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-the-quot-If-Wildmatch-quot-function/m-p/1593371#M738977</link>
      <description>&lt;P&gt;I often use the wildmatch or match function in the load script or within reports.&lt;/P&gt;&lt;P&gt;However, some of my wildmatch scripts tend to be extremely long, which makes it cumbersome to work with (both in terms of finding the script and it takes long to scroll past these rows). I would much rather work with mapping tables as they are easier to get an overview with, and maintain, plus other people can maintain that table outside of Qlikview.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;if(Wildmatch([Configured Item Description],'* ABC *' , 'AC1') or Wildmatch([Bill To Customer], '* ABC *') or Wildmatch([Final Customer], '* ABC *'), 'ABC') &amp;amp; &lt;SPAN&gt;if(Wildmatch([Configured Item Description],'* DEF *') or Wildmatch([Bill To Customer], '* DEF *') or Wildmatch([Final Customer], '* DEF *', '* DF *'), 'DEF')&amp;nbsp;&lt;/SPAN&gt;as Customer&lt;/P&gt;&lt;P&gt;These are two criteria for two customers, but the problem is that I have about 100 customers that I need to create a common customer name for. If the customer name ABC (with preceding space and ending with a space) is in either these three fields, I would like to return the value ABC.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How is it possible to use wildcards using a mapping table in Excel instead?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-the-quot-If-Wildmatch-quot-function/m-p/1593371#M738977</guid>
      <dc:creator>MEJ</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the "If(Wildmatch)" function</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-the-quot-If-Wildmatch-quot-function/m-p/1593377#M738978</link>
      <description>&lt;P&gt;I am not jumping into the mapping solution you are looking for here. One quick easier approach appears to me is - concatenate all the fields into one and then search for your string, because anyway you are looking for one string pattern in all fields with OR condition. Hence, may be you can try like:&lt;/P&gt;&lt;P&gt;If ( WildMatch( Field1 &amp;amp;'|'&amp;amp;Field2 &amp;amp;'|'&amp;amp;Field3 , &lt;SPAN&gt;&amp;nbsp;'* ABC *'), 'ABC') as Customer&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 07:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-the-quot-If-Wildmatch-quot-function/m-p/1593377#M738978</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-06-19T07:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the "If(Wildmatch)" function</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-the-quot-If-Wildmatch-quot-function/m-p/1593378#M738979</link>
      <description>&lt;P&gt;Thanks, that's good to know. I edited my question somewhat. Not always do I have the same criteria in all 3 fields, therefore it wouldn't be applicable in this instance, but surely useful for other purposes.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 07:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-the-quot-If-Wildmatch-quot-function/m-p/1593378#M738979</guid>
      <dc:creator>MEJ</dc:creator>
      <dc:date>2019-06-19T07:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the "If(Wildmatch)" function</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-the-quot-If-Wildmatch-quot-function/m-p/1593380#M738980</link>
      <description>&lt;P&gt;Probably&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/MappingFunctions/MapSubstring.htm" target="_self"&gt;MapSubstring()&lt;/A&gt;&amp;nbsp;could be helpful here.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2019 07:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-the-quot-If-Wildmatch-quot-function/m-p/1593380#M738980</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-06-19T07:07:59Z</dc:date>
    </item>
  </channel>
</rss>

