<?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 Condition for qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Condition-for-qvd/m-p/301797#M111702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to retrive the data based on conditon for qvd file.&lt;/P&gt;&lt;P&gt;For eg:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load X,Y,Z fom XYZ.qvd;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if A contains the data from 10 to 50. i want to retrive the data from 20 to 30 only when it is loading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e like between conditon... &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load X,Y,Z fom XYZ.qvd where A between 20 and 30&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Jul 2011 07:47:27 GMT</pubDate>
    <dc:creator>jagannalla</dc:creator>
    <dc:date>2011-07-23T07:47:27Z</dc:date>
    <item>
      <title>Condition for qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-for-qvd/m-p/301797#M111702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to retrive the data based on conditon for qvd file.&lt;/P&gt;&lt;P&gt;For eg:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load X,Y,Z fom XYZ.qvd;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if A contains the data from 10 to 50. i want to retrive the data from 20 to 30 only when it is loading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e like between conditon... &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load X,Y,Z fom XYZ.qvd where A between 20 and 30&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jul 2011 07:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-for-qvd/m-p/301797#M111702</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2011-07-23T07:47:27Z</dc:date>
    </item>
    <item>
      <title>Condition for qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-for-qvd/m-p/301798#M111703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can load min and max values of A first and based on that you can then load the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD max(A) as MaxA,&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; min(A) as MinA&lt;/P&gt;&lt;P&gt;FROM XYZ.qvd(qvd)&lt;/P&gt;&lt;P&gt;GROUP By 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then using peek you can load MaxA and MinA values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMax = peek('MaxA');&lt;/P&gt;&lt;P&gt;LET vMin = peek('MinA');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then finally load your data by putting if conditions for vMax and vMin variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If vMin = 10 and vMax = 50 then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load X,Y,Z fom XYZ.qvd (qvd) where A &amp;gt;= 20 and A &amp;lt;= 30;&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load X,Y,Z fom XYZ.qvd (qvd);&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this something would help you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2011 23:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-for-qvd/m-p/301798#M111703</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2011-07-24T23:06:21Z</dc:date>
    </item>
  </channel>
</rss>

