<?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 Long where clause in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Long-where-clause/m-p/269684#M101161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I sreate long where clause? Or can I do two clauses in same LOAD statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this one, but it doeas not work-&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE "kod_system" = 'EU' AND sprak = 'FI' and class= (2,5,8,3,45,98);&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jul 2011 05:24:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-11T05:24:22Z</dc:date>
    <item>
      <title>Long where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Long-where-clause/m-p/269684#M101161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I sreate long where clause? Or can I do two clauses in same LOAD statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this one, but it doeas not work-&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE "kod_system" = 'EU' AND sprak = 'FI' and class= (2,5,8,3,45,98);&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 05:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Long-where-clause/m-p/269684#M101161</guid>
      <dc:creator />
      <dc:date>2011-07-11T05:24:22Z</dc:date>
    </item>
    <item>
      <title>Long where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Long-where-clause/m-p/269685#M101162</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; It depends where you are using the where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you are using where clause with SQL statement then you sould do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL Select Kod_System, Sprak, Class &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; From Xyz &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; where Kod_System = 'EU' and Sprak = 'FI' and Class in (2,5,8,3,45,98);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you are using with&amp;nbsp; Load statement then you shoudl do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load Kod_System, Sprak, Class &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; From Xyz &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; where Kod_System = 'EU' and Sprak = 'FI' and match(Class,'2','5','8','3','45','98');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 06:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Long-where-clause/m-p/269685#M101162</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-07-11T06:10:43Z</dc:date>
    </item>
  </channel>
</rss>

