<?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: Load data from QVD/QVS in QVW in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1591120#M595497</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would load both tables in different files and join them in Qlik.&lt;/P&gt;&lt;P&gt;But be careful if you try this in Qlik:&lt;/P&gt;&lt;P&gt;load * from header_*.qvd;&lt;/P&gt;&lt;P&gt;left join load * from lines_*.qvd;&lt;/P&gt;&lt;P&gt;in some versions you only will get a join result for the first line-qvd that is load.&lt;/P&gt;&lt;P&gt;better do this:&lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;load * from header_*.qvd;&lt;/P&gt;&lt;P&gt;lines:&lt;/P&gt;&lt;P&gt;load * from lines_*.qvd;&lt;/P&gt;&lt;P&gt;left join (header) load * resident lines;&lt;/P&gt;&lt;P&gt;drop table lines;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2019 14:53:40 GMT</pubDate>
    <dc:creator>martinpohl</dc:creator>
    <dc:date>2019-06-12T14:53:40Z</dc:date>
    <item>
      <title>Load data from QVD/QVS in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1590898#M595492</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I tried, for the first time, to realize an incremental load of the data.&lt;/P&gt;&lt;P&gt;As a newbie in QlikView, I took this &lt;A href="https://community.qlik.com/t5/QlikView-Documents/Incremental-load-for-beginner-with-example/ta-p/1486886" target="_self"&gt;topic&lt;/A&gt;&amp;nbsp;as main support in order to be able to have a first version of the incremental load.&lt;/P&gt;&lt;P&gt;&amp;nbsp;In total, I stored two qvs files and one qvd file during the process of the incremental load.&lt;/P&gt;&lt;P&gt;Now, the next step is to build my report (like an user interface).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But, I don't know what file I should take to load all the data (i.e. the history and the new data) ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please could you help me to understand thanks to the link above.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1590898#M595492</guid>
      <dc:creator>Black_Hole</dc:creator>
      <dc:date>2024-11-16T03:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from QVD/QVS in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1590935#M595493</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if you scripted like in the marked topic, there is only one file of data ,it's the .qvd&lt;/P&gt;&lt;P&gt;New datas are loaded from your source, existsting datas from the existing qvd are concatenated (attached) to the datas and stored into the qvd again.&lt;/P&gt;&lt;P&gt;.qvs is only a script file.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 11:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1590935#M595493</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2019-06-12T11:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from QVD/QVS in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1590971#M595494</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28859"&gt;@martinpohl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;P&gt;So, to load the data I will use the qvd, I understand.&lt;/P&gt;&lt;P&gt;But, there is something that I'm still confused.&lt;/P&gt;&lt;P&gt;I would like to know at which moment, we will use the qvs.&lt;/P&gt;&lt;P&gt;I don't see clearly how the part&amp;nbsp; with concatenation is used in the process (it's the file named increm2 in the &lt;A href="https://community.qlik.com/t5/QlikView-Documents/Incremental-load-for-beginner-with-example/ta-p/1486886" target="_self"&gt;topic&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please could you help me to understand the different steps of the incremental load.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that my request is clearly formulated.&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 12:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1590971#M595494</guid>
      <dc:creator>Black_Hole</dc:creator>
      <dc:date>2019-06-12T12:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from QVD/QVS in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1591071#M595495</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in .qvs you only store script.&lt;/P&gt;&lt;P&gt;So I think in qvs1 you store your "old" datas and then you never need this.&lt;/P&gt;&lt;P&gt;After that you load your new datas and store this script into qvs2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For incremental load you&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. load your actual datas from datasource&lt;/P&gt;&lt;P&gt;2. add existing datas from your .qvd (but not existing numbers from your datasource)&lt;/P&gt;&lt;P&gt;3. store all datas into your qvd&lt;/P&gt;&lt;P&gt;With this type of incremental you load actual datas from datasource add old datas and store them. With " existing numbers" I mean eg order number and line because only this combination detect an individual line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also you can load datas in loops&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;your datas from your source where year = year (today())&lt;/P&gt;&lt;P&gt;store these datas into file_year (eg file_2019)&lt;/P&gt;&lt;P&gt;and then loop with year -1 and store datas into year-1 (eg file_2018)&lt;/P&gt;&lt;P&gt;This loop you can do if lines never been corrected eg invoices. By law, an invoice is corrected by another invoice with negative values, but never an existing line.&lt;/P&gt;&lt;P&gt;Then you can load * from file_*.qvd into your datamodel to load all datas from all years.&lt;/P&gt;&lt;P&gt;There are many topics for this theme in Qommunity.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 13:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1591071#M595495</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2019-06-12T13:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from QVD/QVS in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1591108#M595496</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28859"&gt;@martinpohl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you very much for this detailed explanation.&lt;/P&gt;&lt;P&gt;I understand better the process of the incremental load.&lt;/P&gt;&lt;P&gt;I have a last question about this subject.&lt;/P&gt;&lt;P&gt;If I want to join two massive tables.&lt;/P&gt;&lt;P&gt;The best practice and optimum way to join these tables:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is it to join these two tables in the same qvd ? &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Or to create two incremental loads for the two tables (so two qvd files) and another qvd file to join these two tables?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please could you advise me and if it is possible to share an example.&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 14:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1591108#M595496</guid>
      <dc:creator>Black_Hole</dc:creator>
      <dc:date>2019-06-12T14:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from QVD/QVS in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1591120#M595497</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would load both tables in different files and join them in Qlik.&lt;/P&gt;&lt;P&gt;But be careful if you try this in Qlik:&lt;/P&gt;&lt;P&gt;load * from header_*.qvd;&lt;/P&gt;&lt;P&gt;left join load * from lines_*.qvd;&lt;/P&gt;&lt;P&gt;in some versions you only will get a join result for the first line-qvd that is load.&lt;/P&gt;&lt;P&gt;better do this:&lt;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;load * from header_*.qvd;&lt;/P&gt;&lt;P&gt;lines:&lt;/P&gt;&lt;P&gt;load * from lines_*.qvd;&lt;/P&gt;&lt;P&gt;left join (header) load * resident lines;&lt;/P&gt;&lt;P&gt;drop table lines;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 14:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1591120#M595497</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2019-06-12T14:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from QVD/QVS in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1591129#M595498</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28859"&gt;@martinpohl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank for your reply.&lt;/P&gt;&lt;P&gt;I tried it. But, I have an error message&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;Table not found error&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Table 'ID' not found&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INNER JOIN(ID) LOAD * FROM TEMP&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;Below my script:&lt;/P&gt;&lt;P&gt;MAIN:&lt;BR /&gt;LOAD * FROM $(QVDPath)Incr1.qvd (qvd);&lt;/P&gt;&lt;P&gt;TEMP:&lt;BR /&gt;LOAD * FROM $(QVDPath)Incr2.qvd (qvd);&lt;BR /&gt;INNER JOIN(ID) LOAD * FROM TEMP;&lt;/P&gt;&lt;P&gt;Please you help me how I can correct this issue.&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 15:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1591129#M595498</guid>
      <dc:creator>Black_Hole</dc:creator>
      <dc:date>2019-06-12T15:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from QVD/QVS in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1591363#M595499</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;change this line&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;INNER JOIN(ID) LOAD * FROM TEMP;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;to&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;INNER JOIN(MAIN) LOAD * FROM TEMP;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The value in () is not the field it is joined by, it is the table the datas are joined to,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The fields which are joined are like in a datamodel all fields in both tables with the same fieldname.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 06:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1591363#M595499</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2019-06-13T06:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from QVD/QVS in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1591639#M595500</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28859"&gt;@martinpohl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I changed it as you suggested above and the result is correct now.&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 13:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-QVD-QVS-in-QVW/m-p/1591639#M595500</guid>
      <dc:creator>Black_Hole</dc:creator>
      <dc:date>2019-06-13T13:35:45Z</dc:date>
    </item>
  </channel>
</rss>

