<?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 Missing data when concatenating from QVD file in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Missing-data-when-concatenating-from-QVD-file/m-p/49409#M3331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We want to do an incremental load from a QVD file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a first step we store all data in a QVD file:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15253517482543082" jivemacro_uid="_15253517482543082"&gt;
&lt;P&gt;STORE Table INTO '$(QVDPath)' (qvd);&lt;/P&gt;





&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as we can tell this step works. For subsequent runs of the load script we want to retrieve all data that has been changed since the last run and concatenate it with the existing data from the QVD file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15253498138379019" jivemacro_uid="_15253498138379019"&gt;
&lt;P&gt;Concatenate LOAD * FROM '$(QVDPath)' (qvd) WHERE NOT Exists(public_id);&lt;/P&gt;










&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We followed the examples in this file, particularly case 3 (Insert and Update (No Delete)): &lt;A href="https://help.qlik.com/en-US/sense/1.1/Subsystems/Hub/Content/LoadData/UsingQVDFilesIncrementalLoad.htm" title="https://help.qlik.com/en-US/sense/1.1/Subsystems/Hub/Content/LoadData/UsingQVDFilesIncrementalLoad.htm"&gt;https://help.qlik.com/en-US/sense/1.1/Subsystems/Hub/Content/LoadData/UsingQVDFilesIncrementalLoad.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the load script has finished we're missing 300,000 out of 8,300,000 records. Any idea what we could have overlooked?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[NB we're running Qlik Sense 2.2.4]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2018 12:55:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-03T12:55:54Z</dc:date>
    <item>
      <title>Missing data when concatenating from QVD file</title>
      <link>https://community.qlik.com/t5/App-Development/Missing-data-when-concatenating-from-QVD-file/m-p/49409#M3331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We want to do an incremental load from a QVD file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a first step we store all data in a QVD file:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15253517482543082" jivemacro_uid="_15253517482543082"&gt;
&lt;P&gt;STORE Table INTO '$(QVDPath)' (qvd);&lt;/P&gt;





&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as we can tell this step works. For subsequent runs of the load script we want to retrieve all data that has been changed since the last run and concatenate it with the existing data from the QVD file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15253498138379019" jivemacro_uid="_15253498138379019"&gt;
&lt;P&gt;Concatenate LOAD * FROM '$(QVDPath)' (qvd) WHERE NOT Exists(public_id);&lt;/P&gt;










&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We followed the examples in this file, particularly case 3 (Insert and Update (No Delete)): &lt;A href="https://help.qlik.com/en-US/sense/1.1/Subsystems/Hub/Content/LoadData/UsingQVDFilesIncrementalLoad.htm" title="https://help.qlik.com/en-US/sense/1.1/Subsystems/Hub/Content/LoadData/UsingQVDFilesIncrementalLoad.htm"&gt;https://help.qlik.com/en-US/sense/1.1/Subsystems/Hub/Content/LoadData/UsingQVDFilesIncrementalLoad.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the load script has finished we're missing 300,000 out of 8,300,000 records. Any idea what we could have overlooked?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[NB we're running Qlik Sense 2.2.4]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2018 12:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Missing-data-when-concatenating-from-QVD-file/m-p/49409#M3331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-03T12:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Missing data when concatenating from QVD file</title>
      <link>https://community.qlik.com/t5/App-Development/Missing-data-when-concatenating-from-QVD-file/m-p/49410#M3332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philipp,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont get it, you store a qvd using &lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;'$(QVDPath)' and after you load from the same qvd excluding the files there already there? The result will be zero files right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;But if &lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;'$(QVDPath)' change, try first see the records before concatenate.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2018 17:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Missing-data-when-concatenating-from-QVD-file/m-p/49410#M3332</guid>
      <dc:creator>eduardo_dimperio</dc:creator>
      <dc:date>2018-05-03T17:55:16Z</dc:date>
    </item>
  </channel>
</rss>

