<?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: Difference between match and mixmatch function where we use give me an example in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-between-match-and-mixmatch-function-where-we-use-give/m-p/1645151#M731982</link>
    <description>&lt;P&gt;&lt;STRONG&gt;match( str, expr1 [ , expr2,...exprN ] )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The match function performs a case sensitive comparison.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;match( M, 'Jan','Feb','Mar')&lt;/P&gt;&lt;P&gt;returns 2 if M = Feb&lt;/P&gt;&lt;P&gt;returns 0 if M = Apr or jan&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;mixmatch( str, expr1 [ , expr2,...exprN ] )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The&amp;nbsp;&lt;/SPAN&gt;mixmatch&lt;SPAN&gt;&amp;nbsp;function performs a case insensitive comparison.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;mixmatch&lt;/SPAN&gt;( M, 'Jan','Feb','Mar')&lt;/P&gt;&lt;P&gt;returns 1 if M = jan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;wildmatch( str, expr1 [ , expr2,...exprN ] )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The wildmatch function performs a case insensitive comparison and permits the use of wildcard characters ( * and ?) in the comparison strings.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;wildmatch( M, 'ja*','fe?','mar')&lt;/P&gt;&lt;P&gt;returns 1 if M = January&lt;/P&gt;&lt;P&gt;returns 2 if M = fex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2019 06:25:01 GMT</pubDate>
    <dc:creator>prma7799</dc:creator>
    <dc:date>2019-11-11T06:25:01Z</dc:date>
    <item>
      <title>Difference between match and mixmatch function where we use give me an example</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-match-and-mixmatch-function-where-we-use-give/m-p/1645123#M731981</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I am new to Qlikview&lt;/P&gt;&lt;P&gt;Difference between match and mixmatch function where we use give me an example&amp;nbsp;&lt;/P&gt;&lt;P&gt;plz help.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-match-and-mixmatch-function-where-we-use-give/m-p/1645123#M731981</guid>
      <dc:creator>jonesbrown</dc:creator>
      <dc:date>2024-11-16T19:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between match and mixmatch function where we use give me an example</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-match-and-mixmatch-function-where-we-use-give/m-p/1645151#M731982</link>
      <description>&lt;P&gt;&lt;STRONG&gt;match( str, expr1 [ , expr2,...exprN ] )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The match function performs a case sensitive comparison.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;match( M, 'Jan','Feb','Mar')&lt;/P&gt;&lt;P&gt;returns 2 if M = Feb&lt;/P&gt;&lt;P&gt;returns 0 if M = Apr or jan&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;mixmatch( str, expr1 [ , expr2,...exprN ] )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The&amp;nbsp;&lt;/SPAN&gt;mixmatch&lt;SPAN&gt;&amp;nbsp;function performs a case insensitive comparison.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;mixmatch&lt;/SPAN&gt;( M, 'Jan','Feb','Mar')&lt;/P&gt;&lt;P&gt;returns 1 if M = jan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;wildmatch( str, expr1 [ , expr2,...exprN ] )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The wildmatch function performs a case insensitive comparison and permits the use of wildcard characters ( * and ?) in the comparison strings.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;wildmatch( M, 'ja*','fe?','mar')&lt;/P&gt;&lt;P&gt;returns 1 if M = January&lt;/P&gt;&lt;P&gt;returns 2 if M = fex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 06:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-match-and-mixmatch-function-where-we-use-give/m-p/1645151#M731982</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2019-11-11T06:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between match and mixmatch function where we use give me an example</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-match-and-mixmatch-function-where-we-use-give/m-p/1645154#M731983</link>
      <description>&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ConditionalFunctions/conditional-functions.htm?_ga=2.259342666.1320819089.1573447414-1119322831.1481611876" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/ConditionalFunctions/conditional-functions.htm?_ga=2.259342666.1320819089.1573447414-1119322831.1481611876&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 06:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-match-and-mixmatch-function-where-we-use-give/m-p/1645154#M731983</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2019-11-11T06:25:26Z</dc:date>
    </item>
  </channel>
</rss>

