<?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 Match in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Match/m-p/685192#M1078578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I interptrete below from Qlikview to SQL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MATCH([Order No], '1','2','7','15','16','21') = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2014 09:23:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-16T09:23:38Z</dc:date>
    <item>
      <title>Match</title>
      <link>https://community.qlik.com/t5/QlikView/Match/m-p/685192#M1078578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I interptrete below from Qlikview to SQL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MATCH([Order No], '1','2','7','15','16','21') = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:23:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match/m-p/685192#M1078578</guid>
      <dc:creator />
      <dc:date>2014-07-16T09:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Match</title>
      <link>https://community.qlik.com/t5/QlikView/Match/m-p/685193#M1078579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Match NOT IN (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'1','2','7','15','16','21')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match/m-p/685193#M1078579</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-07-16T09:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Match</title>
      <link>https://community.qlik.com/t5/QlikView/Match/m-p/685194#M1078580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to write this on SQL, thanks Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match/m-p/685194#M1078580</guid>
      <dc:creator />
      <dc:date>2014-07-16T09:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Match</title>
      <link>https://community.qlik.com/t5/QlikView/Match/m-p/685195#M1078581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Like function for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match/m-p/685195#M1078581</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-16T09:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Match</title>
      <link>https://community.qlik.com/t5/QlikView/Match/m-p/685196#M1078582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM Source&lt;/P&gt;&lt;P&gt;WHERE &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Order No]&lt;/SPAN&gt; NOT Like &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'1' OR '2' OR '7' OR '15' OR '16' OR '21' ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match/m-p/685196#M1078582</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-16T09:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Match</title>
      <link>https://community.qlik.com/t5/QlikView/Match/m-p/685197#M1078583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way try&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;SELECT *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM Source&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Order No]&lt;/SPAN&gt; NOT IN ( &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;'1' ,'2', '7', '15' ,'16', '21');&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match/m-p/685197#M1078583</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-16T09:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Match</title>
      <link>https://community.qlik.com/t5/QlikView/Match/m-p/685198#M1078584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below&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;SELECT *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM Source&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Order No]&lt;/SPAN&gt; NOT in(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;1,2,7,15,16,21);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match/m-p/685198#M1078584</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-07-16T09:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Match</title>
      <link>https://community.qlik.com/t5/QlikView/Match/m-p/685199#M1078585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One of the another way is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM Source&lt;/P&gt;&lt;P&gt;WHERE &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Order No]&lt;/SPAN&gt; NOT Like IN &lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'1' OR '2' OR '7' OR '15' OR '16' OR '21' &lt;STRONG&gt;)&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM Source&lt;/P&gt;&lt;P&gt;WHERE &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Order No]&lt;/SPAN&gt; NOT Like IN &lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1 OR 2 OR 7 OR 15 OR 16 OR 21 &lt;STRONG&gt;)&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM Source&lt;/P&gt;&lt;P&gt;WHERE &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Order No]&lt;/SPAN&gt; NOT Like IN &lt;STRONG&gt;(&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1 , 2 , 7 , 15 , 16 , 21 &lt;STRONG&gt;)&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 09:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match/m-p/685199#M1078585</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-16T09:47:31Z</dc:date>
    </item>
  </channel>
</rss>

