<?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: Keep with concatenate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Keep-with-concatenate/m-p/562856#M693619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, it works. I wanted to use keep because its more flexible. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Aug 2013 11:01:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-07T11:01:16Z</dc:date>
    <item>
      <title>Keep with concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-with-concatenate/m-p/562851#M693614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody.&lt;/P&gt;&lt;P&gt;Is it possible to concatenate tables, which were loaded with keep prefix? My script is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For i&amp;nbsp; = 1 to 4&lt;/P&gt;&lt;P&gt;Tab:&lt;/P&gt;&lt;P&gt;Left(keep) &lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field1&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; file&lt;EM&gt;$(i)&lt;/EM&gt;.txt&lt;/P&gt;&lt;P&gt;next i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is that QlikView creates 4 different tables Tab-1 Tab-2 Tab-3 Tab-4 and i need only 1. What is the better way to solve it? &lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 08:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-with-concatenate/m-p/562851#M693614</guid>
      <dc:creator />
      <dc:date>2013-08-07T08:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Keep with concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-with-concatenate/m-p/562852#M693615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why you are using Left(Keep) here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview automatically concatenates(appends) if the tables has same number of fields with same fieldnames.&lt;/P&gt;&lt;P&gt;Can you explain how the table structure looks like once it gets loaded?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 08:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-with-concatenate/m-p/562852#M693615</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-08-07T08:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Keep with concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-with-concatenate/m-p/562853#M693616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;example--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt; load *,&lt;/P&gt;&lt;P&gt;id as idnew&lt;/P&gt;&lt;P&gt; from Tab1;&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;Tab2:&lt;/P&gt;&lt;P&gt; load *,&lt;/P&gt;&lt;P&gt;id as idnew&lt;/P&gt;&lt;P&gt; from Tab2;&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;Tab3:&lt;/P&gt;&lt;P&gt;load * ,&lt;/P&gt;&lt;P&gt;id as idnew&lt;/P&gt;&lt;P&gt;from Tab3;&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;Tab4:&lt;/P&gt;&lt;P&gt;load * ,&lt;/P&gt;&lt;P&gt;id as idnew&lt;/P&gt;&lt;P&gt;from Tab4;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 09:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-with-concatenate/m-p/562853#M693616</guid>
      <dc:creator />
      <dc:date>2013-08-07T09:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Keep with concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-with-concatenate/m-p/562854#M693617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry misprint in code.&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;For i&amp;nbsp; = 1 to 4&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Tab:&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Left keep (cities)&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Load&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 as city,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as population&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;From&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; file&lt;EM&gt;$(i)&lt;/EM&gt;.txt&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;next i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use keep here to load only that cities that were previously loaded in tab "cities".&amp;nbsp; At the end I want to get one table with 2 columns - city and population.&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 09:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-with-concatenate/m-p/562854#M693617</guid>
      <dc:creator />
      <dc:date>2013-08-07T09:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Keep with concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-with-concatenate/m-p/562855#M693618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For i&amp;nbsp; = 1 to 4&lt;/P&gt;&lt;P&gt;Tab:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; field1&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; file&lt;EM&gt;$(i)&lt;/EM&gt;.txt&lt;/P&gt;&lt;P&gt;where exists(cities)&lt;/P&gt;&lt;P&gt;next i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should auto concatenate them, and limit it to the ones already existing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 09:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-with-concatenate/m-p/562855#M693618</guid>
      <dc:creator>calvindk</dc:creator>
      <dc:date>2013-08-07T09:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Keep with concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-with-concatenate/m-p/562856#M693619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, it works. I wanted to use keep because its more flexible. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 11:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-with-concatenate/m-p/562856#M693619</guid>
      <dc:creator />
      <dc:date>2013-08-07T11:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Keep with concatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Keep-with-concatenate/m-p/562857#M693620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;Asummin that you have table with the name cities like below&lt;/P&gt;&lt;P&gt;cities:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; City&lt;/P&gt;&lt;P&gt;FROM Source;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Arial; color: #737373;"&gt;For i&amp;nbsp; = 1 to 4&lt;/P&gt;&lt;P style="font-family: Arial; color: #737373;"&gt;Tab:&lt;/P&gt;&lt;P style="font-family: Arial; color: #737373;"&gt;Left keep (cities)&lt;/P&gt;&lt;P style="font-family: Arial; color: #737373;"&gt;Load&lt;/P&gt;&lt;P style="font-family: Arial; color: #737373;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @1 as city,&lt;/P&gt;&lt;P style="font-family: Arial; color: #737373;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2 as population&lt;/P&gt;&lt;P style="font-family: Arial; color: #737373;"&gt;From&lt;/P&gt;&lt;P style="font-family: Arial; color: #737373;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; file&lt;EM style="font-family: inherit;"&gt;$(i)&lt;/EM&gt;.txt&lt;/P&gt;&lt;P style="font-family: Arial; color: #737373;"&gt;next i&lt;/P&gt;&lt;P style="font-family: Arial; color: #737373;"&gt;&lt;/P&gt;&lt;P style="font-family: Arial; color: #737373;"&gt;Drop table cities;&lt;/P&gt;&lt;P style="font-family: Arial; color: #737373;"&gt;&lt;/P&gt;&lt;P style="font-family: Arial; color: #737373;"&gt;Now Tab table has the data you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 14:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keep-with-concatenate/m-p/562857#M693620</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-08-20T14:56:36Z</dc:date>
    </item>
  </channel>
</rss>

