<?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 while fetching data from Qvds in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-condition-while-fetching-data-from-Qvds/m-p/670558#M1078011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;from ....&lt;/P&gt;&lt;P&gt;Where ....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2014 12:10:54 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-07-14T12:10:54Z</dc:date>
    <item>
      <title>Where condition while fetching data from Qvds</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-while-fetching-data-from-Qvds/m-p/670557#M1078010</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;How can we put where condition while fetching data from QVDs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 12:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-while-fetching-data-from-Qvds/m-p/670557#M1078010</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2014-07-14T12:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition while fetching data from Qvds</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-while-fetching-data-from-Qvds/m-p/670558#M1078011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;from ....&lt;/P&gt;&lt;P&gt;Where ....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 12:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-while-fetching-data-from-Qvds/m-p/670558#M1078011</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-14T12:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition while fetching data from Qvds</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-while-fetching-data-from-Qvds/m-p/670559#M1078012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at below code&lt;/P&gt;&lt;P&gt;Dept:&lt;/P&gt;&lt;P&gt;LOAD empid, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; deptname&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;dept.qvd&lt;/P&gt;&lt;P&gt;(qvd) where deptname = 103 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 12:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-while-fetching-data-from-Qvds/m-p/670559#M1078012</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-07-14T12:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition while fetching data from Qvds</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-while-fetching-data-from-Qvds/m-p/670560#M1078013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dept:&lt;/P&gt;&lt;P&gt;LOAD empid,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; empname,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; salary, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; deptname&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;dept.qvd&lt;/P&gt;&lt;P&gt;(qvd) where Salary &amp;gt; = 30000 ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 12:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-while-fetching-data-from-Qvds/m-p/670560#M1078013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-14T12:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition while fetching data from Qvds</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-while-fetching-data-from-Qvds/m-p/670561#M1078014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you may and there are many ways for that depends on the condition that you have &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;CommonDate,&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;Country&lt;/P&gt;&lt;P&gt;From QVD&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where&amp;nbsp; CommonDate = Today()&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;CommonDate,&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;Country&lt;/P&gt;&lt;P&gt;From QVD&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where&amp;nbsp; Rowno() &amp;gt; 50;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2014 12:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-while-fetching-data-from-Qvds/m-p/670561#M1078014</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-14T12:39:00Z</dc:date>
    </item>
  </channel>
</rss>

