<?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 Example of Load with QVD Files in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Example-of-Load-with-QVD-Files/m-p/1078949#M1713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm generating a few reports that will be scheduled for a data reload every ten minutes or so.&amp;nbsp; I'd like to use qvd files but am not confident in my implementation of them.&amp;nbsp; Is there a good example of this somewhere?&amp;nbsp; From what I've read it's best to use STORE and save all the qvd files with one app and then LOAD those files from their respective apps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any direction is appreciated &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2016 14:34:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-15T14:34:41Z</dc:date>
    <item>
      <title>Example of Load with QVD Files</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Example-of-Load-with-QVD-Files/m-p/1078949#M1713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm generating a few reports that will be scheduled for a data reload every ten minutes or so.&amp;nbsp; I'd like to use qvd files but am not confident in my implementation of them.&amp;nbsp; Is there a good example of this somewhere?&amp;nbsp; From what I've read it's best to use STORE and save all the qvd files with one app and then LOAD those files from their respective apps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any direction is appreciated &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Steven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 14:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Example-of-Load-with-QVD-Files/m-p/1078949#M1713</guid>
      <dc:creator />
      <dc:date>2016-03-15T14:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Example of Load with QVD Files</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Example-of-Load-with-QVD-Files/m-p/1078950#M1714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven&lt;/P&gt;&lt;P&gt;I often choose to split my QlikView development into three stages, Extract, Transform and Load (ETL).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Extract&lt;/STRONG&gt;: Read and store source data without modification into a QVD Extract folder.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Transform&lt;/STRONG&gt;: Read the QVD Extract folder and do all my manipulation and transformation of data and store it into a QVD Transform folder.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load: &lt;/STRONG&gt;Read the transform qvd files without any modification&lt;/P&gt;&lt;P&gt;LOAD * FROM my.qvd (qvd); &lt;/P&gt;&lt;P&gt;Load application are my end user application. The focus in my load applications are user interface and layouts, not data transformation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One benefit from splitting the data loads into several applications is that you can reuse data created in E and T. You may want to load certain data frequently every 10 minutes, but other data less frequently every night. That you can do by splitting up your data loads. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transactions:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Examplefield1 as [Field 1],&lt;/P&gt;&lt;P&gt;Date(Exampledate) as [Date],&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Monthname(Exampledate) as [Month name]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ExampleValue as [Value]&lt;/P&gt;&lt;P&gt;FROM C:\ExtractFolder\Example.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Example into c:\TransformFolder\Transaction.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 21:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Example-of-Load-with-QVD-Files/m-p/1078950#M1714</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2016-03-15T21:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Example of Load with QVD Files</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Example-of-Load-with-QVD-Files/m-p/1078951#M1715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven and Vegar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I completely agree with Vegar and that is how we do for our company. The only thing I would add to that, is that we create different extractions and set of QVDs for each business area of the company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;We created a QVF to extract sales that from different sources every hour. In this QVF we combined all extracts for sales in different tabs to organize.&lt;/P&gt;&lt;P&gt;Then we created another QVF extract inventory data every day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Separating your extracts by creating different QVFs, you don't have to run all extracts every time if it is not necessary, avoiding over loading the server memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 21:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Example-of-Load-with-QVD-Files/m-p/1078951#M1715</guid>
      <dc:creator>luizcdepaula</dc:creator>
      <dc:date>2016-03-15T21:13:14Z</dc:date>
    </item>
  </channel>
</rss>

