<?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: Where Match Function not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-Match-Function-not-working/m-p/1430464#M814455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide sample data please... It will be helpful to understand and give you a solution. I do not see any issue on the code you pasted. Here is a quick example that will work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Data:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Product_Id,Product_Line,Product_category,Product_Subcategory&lt;BR /&gt; 100,Food,Cat1,SubCat11&lt;BR /&gt; 200,Sporting Goods,Cat2,SubCat22&lt;BR /&gt; 300,Balls,Cat3,SubCat33&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; Final:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Product_Id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Product_Line&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Product_category&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Product_Subcategory&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Data&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Product_Line&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'Food','Sporting Goods');&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Data;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Sep 2017 15:42:39 GMT</pubDate>
    <dc:creator>trdandamudi</dc:creator>
    <dc:date>2017-09-18T15:42:39Z</dc:date>
    <item>
      <title>Where Match Function not working</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Match-Function-not-working/m-p/1430462#M814453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Qlikview, can you help me on the below, where the where match function not working, is there any changes to be done in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD Product_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product_Line, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product_category, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product_Subcategory&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Match Function.csv]&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq)&lt;/P&gt;&lt;P&gt;Where match(Product_Line, 'Food','Sporting Goods')&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/Where-Match-Function-not-working/m-p/1430462#M814453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Where Match Function not working</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Match-Function-not-working/m-p/1430463#M814454</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;/P&gt;&lt;P&gt;it's correct only, can you share your data. thanks&lt;/P&gt;&lt;P&gt;also check this article&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.learnallbi.com/using-in-clause-in-qlikview/" title="http://www.learnallbi.com/using-in-clause-in-qlikview/"&gt;Using IN clause in QlikView – Learn QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 15:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Match-Function-not-working/m-p/1430463#M814454</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-09-18T15:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Where Match Function not working</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Match-Function-not-working/m-p/1430464#M814455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide sample data please... It will be helpful to understand and give you a solution. I do not see any issue on the code you pasted. Here is a quick example that will work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Data:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Product_Id,Product_Line,Product_category,Product_Subcategory&lt;BR /&gt; 100,Food,Cat1,SubCat11&lt;BR /&gt; 200,Sporting Goods,Cat2,SubCat22&lt;BR /&gt; 300,Balls,Cat3,SubCat33&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; Final:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Product_Id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Product_Line&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Product_category&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Product_Subcategory&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Data&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Product_Line&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'Food','Sporting Goods');&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Drop&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Data;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 15:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Match-Function-not-working/m-p/1430464#M814455</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-09-18T15:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Where Match Function not working</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Match-Function-not-working/m-p/1430465#M814456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This condition should work, But Qlik is Case Sensitive. You have to initiate proper names in your Condiytion..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 15:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Match-Function-not-working/m-p/1430465#M814456</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-18T15:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Where Match Function not working</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Match-Function-not-working/m-p/1430466#M814457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how are your values in your Product_Line field? may be use Wildmatch(). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 15:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Match-Function-not-working/m-p/1430466#M814457</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-18T15:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Where Match Function not working</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Match-Function-not-working/m-p/1430467#M814458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are several versions of the match function depending on whether you are doing a an exact match, a case insensitive match or a wildcard match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at&lt;/P&gt;&lt;P&gt;match()&lt;/P&gt;&lt;P&gt;mixmatch()&lt;/P&gt;&lt;P&gt;wildmatch()&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/142090"&gt;can any one explain mixmatch,wildmatch with example?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also a useful video on Qlikshare (search for Match) &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://qlikshare.com/" rel="nofollow" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;" target="_blank"&gt;http://qlikshare.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 15:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Match-Function-not-working/m-p/1430467#M814458</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-09-18T15:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Where Match Function not working</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Match-Function-not-working/m-p/1430468#M814459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share data? it would be better if we check using your data and find the error..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 01:40:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Match-Function-not-working/m-p/1430468#M814459</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2017-09-19T01:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Where Match Function not working</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Match-Function-not-working/m-p/1430469#M814460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks verymuch its clear now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 05:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Match-Function-not-working/m-p/1430469#M814460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-20T05:50:00Z</dc:date>
    </item>
  </channel>
</rss>

