<?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 Append QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Append-QVD/m-p/241703#M92096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;replace your&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;'Concatenate' with 'Concatenate(BSEG)'.&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 10pt;"&gt;Regards, tresesco&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2011 12:18:30 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2011-03-08T12:18:30Z</dc:date>
    <item>
      <title>Append QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Append-QVD/m-p/241702#M92095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to append my qvd's so that I can add the previous day's data.&lt;BR /&gt;&lt;BR /&gt;I always seem to get either of 2 issues when I try working this code.&lt;BR /&gt;&lt;BR /&gt;1. The QVD concatenates the new fields with the old but all the old fields are renamed as BSEG-1…. Instead of BSEG&lt;BR style="mso-special-character: line-break;" /&gt;&lt;BR style="mso-special-character: line-break;" /&gt;&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none;"&gt;2. The fields are all the same name however old the new data is in the QVD.&lt;BR /&gt;&lt;BR /&gt;This is the code that I am working with:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;BSEG:&lt;BR style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none;" /&gt;&lt;B&gt;SQL&lt;/B&gt;&lt;BR style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none;" /&gt;SELECT&lt;BR style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none;" /&gt;*&lt;BR style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none;" /&gt;FROM BSEG&lt;BR style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none;" /&gt;WHERE creation_date &amp;gt;= sysdate -1&lt;BR style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none;" /&gt;and creation_date &amp;lt; sysdate;&lt;BR style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none;" /&gt;Concatenate&lt;BR style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none;" /&gt;&lt;B&gt;LOAD&lt;/B&gt;&lt;BR style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none;" /&gt;BSEG.ID,&lt;BR style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none;" /&gt;BSEG.CREATION_DATE&lt;BR style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none;" /&gt;FROM&lt;BR style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none;" /&gt;data\BSEG.qvd&lt;BR style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none;" /&gt;(qvd)&lt;BR style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none;" /&gt;where not exists(BSEG.ID);&lt;BR style="line-height: normal; margin: 0cm 0cm 0pt; mso-layout-grid-align: none;" /&gt;&lt;B&gt;STORE&lt;/B&gt; BSEG INTO data\BSEG_NEW.qvd(qvd);&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR style="mso-special-character: line-break;" /&gt;&lt;BR style="mso-special-character: line-break;" /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I have tried using only the &amp;gt;= in the where clause and I have overwriting the current qvd and storing in a new qvd to see if the all the data is there but the same issues keep happening.&lt;BR /&gt;&lt;BR /&gt;I really can't seem to get the desired result, can anyone help me?&lt;BR /&gt;&lt;BR /&gt;Any help is much appreciated, thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 11:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-QVD/m-p/241702#M92095</guid>
      <dc:creator />
      <dc:date>2011-03-08T11:57:59Z</dc:date>
    </item>
    <item>
      <title>Append QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Append-QVD/m-p/241703#M92096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;replace your&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;'Concatenate' with 'Concatenate(BSEG)'.&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;line-height:normal;mso-layout-grid-align:none;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 10pt;"&gt;Regards, tresesco&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 12:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Append-QVD/m-p/241703#M92096</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2011-03-08T12:18:30Z</dc:date>
    </item>
  </channel>
</rss>

