<?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: match function in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824660#M1048721</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;Instead of Match() you can try this with simple less than and equal to options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[ Years&lt;/P&gt;&lt;P&gt;2001&lt;/P&gt;&lt;P&gt;2002&lt;/P&gt;&lt;P&gt;2003&lt;/P&gt;&lt;P&gt;2004&lt;/P&gt;&lt;P&gt;2005&lt;/P&gt;&lt;P&gt;2006&lt;/P&gt;&lt;P&gt;2007&lt;/P&gt;&lt;P&gt;2008&lt;/P&gt;&lt;P&gt;2009&lt;/P&gt;&lt;P&gt;2010&lt;/P&gt;&lt;P&gt;2011&lt;/P&gt;&lt;P&gt;2012&lt;/P&gt;&lt;P&gt;2013&lt;/P&gt;&lt;P&gt;2014 &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Years&lt;/P&gt;&lt;P&gt;Resident R&lt;/P&gt;&lt;P&gt;Where Years &amp;gt;= 2005 and Years &amp;lt;= 2012;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2014 05:57:19 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-11-13T05:57:19Z</dc:date>
    <item>
      <title>match function in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824654#M1048712</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 have years from 2000 to 2015 .Now i am trying to print years from 2005-2012 .How to do it with match() rather than hard coding&amp;nbsp; the years from 2005-2012 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 05:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824654#M1048712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-13T05:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: match function in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824655#M1048713</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;See the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 05:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824655#M1048713</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-11-13T05:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: match function in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824656#M1048714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #333333; font-family: 'segoe UI';"&gt;The Match() function can be used to compare strings, fields and variables using the string expression. The result of comparison is always an integer that shows the match expression. In the Match() function if no value is returned then the result would be 0. If an integer value is returned then the result would be 1. This function can used with the expression and it cannot be used with a chart, list box or text box. The Match() function will be used for a specified item in an array and then return the item in a specified position in a specified order. In the Match() the comparison is case sensitive.&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;Where to use Match() function&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The Match() function can be used in a QlikView application&lt;STRONG&gt; &lt;/STRONG&gt;for the "Switch Case" statement.&lt;/LI&gt;&lt;LI&gt;It can be also used as a substitution in an If statement.&lt;/LI&gt;&lt;LI&gt;It can be used in a Load Script as an In statement.&lt;/LI&gt;&lt;LI&gt;It can be used to find a match without using the duplicate value.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 05:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824656#M1048714</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-11-13T05:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: match function in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824657#M1048715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This too can help you &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The match function is a way to avoid writing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load ...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From ...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where Customer = 'A' or Customer ='B' or Customer='C'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and write it as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load ...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From ...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where match(Customer, 'A','B','C')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and it comes in a variety of flavors.&amp;nbsp; WildMatch() is usually my favorite.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 05:37:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824657#M1048715</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-11-13T05:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: match function in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824658#M1048716</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Year &amp;gt;= 2005 AND Year &amp;lt;= 2015), Year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with Match() it is not possible with out hard coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 05:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824658#M1048716</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-13T05:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: match function in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824659#M1048718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt; *&lt;/P&gt;&lt;P&gt;from sales .exl&lt;/P&gt;&lt;P&gt;where match (Year,'2005','2006','2007','2008','2009','2010','2011','2012','2013',2014','2015');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;where not match(year,'2000','2001','2002','2003');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 05:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824659#M1048718</guid>
      <dc:creator />
      <dc:date>2014-11-13T05:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: match function in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824660#M1048721</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;Instead of Match() you can try this with simple less than and equal to options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[ Years&lt;/P&gt;&lt;P&gt;2001&lt;/P&gt;&lt;P&gt;2002&lt;/P&gt;&lt;P&gt;2003&lt;/P&gt;&lt;P&gt;2004&lt;/P&gt;&lt;P&gt;2005&lt;/P&gt;&lt;P&gt;2006&lt;/P&gt;&lt;P&gt;2007&lt;/P&gt;&lt;P&gt;2008&lt;/P&gt;&lt;P&gt;2009&lt;/P&gt;&lt;P&gt;2010&lt;/P&gt;&lt;P&gt;2011&lt;/P&gt;&lt;P&gt;2012&lt;/P&gt;&lt;P&gt;2013&lt;/P&gt;&lt;P&gt;2014 &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Years&lt;/P&gt;&lt;P&gt;Resident R&lt;/P&gt;&lt;P&gt;Where Years &amp;gt;= 2005 and Years &amp;lt;= 2012;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 05:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824660#M1048721</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-13T05:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: match function in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824661#M1048723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u all &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 06:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824661#M1048723</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-13T06:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: match function in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824662#M1048725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Close this thread by giving correct and helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 07:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824662#M1048725</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-13T07:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: match function in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824663#M1048727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Years&lt;/P&gt;&lt;P&gt;Resident R&lt;/P&gt;&lt;P&gt;Where Years &amp;gt;= 2005 and Years &amp;lt;= 2012;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this, i think u need&amp;nbsp; to drop table R as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 13:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824663#M1048727</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2017-12-04T13:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: match function in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824664#M1048729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I have a urgent requirement, here i attached one qvw file in that filter i have 6 set of filters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Now i want to show the AND condition for those filter sets (&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: #f2f2f2;"&gt;data which will satisfy all the 5 filters applied.) &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;which means the data which matches all the filters in 5 sets should only display in the result chart / table.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: #f2f2f2;"&gt;Can you guys help me out from this, It is an urgent Requirement&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: #f2f2f2;"&gt;Kindly help me&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: #f2f2f2;"&gt;Thank you&amp;nbsp; in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: #f2f2f2;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: #f2f2f2;"&gt;Sudhakar&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 09:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824664#M1048729</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-03-22T09:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: match function in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824665#M1048731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate a bit, like what do you want to see in your chart? only data related to 5 filters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 10:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824665#M1048731</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-22T10:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: match function in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824666#M1048733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, Matching values of those filters like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 547px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="49"&gt;OrderID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="66"&gt;Order date&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="92"&gt;Category Name&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="84"&gt;Product Name&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="112"&gt;Customer&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="92"&gt;Sales Person&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="52"&gt;Quantity&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;2422&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2/16/2012&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Aino Shoes&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Halle Köln&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Bob Park&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;41&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;2422&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2/16/2012&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Deuce Shirt&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Halle Köln&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Bob Park&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top: none;"&gt;4665&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;1/21/2013&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;Aino Shoes&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;La Moda d'il Futuri&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;Ricardo Gucci&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none; border-left: none;"&gt;61&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top: none;"&gt;4665&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;1/21/2013&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;Deuce Shirt&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;La Moda d'il Futuri&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;Ricardo Gucci&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;681&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;1/12/2011&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Aino Shoes&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Grunewald&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Frank Roll&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;22&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="20" style="border-top: none;"&gt;684&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;1/12/2011&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Aino Shoes&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Bond Ltd&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Rob Carsson&lt;/TD&gt;&lt;TD class="xl76" style="border-top: none; border-left: none;"&gt;21&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;714&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;1/30/2011&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Aino Shoes&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Boleros&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Mike Ashkenaz&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="20" style="border-top: none;"&gt;1116&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;6/20/2011&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Aino Shoes&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Art et Fashion&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Lennart Skoglund&lt;/TD&gt;&lt;TD class="xl76" style="border-top: none; border-left: none;"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;1131&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;6/25/2011&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Aino Shoes&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;De la Vita&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Lennart Skoglund&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="20" style="border-top: none;"&gt;6241&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;12/10/2013&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Deuce Shirt&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Le Sais de Rión&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Michelle Tyson&lt;/TD&gt;&lt;TD class="xl76" style="border-top: none; border-left: none;"&gt;150&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;6247&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;12/13/2013&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Deuce Shirt&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;The Corner Store&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Rob Carsson&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;153&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="20" style="border-top: none;"&gt;6276&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;12/20/2013&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Deuce Shirt&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Gluderstedt&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Bob Park&lt;/TD&gt;&lt;TD class="xl76" style="border-top: none; border-left: none;"&gt;19&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;6340&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;1/2/2014&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Deuce Shirt&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Boleros&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Mike Ashkenaz&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;105&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="20" style="border-top: none;"&gt;6341&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;1/3/2014&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Deuce Shirt&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Rode &amp;amp; Vite&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Lennart Skoglund&lt;/TD&gt;&lt;TD class="xl76" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;6357&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;1/7/2014&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Deuce Shirt&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Too Hot 4U&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Rob Carsson&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;155&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="20" style="border-top: none;"&gt;6369&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;1/12/2014&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Deuce Shirt&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;De la Vita&lt;/TD&gt;&lt;TD class="xl75" style="border-top: none; border-left: none;"&gt;Lennart Skoglund&lt;/TD&gt;&lt;TD class="xl76" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl71" height="20" style="border-top: none;"&gt;6433&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;2/3/2014&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Deuce Shirt&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;La Legion Mercenaire&lt;/TD&gt;&lt;TD class="xl72" style="border-top: none; border-left: none;"&gt;Michelle Tyson&lt;/TD&gt;&lt;TD class="xl73" style="border-top: none; border-left: none;"&gt;147&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i select Baby clothes, &lt;SPAN style="font-size: 13.3333px;"&gt;Aino Shoes, 2012 for filter 1 and for filter 2 &lt;SPAN style="font-size: 13.3333px;"&gt;Baby clothes, &lt;SPAN style="font-size: 13.3333px;"&gt;Deuce Shirt&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;, 2013 then the out put will come like this&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="547"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="49"&gt;2422&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="66"&gt;2/16/2012&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="92"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="84"&gt;Aino Shoes&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="112"&gt;Halle Köln&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="92"&gt;Bob Park&lt;/TD&gt;&lt;TD class="xl67" style="border-left: none;" width="52"&gt;41&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;2422&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2/16/2012&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Deuce Shirt&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Halle Köln&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;Bob Park&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top: none;"&gt;4665&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;1/21/2013&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;Aino Shoes&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;La Moda d'il Futuri&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;Ricardo Gucci&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none; border-left: none;"&gt;61&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="20" style="border-top: none;"&gt;4665&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;1/21/2013&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;Baby Clothes&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;Deuce Shirt&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;La Moda d'il Futuri&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;Ricardo Gucci&lt;/TD&gt;&lt;TD class="xl70" style="border-top: none; border-left: none;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me out from this.... it's a very urgent requirement&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Already i attached the qvw file also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 11:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function-in-qlikview/m-p/824666#M1048733</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-03-22T11:23:35Z</dc:date>
    </item>
  </channel>
</rss>

