<?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 CONCATENATE in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229873#M81754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post your script, so we can have a look?&lt;/P&gt;&lt;P&gt;Rey-man&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Nov 2009 23:11:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-02T23:11:03Z</dc:date>
    <item>
      <title>CONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229872#M81753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I HAVE A PROBLEM WITH THE CONCATENATE ACTION. I´M TRYING TO CONCATENATE TWO QVD, WITH THE SAME NUMBER AND NAME OF FIELDS. I´M RELOADING WITH LIMITED LOAD OF 10. THE RESULT OF THIS CONCATENATE, THROW ME 30 REG. SOMEBODY CAN EXPLAIN ME, WHY DO I HAVE 30 AND NOT 20 REG? THANKS. LUCIANO STRAFACE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 22:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229872#M81753</guid>
      <dc:creator />
      <dc:date>2009-11-02T22:09:00Z</dc:date>
    </item>
    <item>
      <title>CONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229873#M81754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post your script, so we can have a look?&lt;/P&gt;&lt;P&gt;Rey-man&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 23:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229873#M81754</guid>
      <dc:creator />
      <dc:date>2009-11-02T23:11:03Z</dc:date>
    </item>
    <item>
      <title>CONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229874#M81755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;TEMP:&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;MAKEDATE(LEFT(Fecha,4), MID(Fecha,5,2), RIGHT(Fecha,2)) &lt;B&gt;AS&lt;/B&gt; Fecha&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;maestrousu.qvd (qvd);&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;concatenate&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;Fecha&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;VISA_MAESTRO_USUARIOS_HIST_CITI.QVD (qvd); THANKS&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 23:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229874#M81755</guid>
      <dc:creator />
      <dc:date>2009-11-02T23:20:38Z</dc:date>
    </item>
    <item>
      <title>CONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229875#M81756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;TEMP:&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt; MAKEDATE(LEFT(Fecha,4), MID(Fecha,5,2), RIGHT(Fecha,2)) AS Fecha&lt;BR /&gt;FROM maestrousu.qvd (qvd);&lt;/P&gt;&lt;P&gt;concatenate (TEMP)&lt;/P&gt;&lt;P&gt;LOAD&lt;BR /&gt; Fecha&lt;BR /&gt;FROM VISA_MAESTRO_USUARIOS_HIST_CITI.QVD (qvd);&lt;/P&gt;&lt;P&gt;Talha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 00:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229875#M81756</guid>
      <dc:creator />
      <dc:date>2009-11-03T00:14:52Z</dc:date>
    </item>
    <item>
      <title>CONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229876#M81757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try and I have the same result. If I change de order of the load, I have 20 reg. I dont understand why.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Luciano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 00:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229876#M81757</guid>
      <dc:creator />
      <dc:date>2009-11-03T00:30:57Z</dc:date>
    </item>
    <item>
      <title>CONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229877#M81758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't se from the script that the number of records is limited on load.&lt;BR /&gt;What I'm missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 01:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229877#M81758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-03T01:10:51Z</dc:date>
    </item>
    <item>
      <title>CONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229878#M81759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perhaps the script is being run via Debugger... it might be a glitch in the debugger and the "limited load"&lt;BR /&gt; function. Try loading the whole table ans see if you get the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV id="refHTML"&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 01:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229878#M81759</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-11-03T01:29:18Z</dc:date>
    </item>
    <item>
      <title>CONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229879#M81760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I load the whole table and I dont have the problem. But the size of the qvd is bigger than logic.&lt;/P&gt;&lt;P&gt;I have this two qdv:&lt;/P&gt;&lt;P&gt;VISA_MAESTRO_USUARIOS_HIST_CITI.QVD&lt;/P&gt;&lt;P&gt;1679000 kb&lt;/P&gt;&lt;P&gt;maestrousu.qvd&lt;/P&gt;&lt;P&gt;220406 kb&lt;/P&gt;&lt;P&gt;And the size of the qvd resulting its 3031737 kb. Is this normal?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 01:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229879#M81760</guid>
      <dc:creator />
      <dc:date>2009-11-03T01:39:58Z</dc:date>
    </item>
    <item>
      <title>CONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229880#M81761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, it's hard to operate with KB instead of the number of rows...Would be better if you could get the row counts from all the QVD files and compare them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it doesn't sound right. Examine your script once again:&lt;/P&gt;&lt;P&gt;1. Do you have the same statement repeated twice by mistake?&lt;/P&gt;&lt;P&gt;2. Do you have a previous statement that loads the same set of fields, causing unexpected concatenation?&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 01:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229880#M81761</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-11-03T01:44:49Z</dc:date>
    </item>
    <item>
      <title>CONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229881#M81762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The number of rows of the qvd resulting its the same that if I add the number of rows of the two qvd that I´m trying to concatenate.&lt;/P&gt;&lt;P&gt;The names of the fields are the same in the original qvds.&lt;/P&gt;&lt;P&gt;The number of the fields are the same in the original qvds.&lt;/P&gt;&lt;P&gt;Do you know why is this happening?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 01:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229881#M81762</guid>
      <dc:creator />
      <dc:date>2009-11-03T01:59:52Z</dc:date>
    </item>
    <item>
      <title>CONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229882#M81763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is how CONCATENATE is supposed to work. If you N records in one table, and M records in another, you get N+M records after you concatenate them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 02:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229882#M81763</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-03T02:32:58Z</dc:date>
    </item>
    <item>
      <title>CONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229883#M81764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I know how concatenate supposed to work. I have:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A.QVD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;5 ROWS&lt;/P&gt;&lt;P&gt;1.6 GB&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B.QVD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2 ROWS&lt;/P&gt;&lt;P&gt;0.2 GB&lt;/P&gt;&lt;P&gt;When I concatenate both qvd, I have:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C.QVD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;7 ROWS&lt;/P&gt;&lt;P&gt;3.03 GB&lt;/P&gt;&lt;P&gt;I think is not correct the size of the resulting qvd. Do you believe the opposite? QVD A and qvd B, have the same structure.&lt;/P&gt;&lt;P&gt;In the first post I write that the concatenate of two qvds, limiting de load in 10 rows, throw me 30 rows. Then it is not working well the concatenate function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 03:06:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229883#M81764</guid>
      <dc:creator />
      <dc:date>2009-11-03T03:06:27Z</dc:date>
    </item>
    <item>
      <title>CONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229884#M81765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does sound logical that the same number of rows, when stored into a QVD file, should result in the same (or comparable) QVD size. However, QVD is a proprietary format, optimized for the fastest retrieval of the data. It's very difficult to predict the size of the resulting QVD, because the storage strategy is determined by the QlikView's internal algorithm, with the only goal of optimizing retrieval time. I'll give you a few possible reasons:&lt;/P&gt;&lt;P&gt;1. Maybe the existing QVD files were stored with the previous version of QlikView and maybe the algorithms had changed since?&lt;/P&gt;&lt;P&gt;2. Maybe one of your existing QVD files had only numeric values and the other file has alphanumeric values (or maybe much longer values), and as a result, QlikView decided to increase the length of the field in the resulting table, so that each value now takes up more space?&lt;/P&gt;&lt;P&gt;3. I never checked if the setting "Save Format" in document properties affects the saving of the QVD files... If it does - maybe you saved the first QVD with the higher compression? This is a long shot, but who knows...&lt;/P&gt;&lt;P&gt;Bottom line - if the number of rows is the same, then everything is OK. Why worry about the size of the QVD files? Storage is cheap today... The cost of additional 3 GB isn't worth your time asking the question and my time answering it...&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 03:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229884#M81765</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-11-03T03:48:49Z</dc:date>
    </item>
    <item>
      <title>CONCATENATE</title>
      <link>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229885#M81766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you and forgiveness for waste your time. I am new with this application, and cases like this make me doubt.&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Straface Luciano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2009 04:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CONCATENATE/m-p/229885#M81766</guid>
      <dc:creator />
      <dc:date>2009-11-03T04:15:32Z</dc:date>
    </item>
  </channel>
</rss>

