<?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: Syntax for Multiple Records in Where Clause in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757018#M1049199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;match is a Qlik function so you should use at the Qlik side: &lt;/P&gt;&lt;P&gt;Sql is executed first (bold), then Qlik (Italic) is executed using the result from sql (filter in Qlik)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Where Match(&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;UserName,'Dan','Mike','Joe');&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // filter &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SQL &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Select *&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;FROM SWKCRM.dbo.Opportunity;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or filter in SQL; use the sql syntax of your database; no filter in Qlik &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SQL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Select *&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;FROM SWKCRM.dbo.Opportunity&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;where Username in ('Dan', 'Mike', 'Joe');&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Nov 2014 21:15:47 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-11-03T21:15:47Z</dc:date>
    <item>
      <title>Syntax for Multiple Records in Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757011#M1049192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have over 50 records in a field and I only want 10 of them loaded into the script.&amp;nbsp; A few questions surrounding this -- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is the where clause the best way to do this?&lt;/P&gt;&lt;P&gt;2. What is the syntax for the where clause with multiple records. EX:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM....&lt;/P&gt;&lt;P&gt;WHERE UserName = "Dan" "Mike" "Joe" etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 20:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757011#M1049192</guid>
      <dc:creator />
      <dc:date>2014-11-03T20:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Multiple Records in Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757012#M1049193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where match (UserName,'Dan','Mike', etc)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 20:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757012#M1049193</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2014-11-03T20:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Multiple Records in Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757013#M1049194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Where is best way you can try this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From Location&lt;/P&gt;&lt;P&gt;Where Match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;UserName,'Dan','Mike','Joe');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and write more strings if you have in the Match(Fieldname,'str',...)&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>Mon, 03 Nov 2014 20:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757013#M1049194</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-03T20:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Multiple Records in Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757014#M1049195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/03/17/and-or" title="http://community.qlik.com/blogs/qlikviewdesignblog/2014/03/17/and-or"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/03/17/and-or&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Product = UserName) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM .....&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #666666; font-size: 10.5pt;"&gt;WHERE MATCH(Product,'Cap','Tracksuit'); &lt;STRONG&gt;for a load statement&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #666666; font-size: 10.5pt;"&gt;&lt;STRONG&gt;And for select&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #666666; font-size: 10.5pt;"&gt;where Product = 'Cap' ;&amp;nbsp; (for one selection)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #666666; font-size: 10.5pt;"&gt; or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #666666; font-size: 10.5pt;"&gt;WHERE Product IN ('Cap','Tracksuit'); (for more than one)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #666666; font-size: 10.5pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #666666; font-size: 10.5pt;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;OR FOR NOT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #666666; font-size: 10.5pt;"&gt;WHERE NOT MATCH(Product,'Cap','Tracksuit') for a load statement&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #666666; font-size: 10.5pt;"&gt;And for select&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #666666; font-size: 10.5pt;"&gt;where not Product = 'Cap' ;&amp;nbsp; (for one selection)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #666666; font-size: 10.5pt;"&gt; or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #666666; font-size: 10.5pt;"&gt;WHERE Product NOT IN ('Cap','Tracksuit'); (for more than one)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 20:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757014#M1049195</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2014-11-03T20:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Multiple Records in Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757015#M1049196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use any one from below options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load ...&lt;/P&gt;&lt;P&gt;From ...&lt;/P&gt;&lt;P&gt;Where match(UserName, 'Dan','Mike','Joe')&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;Load ...&lt;/P&gt;&lt;P&gt;From ...&lt;/P&gt;&lt;P&gt;Where UserName = 'Dan' or Customer ='Mike' or Customer='Joe'.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 21:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757015#M1049196</guid>
      <dc:creator />
      <dc:date>2014-11-03T21:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Multiple Records in Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757016#M1049197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FROM SWKCRM.dbo.Opportunity&lt;/P&gt;&lt;P&gt;Where Match(Oppo_AssignedUserID,'129','147','171') ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get an error telling me that Match is not a pre-defined function...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 21:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757016#M1049197</guid>
      <dc:creator />
      <dc:date>2014-11-03T21:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Multiple Records in Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757017#M1049198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using select. If so try my option below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #666666; font-size: 10.5pt;"&gt;WHERE UserName IN ('John','Peter', 'etc'); (for more than one)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #666666; font-size: 10.5pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #666666; font-size: 10.5pt;"&gt;or use preceding load&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #666666; font-size: 10.5pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif'; color: #666666; font-size: 10.5pt;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/03/04/preceding-load" title="http://community.qlik.com/blogs/qlikviewdesignblog/2013/03/04/preceding-load"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/03/04/preceding-load&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 21:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757017#M1049198</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2014-11-03T21:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Multiple Records in Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757018#M1049199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;match is a Qlik function so you should use at the Qlik side: &lt;/P&gt;&lt;P&gt;Sql is executed first (bold), then Qlik (Italic) is executed using the result from sql (filter in Qlik)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Where Match(&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;UserName,'Dan','Mike','Joe');&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // filter &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SQL &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Select *&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;FROM SWKCRM.dbo.Opportunity;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or filter in SQL; use the sql syntax of your database; no filter in Qlik &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SQL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Select *&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;FROM SWKCRM.dbo.Opportunity&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;where Username in ('Dan', 'Mike', 'Joe');&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 21:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757018#M1049199</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-11-03T21:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for Multiple Records in Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757019#M1049200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; In function is work in RDBMS but in QV we use the same function Match(fieldname,valu1,valu2,valu3,....)&lt;/P&gt;&lt;P&gt;both are same(IN()==match()).&lt;/P&gt;&lt;P&gt;i hope u understand if not examples are mentioned above with our friends.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 06:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Syntax-for-Multiple-Records-in-Where-Clause/m-p/757019#M1049200</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2014-11-04T06:09:13Z</dc:date>
    </item>
  </channel>
</rss>

