<?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: SQL IN function in QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-IN-function-in-QlikView/m-p/263256#M99025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Eric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Henco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2011 12:15:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-10-20T12:15:41Z</dc:date>
    <item>
      <title>SQL IN function in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-IN-function-in-QlikView/m-p/263254#M99023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;I am looking for the IN function (which I know from SQL) in QlikView.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;As long as I don't know this function my expression is for example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;=if(accountnumber='1' or accountnumber='2', accountnumber, 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;In SQL I would do it this way:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;where accountnumber in('1', '2')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;Can anyone help me with this? Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana, geneva;"&gt;Henco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 11:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-IN-function-in-QlikView/m-p/263254#M99023</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-20T11:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: SQL IN function in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-IN-function-in-QlikView/m-p/263255#M99024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi henco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;where MATCH(accountnumber,'1','2')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 12:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-IN-function-in-QlikView/m-p/263255#M99024</guid>
      <dc:creator />
      <dc:date>2011-10-20T12:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: SQL IN function in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-IN-function-in-QlikView/m-p/263256#M99025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Eric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Henco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 12:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-IN-function-in-QlikView/m-p/263256#M99025</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-20T12:15:41Z</dc:date>
    </item>
    <item>
      <title>SQL IN function in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-IN-function-in-QlikView/m-p/263257#M99026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it with this set analaysis: sum({$&amp;lt;accountnumber={'1','2'}&amp;gt;} accountnumber)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do let me know, if you have a good luck with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 12:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-IN-function-in-QlikView/m-p/263257#M99026</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2011-10-20T12:16:33Z</dc:date>
    </item>
  </channel>
</rss>

