<?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: preceding load with concatenated tables load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643630#M676913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Preceding load will not work in this case. Try the following:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TABLE1:&amp;nbsp; &lt;BR /&gt;LOAD field1,&amp;nbsp; field2,&amp;nbsp; field3;&amp;nbsp; &lt;BR /&gt;SQL SELECT * FROM table1;&amp;nbsp; &lt;/P&gt;&lt;P&gt;CONCATENATE LOAD field1,&amp;nbsp; field2,&amp;nbsp; field3;&amp;nbsp; &lt;BR /&gt;SQL SELECT * FROM table2;&amp;nbsp; &lt;BR /&gt;CONCATENATE LOAD field1,&amp;nbsp; field2,&amp;nbsp; field3;&amp;nbsp; &lt;BR /&gt;SQL SELECT * FROM table3; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE2:&lt;BR /&gt;NOCONCATENATE &lt;BR /&gt;LOAD DISTINCT * RESIDENT TABLE1 &lt;BR /&gt;WHERE field3='A'; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Jun 2014 15:23:04 GMT</pubDate>
    <dc:creator>nagaiank</dc:creator>
    <dc:date>2014-06-08T15:23:04Z</dc:date>
    <item>
      <title>preceding load with concatenated tables load</title>
      <link>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643629#M676912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am combining several tables into one and need to filter on one field together with making sure values are unique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought about using the preceding load and came up with something like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14022394640036925" jivemacro_uid="_14022394640036925" modifiedtitle="true"&gt;
&lt;P&gt;LOAD DISTINCT *&lt;/P&gt;
&lt;P&gt;WHERE field3='A';&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;field1,&lt;/P&gt;
&lt;P&gt;field2,&lt;/P&gt;
&lt;P&gt;field3;&lt;/P&gt;
&lt;P&gt;SQL SELECT * FROM table1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;CONCATENATE LOAD&lt;/P&gt;
&lt;P&gt;field1,&lt;/P&gt;
&lt;P&gt;field2,&lt;/P&gt;
&lt;P&gt;field3;&lt;/P&gt;
&lt;P&gt;SQL SELECT * FROM table2;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;CONCATENATE LOAD&lt;/P&gt;
&lt;P&gt;field1,&lt;/P&gt;
&lt;P&gt;field2,&lt;/P&gt;
&lt;P&gt;field3;&lt;/P&gt;
&lt;P&gt;SQL SELECT * FROM table3;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not working though, because all values in field3 are still available.&lt;/P&gt;&lt;P&gt;What am I missing out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanj you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2014 15:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643629#M676912</guid>
      <dc:creator />
      <dc:date>2014-06-08T15:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: preceding load with concatenated tables load</title>
      <link>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643630#M676913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Preceding load will not work in this case. Try the following:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TABLE1:&amp;nbsp; &lt;BR /&gt;LOAD field1,&amp;nbsp; field2,&amp;nbsp; field3;&amp;nbsp; &lt;BR /&gt;SQL SELECT * FROM table1;&amp;nbsp; &lt;/P&gt;&lt;P&gt;CONCATENATE LOAD field1,&amp;nbsp; field2,&amp;nbsp; field3;&amp;nbsp; &lt;BR /&gt;SQL SELECT * FROM table2;&amp;nbsp; &lt;BR /&gt;CONCATENATE LOAD field1,&amp;nbsp; field2,&amp;nbsp; field3;&amp;nbsp; &lt;BR /&gt;SQL SELECT * FROM table3; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE2:&lt;BR /&gt;NOCONCATENATE &lt;BR /&gt;LOAD DISTINCT * RESIDENT TABLE1 &lt;BR /&gt;WHERE field3='A'; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2014 15:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643630#M676913</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2014-06-08T15:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: preceding load with concatenated tables load</title>
      <link>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643631#M676914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that is indeed working, but I wanted to avoid the extra step of creating a temporary resident table&lt;/P&gt;&lt;P&gt;instead I was trying to use the full benefit of a preceding load; I was under the impression that you could achieve concatenation and use a preceding load&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2014 15:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643631#M676914</guid>
      <dc:creator />
      <dc:date>2014-06-08T15:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: preceding load with concatenated tables load</title>
      <link>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643632#M676915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may be mistaken, but I think you can do it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Distinct&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field1,&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field2,&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field3;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT * FROM table1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WHERE field3='A';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;CONCATENATE &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Distinct&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field1,&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field2,&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field3;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT * FROM table2;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WHERE field3='A';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;CONCATENATE &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Distinct&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field1,&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field2,&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field3;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT * FROM table3;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WHERE field3='A';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2014 17:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643632#M676915</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-06-08T17:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: preceding load with concatenated tables load</title>
      <link>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643633#M676916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Preceding LOAD works with next command only.&lt;/P&gt;&lt;P&gt;In your case, you have three distinct commands.&lt;/P&gt;&lt;P&gt;You can rewrite your SQL like this&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="_jivemacro_uid_14022592460594766 jive_text_macro jive_macro_code" jivemacro_uid="_14022592460594766"&gt;
