<?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: QVD Loading Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVD-Loading-Question/m-p/627479#M679591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's possible to exclude records when loading the data. You could not load the French customers in the Customers table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customers:&lt;/P&gt;&lt;P&gt;Load * from Customers.qvd (qvd) where Country &amp;lt;&amp;gt; 'France';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// load only the customers where CustomerID exists in the table Customers&lt;/P&gt;&lt;P&gt;Transactions:&lt;/P&gt;&lt;P&gt;Load * from Transactions.qvd(qvd) where exists(CustomerID);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to load all customers into the Customers table you could drop the Customers table after load the Transactions table and then create the Customers table anew by load all the data from the Customers qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need the French customers and their transactions data on other tabs then you need to load the complete qvd files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 May 2014 10:26:34 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-05-09T10:26:34Z</dc:date>
    <item>
      <title>QVD Loading Question</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-Loading-Question/m-p/627478#M679590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm quite new to Qlikview - wondering if someone could help with the following please:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking to import 2 QVD files into a QVW; for the purpose of this question we'll call them:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Customers&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Transactions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to exclude some of the records in the Transactions QVD based off data in the Customers QVD?&amp;nbsp; For example: exclude transactions where the customer is from France?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I correct in loading the entirety of the QVD into the QVW, given that we may wish to use certain records (from France for instance) in other QVW tabs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes sense, thanks in advance for any response!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 10:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-Loading-Question/m-p/627478#M679590</guid>
      <dc:creator />
      <dc:date>2014-05-09T10:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: QVD Loading Question</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-Loading-Question/m-p/627479#M679591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's possible to exclude records when loading the data. You could not load the French customers in the Customers table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customers:&lt;/P&gt;&lt;P&gt;Load * from Customers.qvd (qvd) where Country &amp;lt;&amp;gt; 'France';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// load only the customers where CustomerID exists in the table Customers&lt;/P&gt;&lt;P&gt;Transactions:&lt;/P&gt;&lt;P&gt;Load * from Transactions.qvd(qvd) where exists(CustomerID);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to load all customers into the Customers table you could drop the Customers table after load the Transactions table and then create the Customers table anew by load all the data from the Customers qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need the French customers and their transactions data on other tabs then you need to load the complete qvd files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 10:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-Loading-Question/m-p/627479#M679591</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-05-09T10:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: QVD Loading Question</title>
      <link>https://community.qlik.com/t5/QlikView/QVD-Loading-Question/m-p/627480#M679592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible to excluse customers, let's suppose that both qvd's have customer_id field so qvd are linked by this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AllData:&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;Load * from Customers.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Load * from Transactions.qvd;&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;MyData:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;noconcatenate&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Load * resident AllData where Customer_Country = 'France';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Drop table AllData;&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;Let me know ...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 10:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVD-Loading-Question/m-p/627480#M679592</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-05-09T10:29:46Z</dc:date>
    </item>
  </channel>
</rss>

