<?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 qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/qvd/m-p/347672#M128668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sokkrn. Your reply was quite helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 May 2012 18:44:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-26T18:44:11Z</dc:date>
    <item>
      <title>qvd</title>
      <link>https://community.qlik.com/t5/QlikView/qvd/m-p/347669#M128665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is qvd file in qlikview ??, what are the advantages of it ??&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2012 10:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd/m-p/347669#M128665</guid>
      <dc:creator />
      <dc:date>2012-03-12T10:24:54Z</dc:date>
    </item>
    <item>
      <title>qvd</title>
      <link>https://community.qlik.com/t5/QlikView/qvd/m-p/347670#M128666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is usefully to historiicze your data. your data recharge will be more more faster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2012 10:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd/m-p/347670#M128666</guid>
      <dc:creator />
      <dc:date>2012-03-12T10:30:02Z</dc:date>
    </item>
    <item>
      <title>qvd</title>
      <link>https://community.qlik.com/t5/QlikView/qvd/m-p/347671#M128667</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;H1&gt;&lt;A name="kanchor941"&gt;&lt;/A&gt;QVD Files&lt;/H1&gt;&lt;P&gt;A QVD (QlikView Data) file is a file containing a table of data exported from QlikView. QVD is a native QlikView format and can only be written to and read by QlikView. The file format is optimized for speed when reading data from a QlikView script but it is still very compact. Reading data from a QVD file is typically 10-100 times faster than reading from other data sources. &lt;/P&gt;&lt;P&gt;QVD files can be read in two modes, standard (fast) and super-fast. The selected mode is determined automatically by the QlikView script engine. Super-fast mode can be utilized only when all fields or a subset thereof are read without any transformations (formulas acting upon the fields), though the renaming of fields is allowed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A QVD file holds exactly one data table and consists of three parts:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;A well formed XML header (in UTF-8 char set) describing the fields in the table, the layout of the subsequent information and some other meta-data. &lt;/LI&gt;&lt;LI&gt;Symbol tables in a byte stuffed format. &lt;/LI&gt;&lt;LI&gt;Actual table data in a bit-stuffed format. &lt;/LI&gt;&lt;/OL&gt;&lt;H2&gt;Purpose of QVD Files&lt;/H2&gt;&lt;P&gt;QVD files can be used for many purposes. At least four major uses can be easily identified. More than one may apply in any given situation:&lt;/P&gt;&lt;H3&gt;Increasing Load Speed&lt;/H3&gt;&lt;P style="margin-top: 4pt;"&gt;By buffering non-changing or slowly changing blocks of input data in QVD files, script execution becomes considerably faster for large data sets. &lt;/P&gt;&lt;H3&gt;Decreasing Load on Database Servers&lt;/H3&gt;&lt;P style="margin-top: 4pt;"&gt;The amount of data fetched from external data sources can also be greatly reduced. This reduces work load on external databases and network traffic. Furthermore, when several QlikView scripts share the same data it is only necessary to load it once from the source database. The other applications can make use of the same data via a QVD file. &lt;/P&gt;&lt;H3&gt;Consolidating Data from Multiple QlikView Applications&lt;/H3&gt;&lt;P style="margin-top: 4pt;"&gt;With the &lt;A _jive_internal="true" class="MCXref_0" href="https://community.qlik.com/Binary.htm"&gt;&lt;EM&gt;Binary&lt;/EM&gt;&lt;/A&gt; script statement it is limited to loading data from a single QlikView application into another one, but with QVD files a QlikView script can combine data from any number of QlikView applications. This opens up possibilities e.g. for applications consolidating similar data from different business units etc. &lt;/P&gt;&lt;H3&gt;Incremental Load&lt;/H3&gt;&lt;P style="margin-top: 4pt;"&gt;In many common cases the QVD functionality can be used for facilitating incremental load, i.e. exclusively loading new records from a growing database. &lt;/P&gt;&lt;P class="Bullet"&gt;To learn more about the use of QVD files and Incremental Load, follow the link below:&lt;/P&gt;&lt;P style="margin-top: 4pt;"&gt;&lt;A _jive_internal="true" class="MCXref_0" href="https://community.qlik.com/QVD_Incremental.htm"&gt;&lt;EM&gt;Using QVD Files for Incremental Load&lt;/EM&gt;&lt;/A&gt; &lt;/P&gt;&lt;H2&gt;Create QVD Files&lt;/H2&gt;&lt;P style="margin-top: 4pt;"&gt;A QVD file can be created by one of three different methods:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Explicit creation and naming from script by means of the &lt;A _jive_internal="true" class="MCXref_0" href="https://community.qlik.com/Store.htm"&gt;&lt;EM&gt;Store&lt;/EM&gt;&lt;/A&gt; command. Simply state in the script that a previously read table or part thereof is to be exported to an explicitly named file at a location of your choice. &lt;/LI&gt;&lt;LI&gt;Automatic creation and maintenance from script. By preceding a &lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt; or &lt;SPAN class="Bold"&gt;select&lt;/SPAN&gt; statement with the&lt;A _jive_internal="true" class="MCXref_0" href="https://community.qlik.com/Buffer.htm"&gt;&lt;EM&gt;Buffer&lt;/EM&gt;&lt;/A&gt; prefix, QlikView will automatically create a QVD file which under certain conditions can be used instead of the original data source when reloading data. &lt;/LI&gt;&lt;LI&gt;Explicit, manual creation and naming from layout or via &lt;A _jive_internal="true" class="MCXref_0" href="https://community.qlik.com/Internal_Macro_Interpreter.htm"&gt;&lt;EM&gt;Internal Macro Interpreter&lt;/EM&gt;&lt;/A&gt;. Data can be exported from the QlikView layout via GUI commands or Automation macros. In the GUI you will find QVD as one of the possible export formats under the &lt;SPAN class="Bold"&gt;Export...&lt;/SPAN&gt; command, found on the object menu of most sheet objects. &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;There is no difference between the resulting QVD files, e.g. with regard to reading speed etc. &lt;/P&gt;&lt;H2&gt;Reading Data from QVD Files&lt;/H2&gt;&lt;P style="margin-top: 4pt;"&gt;A QVD file can be read into or accessed by QlikView by the following methods:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Loading a QVD file as an explicit data source. QVD files can be referenced by a &lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt; statement in the QlikView script just like any other type of text files (csv, fix, dif, biff etc). The &lt;A _jive_internal="true" class="MCXref_0" href="https://community.qlik.com/File_Wizard_Type.htm"&gt;&lt;EM&gt;File Wizard: Type&lt;/EM&gt;&lt;/A&gt; handles QVD files by the same principles. &lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="margin-top: 4pt; font-weight: bold;"&gt;load * from xyz.qvd (qvd);&lt;/P&gt;&lt;P style="margin-top: 4pt; font-weight: bold;"&gt;load Name, RegNo from xyz.qvd (qvd);&lt;/P&gt;&lt;P style="margin-top: 4pt; font-weight: bold;"&gt;load Name as a, RegNo as b from xyz.qvd (qvd);&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Automatic loading of buffered QVD files. When using the &lt;A _jive_internal="true" class="MCXref_0" href="https://community.qlik.com/Buffer.htm"&gt;&lt;EM&gt;Buffer&lt;/EM&gt;&lt;/A&gt; prefix on &lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt; or &lt;SPAN class="Bold"&gt;select&lt;/SPAN&gt; statements, no explicit statements for reading are necessary. QlikView will determine the extent to which it will use data from the QVD file as opposed to acquiring data via the original &lt;SPAN class="Bold"&gt;load&lt;/SPAN&gt; or &lt;SPAN class="Bold"&gt;select&lt;/SPAN&gt; statement. &lt;/LI&gt;&lt;LI&gt;Accessing QVD files via the script. A number of script functions (all beginning with &lt;SPAN class="Bold"&gt;qvd&lt;/SPAN&gt;) can be used for retrieving various information on the data found in the XML header of a QVD file. These functions are presented under the &lt;A _jive_internal="true" class="MCXref_0" href="https://community.qlik.com/File_functions.htm"&gt;&lt;EM&gt;File Functions in Script&lt;/EM&gt;&lt;/A&gt; functions. &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;P&gt;**Source: Copy from help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn Cheav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2012 10:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd/m-p/347671#M128667</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2012-03-12T10:30:23Z</dc:date>
    </item>
    <item>
      <title>qvd</title>
      <link>https://community.qlik.com/t5/QlikView/qvd/m-p/347672#M128668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sokkrn. Your reply was quite helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 May 2012 18:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd/m-p/347672#M128668</guid>
      <dc:creator />
      <dc:date>2012-05-26T18:44:11Z</dc:date>
    </item>
    <item>
      <title>qvd</title>
      <link>https://community.qlik.com/t5/QlikView/qvd/m-p/347673#M128669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please be sure to mark correct answers so the thread appears complete to those looking. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 May 2012 21:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd/m-p/347673#M128669</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-05-26T21:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: qvd</title>
      <link>https://community.qlik.com/t5/QlikView/qvd/m-p/347674#M128670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can now use Advanced ETL Processor (AETL) to load QVD files into the database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://www.etl-tools.com/articles/datawarehousing/loading-qvd-files-into-the-database.html" title="http://www.etl-tools.com/articles/datawarehousing/loading-qvd-files-into-the-database.html"&gt;http://www.etl-tools.com/articles/datawarehousing/loading-qvd-files-into-the-database.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AETL works wih 27 datasources and 22 data targers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 09:43:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd/m-p/347674#M128670</guid>
      <dc:creator>etl_tools</dc:creator>
      <dc:date>2012-09-10T09:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: qvd</title>
      <link>https://community.qlik.com/t5/QlikView/qvd/m-p/347675#M128671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QVD is a proprietary file format provided by QlikView for storage,QVD files are stored in the file system.&lt;/P&gt;&lt;P&gt;Only QlikView software can read and write to QVD files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QVX is in an open format performance file for storage of QlikView data. A customer or third party can create QVX files on any platform, without needing Qlikview software. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;QVD files will typically load faster than a QVX file.&lt;/P&gt;&lt;P&gt;QVD is qlik view database files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 06:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd/m-p/347675#M128671</guid>
      <dc:creator />
      <dc:date>2013-03-14T06:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: qvd</title>
      <link>https://community.qlik.com/t5/QlikView/qvd/m-p/347676#M128672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QVD is a proprietary file format provided by QlikView for storage,QVD files are stored in the file system.&lt;/P&gt;&lt;P&gt;Only QlikView software can read and write to QVD files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QVX is in an open format performance file for storage of QlikView data. A customer or third party can create QVX files on any platform, without needing Qlikview software. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;QVD files will typically load faster than a QVX file.&lt;/P&gt;&lt;P&gt;QVD is qlik view database files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 06:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd/m-p/347676#M128672</guid>
      <dc:creator />
      <dc:date>2013-03-14T06:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: qvd</title>
      <link>https://community.qlik.com/t5/QlikView/qvd/m-p/347677#M128673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QVD is a proprietary file format provided by QlikView for storage,QVD files are stored in the file system.&lt;/P&gt;&lt;P&gt;Only QlikView software can read and write to QVD files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QVX is in an open format performance file for storage of QlikView data. A customer or third party can create QVX files on any platform, without needing Qlikview software. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;QVD files will typically load faster than a QVX file.&lt;/P&gt;&lt;P&gt;QVD is qlik view database files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 06:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd/m-p/347677#M128673</guid>
      <dc:creator />
      <dc:date>2013-03-14T06:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: qvd</title>
      <link>https://community.qlik.com/t5/QlikView/qvd/m-p/347678#M128674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; You will get all details in Qlikview help for Qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor942"&gt;&lt;/A&gt;QVD Files&lt;/H1&gt;&lt;P&gt;A QVD (QlikView Data) file is a file containing a table of data exported from QlikView. QVD is a native QlikView format and can only be written to and read by QlikView. The file format is optimized for speed when reading data from a QlikView script but it is still very compact. Reading data from a QVD file is typically 10-100 times faster than reading from other data sources. &lt;/P&gt;&lt;P&gt;QVD files can be read in two modes: standard (fast) and optimized (faster). The selected mode is determined automatically by the QlikView script engine. Optimized mode can be utilized only when all loaded fields are read without any transformations (formulas acting upon the fields), though the renaming of fields is allowed. A WHERE clause causing QlikView to unpack the records will also disable the optimized load.&lt;/P&gt;&lt;P&gt;A QVD file holds exactly one data table and consists of three parts:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;A well formed XML header (in UTF-8 char set) describing the fields in the table, the layout of the subsequent information and some other meta-data. &lt;/LI&gt;&lt;LI&gt;Symbol tables in a byte stuffed format. &lt;/LI&gt;&lt;LI&gt;Actual table data in a bit-stuffed format. &lt;/LI&gt;&lt;/OL&gt;&lt;H2&gt;Purpose of QVD Files&lt;/H2&gt;&lt;P&gt;QVD files can be used for many purposes. At least four major uses can be easily identified. More than one may apply in any given situation:&lt;/P&gt;&lt;H3&gt;Increasing Load Speed&lt;/H3&gt;&lt;P style="margin-top: 4pt;"&gt;By buffering non-changing or slowly changing blocks of input data in QVD files, script execution becomes considerably faster for large data sets. &lt;/P&gt;&lt;H3&gt;Decreasing Load on Database Servers&lt;/H3&gt;&lt;P style="margin-top: 4pt;"&gt;The amount of data fetched from external data sources can also be greatly reduced. This reduces work load on external databases and network traffic. Furthermore, when several QlikView scripts share the same data it is only necessary to load it once from the source database into a QVD file. The other applications can make use of the same data via this QVD file. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 07:09:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd/m-p/347678#M128674</guid>
      <dc:creator>nayanpatel</dc:creator>
      <dc:date>2013-03-14T07:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: qvd</title>
      <link>https://community.qlik.com/t5/QlikView/qvd/m-p/347679#M128675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;QVD is a native QlikView format and can only be written to and read by QlikView. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;should be&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"QVD is a native QlikView format and can be written to and read by QlikView. and other tools"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 16:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qvd/m-p/347679#M128675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-16T16:52:39Z</dc:date>
    </item>
  </channel>
</rss>