&lt;P&gt;LOAD &lt;/P&gt;
&lt;P&gt;field1, &lt;/P&gt;
&lt;P&gt;field2, &lt;/P&gt;
&lt;P&gt;field3&lt;/P&gt;
&lt;P&gt;WHERE&amp;nbsp; field3='A'; &lt;/P&gt;
&lt;P&gt;SQL&lt;/P&gt;
&lt;P&gt;SELECT field1, field2,field3; FROM table1; &lt;/P&gt;
&lt;P&gt;UNION &lt;/P&gt;
&lt;P&gt;SELECT field1, field2,field3; FROM table2; &lt;/P&gt;
&lt;P&gt;UNION &lt;/P&gt;
&lt;P&gt;SELECT field1, field2,field3; FROM table3;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2014 20:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643633#M676916</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-06-08T20:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: preceding load with concatenated tables load</title>
      <link>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643634#M676917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good approach to let the database do the distinct by UNION (typos although) but you have to filter in the database or use DISTINCT in LOAD because of there could be still duplicates in field1/field2 combinations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_1402263664307869" jivemacro_uid="_1402263664307869" modifiedtitle="true"&gt;
&lt;P&gt;LOAD field1, field2, field3;&lt;/P&gt;
&lt;P&gt;SQL &lt;/P&gt;
&lt;P&gt;SELECT field1, field2, field3 FROM table1 WHERE field3='A'&amp;nbsp; &lt;/P&gt;
&lt;P&gt;UNION&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;SELECT field1, field2, field3 FROM table2 WHERE field3='A'&amp;nbsp; &lt;/P&gt;
&lt;P&gt;UNION&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;SELECT field1, field2, field3 FROM table3 WHERE field3='A';&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2014 21:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643634#M676917</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-06-08T21:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: preceding load with concatenated tables load</title>
      <link>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643635#M676918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You´re right &lt;A href="https://community.qlik.com/qlik-users/3136"&gt;Ralf Becher&lt;/A&gt; (as usual &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;).&lt;/P&gt;&lt;P&gt;And your solution performs better too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2014 22:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643635#M676918</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-06-08T22:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: preceding load with concatenated tables load</title>
      <link>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643636#M676919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As others have pointed out, it would probably be best to do the where filtering in the SQL. However, to answer the question about preceeding load with concatenate. You can do it, but you must include the preceding load on each load. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD DISTINCT *&amp;nbsp; &lt;/P&gt;&lt;P&gt;WHERE field3='A';&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;field1,&amp;nbsp; &lt;/P&gt;&lt;P&gt;field2,&amp;nbsp; &lt;/P&gt;&lt;P&gt;field3;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SQL SELECT * FROM table1;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD DISTINCT *&amp;nbsp; &lt;/P&gt;&lt;P&gt;WHERE field3='A'; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;field1,&amp;nbsp; &lt;/P&gt;&lt;P&gt;field2,&amp;nbsp; &lt;/P&gt;&lt;P&gt;field3;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SQL SELECT * FROM table2;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final table will be fully distinct. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 01:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643636#M676919</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-06-09T01:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: preceding load with concatenated tables load</title>
      <link>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643637#M676923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am usually going with QVD approach if I have multiple tables to create one table. In your case,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TABLE:&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD field1,&amp;nbsp; field2,&amp;nbsp; field3;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT * FROM table1; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CONCATENATE &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD field1,&amp;nbsp; field2,&amp;nbsp; field3;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT * FROM table2;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CONCATENATE &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD field1,&amp;nbsp; field2,&amp;nbsp; field3;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT * FROM table3;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;STORE TABLE into TABLE.QVD;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table TABLE;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TABLE:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD field1,&amp;nbsp; field2,&amp;nbsp; field3&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TABLE.QVD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(qvd) Where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;field3='A'&lt;/SPAN&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 02:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643637#M676923</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-09T02:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: preceding load with concatenated tables load</title>
      <link>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643638#M676926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so many inputs, thank you guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the end I already resolved it as Rob did.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Rob Wunderlich wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;As others have pointed out, it would probably be best to do the where filtering in the SQL. However, to answer the question about preceeding load with concatenate. You can do it, but you must include the preceding load on each load. &lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed this is true.&lt;/P&gt;&lt;P&gt;The funny thing is that I had to filter on a preceding load, because filtering in the SQL would make the load to crash.&lt;/P&gt;&lt;P&gt;I never realised why, maybe some timeout issues?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 09:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643638#M676926</guid>
      <dc:creator />
      <dc:date>2014-06-09T09:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: preceding load with concatenated tables load</title>
      <link>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643639#M676928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe filtering into your SQL can lead to a 'full table scan'.&lt;/P&gt;&lt;P&gt;Please contact your Database Administrator and discuss your SQL´s with him analysing the execution plan of each SQL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 12:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643639#M676928</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-06-09T12:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: preceding load with concatenated tables load</title>
      <link>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643640#M676930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already did so, but bewilderment and no suggestion came only from his side.&lt;/P&gt;&lt;P&gt;I got a tip from a colleague to try with a preceding load and it worked better.&lt;/P&gt;&lt;P&gt;This why my stubbornness to do the above with preceding loads &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 12:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/preceding-load-with-concatenated-tables-load/m-p/643640#M676930</guid>
      <dc:creator />
      <dc:date>2014-06-10T12:45:31Z</dc:date>
    </item>
  </channel>
</rss>

