<?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 Where statement with IN() clause in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-statement-with-IN-clause/m-p/1157320#M628233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;How do you do a LOAD with a WHERE clause that has an IN (...,...,..) statement.&amp;nbsp; In other words I want my where condition to have multiple instances.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Aug 2016 15:19:33 GMT</pubDate>
    <dc:creator>paulsparrow</dc:creator>
    <dc:date>2016-08-23T15:19:33Z</dc:date>
    <item>
      <title>Where statement with IN() clause</title>
      <link>https://community.qlik.com/t5/QlikView/Where-statement-with-IN-clause/m-p/1157320#M628233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;How do you do a LOAD with a WHERE clause that has an IN (...,...,..) statement.&amp;nbsp; In other words I want my where condition to have multiple instances.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 15:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-statement-with-IN-clause/m-p/1157320#M628233</guid>
      <dc:creator>paulsparrow</dc:creator>
      <dc:date>2016-08-23T15:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Where statement with IN() clause</title>
      <link>https://community.qlik.com/t5/QlikView/Where-statement-with-IN-clause/m-p/1157321#M628234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Match() in place of IN()&lt;/P&gt;&lt;P&gt;&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>Tue, 23 Aug 2016 15:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-statement-with-IN-clause/m-p/1157321#M628234</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2016-08-23T15:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Where statement with IN() clause</title>
      <link>https://community.qlik.com/t5/QlikView/Where-statement-with-IN-clause/m-p/1157322#M628235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;test:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; rowno() as Field1,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; rand() * 100 as Field2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AutoGenerate 100;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;output:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NoConcatenate load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident test&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;where match(Field1, 1, 2, 3, 4, 5, 100);&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table test;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 15:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-statement-with-IN-clause/m-p/1157322#M628235</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-08-23T15:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Where statement with IN() clause</title>
      <link>https://community.qlik.com/t5/QlikView/Where-statement-with-IN-clause/m-p/1157323#M628236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 15:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-statement-with-IN-clause/m-p/1157323#M628236</guid>
      <dc:creator>paulsparrow</dc:creator>
      <dc:date>2016-08-23T15:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Where statement with IN() clause</title>
      <link>https://community.qlik.com/t5/QlikView/Where-statement-with-IN-clause/m-p/1157324#M628237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post) and Helpful Answers (found under the Actions menu under every post).&lt;/P&gt;&lt;P&gt;If not, please make clear what part of this topic you still need help with &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 15:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-statement-with-IN-clause/m-p/1157324#M628237</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-08-23T15:53:38Z</dc:date>
    </item>
  </channel>
</rss>

