<?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: What is the Difference between Wildmatch and Mismatch function? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-the-Difference-between-Wildmatch-and-Mismatch-function/m-p/120877#M756344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView has no MisMatch function. As Andrey implicitly pointed out, QlikView does have a &lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ConditionalFunctions/mixmatch.htm"&gt;MixMatch&lt;/A&gt; function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MixMatch is analogous to the regular &lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ConditionalFunctions/match.htm"&gt;Match&lt;/A&gt; string comparison function. But while Match performs a case-&lt;EM&gt;sensitive&lt;/EM&gt; match ('abc' is different from 'ABC'), MixMatch performs a case-&lt;EM&gt;insensitive&lt;/EM&gt; match ('abc' is equal to 'ABC').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both functions don't allow wildcard expressions. Or in other words, they treat wildcard characters as regular characters. &lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ConditionalFunctions/wildmatch.htm"&gt;WildMatch&lt;/A&gt; on the other hand allows for special wildcard treatment &lt;SPAN style="font-size: 13.3333px;"&gt;(e.g. '*' matches multiple unspecified characters, and '?' matches a single unspecified character)&lt;/SPAN&gt;, and performs a case-&lt;EM&gt;insensitive&lt;/EM&gt; match as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Sep 2018 10:15:11 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2018-09-30T10:15:11Z</dc:date>
    <item>
      <title>What is the Difference between Wildmatch and Mismatch function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Difference-between-Wildmatch-and-Mismatch-function/m-p/120875#M756342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I am new to Qlikview&lt;/P&gt;&lt;P&gt;What is the Difference between Wildmatch and Mismatch function?&lt;/P&gt;&lt;P&gt;Plz help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Difference-between-Wildmatch-and-Mismatch-function/m-p/120875#M756342</guid>
      <dc:creator>jonesbrown</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Difference between Wildmatch and Mismatch function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Difference-between-Wildmatch-and-Mismatch-function/m-p/120876#M756343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I hope it may help you understand&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/656541"&gt;Re: can any one explain mixmatch,wildmatch with example?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2018 07:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Difference-between-Wildmatch-and-Mismatch-function/m-p/120876#M756343</guid>
      <dc:creator>andrey_krylov</dc:creator>
      <dc:date>2018-09-30T07:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Difference between Wildmatch and Mismatch function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Difference-between-Wildmatch-and-Mismatch-function/m-p/120877#M756344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView has no MisMatch function. As Andrey implicitly pointed out, QlikView does have a &lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ConditionalFunctions/mixmatch.htm"&gt;MixMatch&lt;/A&gt; function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MixMatch is analogous to the regular &lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ConditionalFunctions/match.htm"&gt;Match&lt;/A&gt; string comparison function. But while Match performs a case-&lt;EM&gt;sensitive&lt;/EM&gt; match ('abc' is different from 'ABC'), MixMatch performs a case-&lt;EM&gt;insensitive&lt;/EM&gt; match ('abc' is equal to 'ABC').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both functions don't allow wildcard expressions. Or in other words, they treat wildcard characters as regular characters. &lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ConditionalFunctions/wildmatch.htm"&gt;WildMatch&lt;/A&gt; on the other hand allows for special wildcard treatment &lt;SPAN style="font-size: 13.3333px;"&gt;(e.g. '*' matches multiple unspecified characters, and '?' matches a single unspecified character)&lt;/SPAN&gt;, and performs a case-&lt;EM&gt;insensitive&lt;/EM&gt; match as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2018 10:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Difference-between-Wildmatch-and-Mismatch-function/m-p/120877#M756344</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-09-30T10:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Difference between Wildmatch and Mismatch function?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Difference-between-Wildmatch-and-Mismatch-function/m-p/120878#M756345</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;SPAN style="font-size: 10pt;"&gt;There is not &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Mismatch function in Qlikview but it is mixmatch.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD *,wildmatch( M, 'ja*','fe?','mar') as wildmatch,&lt;/P&gt;&lt;P&gt;mixmatch( M, 'jan','Feb','mar') as mixmatch;&lt;/P&gt;&lt;P&gt;LOAD Date#(M,'MMM') as M INLINE [&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;Feb&lt;/P&gt;&lt;P&gt;Mar&lt;/P&gt;&lt;P&gt;Apr&lt;/P&gt;&lt;P&gt;May&lt;/P&gt;&lt;P&gt;Jun&lt;/P&gt;&lt;P&gt;Jul&lt;/P&gt;&lt;P&gt;Aug&lt;/P&gt;&lt;P&gt;Sep&lt;/P&gt;&lt;P&gt;Oct&lt;/P&gt;&lt;P&gt;Nov&lt;/P&gt;&lt;P&gt;Dec&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/214766_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 03:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Difference-between-Wildmatch-and-Mismatch-function/m-p/120878#M756345</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-10-01T03:39:35Z</dc:date>
    </item>
  </channel>
</rss>

