<?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: Where condition in a qvd load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-condition-in-a-qvd-load/m-p/755347#M660172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN is not available in Qlikview. Instead you can use Match()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MyFile:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;LOAD *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;FROM Myqvd.qvd (qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE &lt;STRONG&gt;Match(Field, 'A', 'B', 'C') &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Mar 2015 09:49:52 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2015-03-06T09:49:52Z</dc:date>
    <item>
      <title>Where condition in a qvd load</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-in-a-qvd-load/m-p/755346#M660171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to know if is possible write a IN or LIST condition instead a sequence of OR in a LOAD FROM QVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyFile:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LOAD *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FROM Myqvd.qvd (qvd) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;WHERE Field = 'A' or &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field &lt;/SPAN&gt;= 'B' &lt;SPAN style="font-size: 13.3333330154419px;"&gt;or &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;= 'C' &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I would like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;MyFile:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;LOAD *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;FROM Myqvd.qvd (qvd) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;WHERE Field IN ( 'A', 'B', 'C') &lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thank you very much,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Joaquín&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 09:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-in-a-qvd-load/m-p/755346#M660171</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2015-03-06T09:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition in a qvd load</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-in-a-qvd-load/m-p/755347#M660172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN is not available in Qlikview. Instead you can use Match()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MyFile:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;LOAD *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;FROM Myqvd.qvd (qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE &lt;STRONG&gt;Match(Field, 'A', 'B', 'C') &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 09:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-in-a-qvd-load/m-p/755347#M660172</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-03-06T09:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition in a qvd load</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-in-a-qvd-load/m-p/755348#M660173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;A href="https://community.qlik.com/people/anbu1984"&gt;anbu1984&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thank you very much.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Joaquín&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 09:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-in-a-qvd-load/m-p/755348#M660173</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2015-03-06T09:53:02Z</dc:date>
    </item>
  </channel>
</rss>

