<?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: Data loss when concatenate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018030#M1315762</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This code will not concatenate your tables, are you expecting it to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must admit I am a little confused with your code and where you are creating your concatenated tables and checking the year field and flag fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Apr 2016 16:49:02 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-04-26T16:49:02Z</dc:date>
    <item>
      <title>Data loss when concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018023#M1315753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello comunity,&lt;/P&gt;&lt;P&gt;Please help with this problem.&lt;/P&gt;&lt;P&gt;I have 2 qvd files I want to concatenate.&lt;/P&gt;&lt;P&gt;QVD1 fileds:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="m.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122647_m.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;QVD2 fields:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="p.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/122654_p.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;to concatenate I use:&lt;/P&gt;&lt;P&gt;final:&lt;/P&gt;&lt;P&gt;load * from qvd1.qvd (qvd);&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load * from qvd2.qvd (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;store final ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;drop final;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The problem is: when I read the &lt;STRONG&gt;final&lt;/STRONG&gt; file the &lt;STRONG&gt;year&lt;/STRONG&gt; and &lt;STRONG&gt;month&lt;/STRONG&gt; &lt;STRONG&gt;flaged&lt;/STRONG&gt; as '&lt;STRONG&gt;P&lt;/STRONG&gt;' are &lt;STRONG&gt;null&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I have a QV Dashboard which calls serveral QVDs, and I use qualify and unqualify.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;qualify *;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;unqualify year, month, productCode, clientCode;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load * from final.qvd (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load * from final2.qvd (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load * from final3.qvd (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load * from final10.qvd (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Notes:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;- QVD1 has almost 14M of rows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;- QVD2 has 4100 rows of rows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018023#M1315753</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Data loss when concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018024#M1315754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;final:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;load * from qvd1.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;concatenate&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;load * from qvd2.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;EM&gt;store final ...&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;And then check the table, you still see year and month values for flag 'P', right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;If you then &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;EM&gt;drop final;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and then just reload the final table from QVD:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;LOAD * FROM final.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You get NULL for year and month when flag = 'P'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 21:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018024#M1315754</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-25T21:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data loss when concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018025#M1315756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Swuehl,&lt;/P&gt;&lt;P&gt;Yes, everything you said is happening to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 21:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018025#M1315756</guid>
      <dc:creator />
      <dc:date>2016-04-25T21:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data loss when concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018026#M1315758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you maybe upload two small sample QVDs and your script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 22:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018026#M1315758</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-25T22:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data loss when concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018027#M1315759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could be a difference in the number of columns between QVD1 and QVD2 as you are using Qualify and Unqualify the same column name might get renamed into a different one and thus showing null onconcatenate . Try loading the 2 QVD's without using the concatenate keyword and&amp;nbsp; Qualify and Unqualify and check the result &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 05:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018027#M1315759</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2016-04-26T05:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data loss when concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018028#M1315760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have made an example that works.&lt;/P&gt;&lt;P&gt;Please check the attachments and the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 05:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018028#M1315760</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2016-04-26T05:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data loss when concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018029#M1315761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying to upload a small example (because QVD1 is almost 200MB) using those QVD files, but:&lt;/P&gt;&lt;P&gt;When I create the DB QVW it reads all fields as is, everything looks OK, but in my real DB the 'year' and 'month' fields appears as null when Flag is 'P'. It is a little rare that in one DB (new) works OK, but in my official does not.&lt;/P&gt;&lt;P&gt;I was checking all the field names when concatenate, but all necessary fields have the same name, so they should show in the final's file columns 'year' and 'month'.&lt;/P&gt;&lt;P&gt;I am usign in the Final DB &lt;STRONG&gt;qualify *&lt;/STRONG&gt;, and &lt;STRONG&gt;unqualify (&lt;EM&gt;some common fields between QVDs&lt;/EM&gt;)&lt;/STRONG&gt; because I read several &lt;STRONG&gt;QVD&lt;/STRONG&gt; files. My idea making those &lt;STRONG&gt;unqualified&lt;/STRONG&gt; fields &lt;STRONG&gt;KEYS&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Marked line is where I can´t figure out why Año (year) and Mes (month) appear as null when flag is 'P'.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="lf.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122765_lf.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I started my &lt;STRONG&gt;Final BD&lt;/STRONG&gt; &lt;STRONG&gt;concatenating&lt;/STRONG&gt; all of those QVD files, but the DB was &lt;STRONG&gt;very very...slow&lt;/STRONG&gt; showing the information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 14:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018029#M1315761</guid>
      <dc:creator />
      <dc:date>2016-04-26T14:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data loss when concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018030#M1315762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This code will not concatenate your tables, are you expecting it to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must admit I am a little confused with your code and where you are creating your concatenated tables and checking the year field and flag fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 16:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018030#M1315762</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-26T16:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data loss when concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018031#M1315763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I am not trying to concatenate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 17:00:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loss-when-concatenate/m-p/1018031#M1315763</guid>
      <dc:creator />
      <dc:date>2016-04-26T17:00:35Z</dc:date>
    </item>
  </channel>
</rss>

