<?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: Concatenate not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592708#M219772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot guys for your help. I have now resolved it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jan 2014 11:44:53 GMT</pubDate>
    <dc:creator>Gabriel</dc:creator>
    <dc:date>2014-01-31T11:44:53Z</dc:date>
    <item>
      <title>Concatenate not working</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592700#M219764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me?&lt;/P&gt;&lt;P&gt;what am not doing right or doing wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I have 2 tables, &lt;/P&gt;&lt;P&gt;The first table starts with CrossTable&amp;nbsp; which is ok. However when Load Tbl1 and Concatenate Tbl2 then have the Crosstable to transform everything into 1 table, Tbl2 doesn't appear in the final table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tbl1:&lt;/P&gt;&lt;P&gt;Crosstable ([Field List]), Incomp,1)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;'Company ABC' as [Company Name],&lt;/P&gt;&lt;P&gt;x as x,&lt;/P&gt;&lt;P&gt;xx as xx,&lt;/P&gt;&lt;P&gt;xxx as xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resident tablename;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (Tbl1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Company ABC' as [Company Name],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;xxxx as xxxx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;xxxxx as xxxxx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident tablename2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calc_Table:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;[Field List],&lt;/P&gt;&lt;P&gt;Sum(Incomp) as Incomplete,&lt;/P&gt;&lt;P&gt;[Company Name]&lt;/P&gt;&lt;P&gt;Resident Tbl1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table Tbl1;&lt;/P&gt;&lt;P&gt;Drop table &lt;STRONG&gt;tablename2&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this make sense and kindly help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 09:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592700#M219764</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2014-01-31T09:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate not working</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592701#M219765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is the keyword crosstable, you need to read that table again (deleting the first one) and then concatenate with the second:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tbl1:&lt;/P&gt;&lt;P&gt;Crosstable ([Field List]), Incomp,1)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;'Company ABC' as [Company Name],&lt;/P&gt;&lt;P&gt;x as x,&lt;/P&gt;&lt;P&gt;xx as xx,&lt;/P&gt;&lt;P&gt;xxx as xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resident tablename;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TTT:&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;load * resident Tbl1;&lt;/P&gt;&lt;P&gt;drop table tbl1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (Tbl1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Company ABC' as [Company Name],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;xxxx as xxxx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;xxxxx as xxxxx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident tablename2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hoèpe it helps&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 09:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592701#M219765</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-01-31T09:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate not working</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592702#M219766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabriel,&lt;/P&gt;&lt;P&gt;You can't do any &lt;STRONG&gt;join or concatenate&lt;/STRONG&gt; operation., when you are using &lt;STRONG&gt;crosstable&lt;/STRONG&gt; function.&lt;/P&gt;&lt;P&gt;You need to take a &lt;STRONG&gt;resident&lt;/STRONG&gt; then you do what ever you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 09:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592702#M219766</guid>
      <dc:creator>jvishnuram</dc:creator>
      <dc:date>2014-01-31T09:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate not working</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592703#M219767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;However when I take the resident and reload, I have Sync key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 10:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592703#M219767</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2014-01-31T10:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate not working</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592704#M219768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;You need to drop the main table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 10:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592704#M219768</guid>
      <dc:creator>jvishnuram</dc:creator>
      <dc:date>2014-01-31T10:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate not working</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592705#M219769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my example when you reload the first table (the one with crosstable) you have to write Noconcatenate and after reloaded you have to drop it, look at my previou example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 10:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592705#M219769</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-01-31T10:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate not working</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592706#M219770</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;In my example above, table 2 is not appearing in the final table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 10:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592706#M219770</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2014-01-31T10:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate not working</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592707#M219771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I trucated your script because the following (from calc_table on) was correct, you had only to cange tables names&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 10:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592707#M219771</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-01-31T10:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate not working</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592708#M219772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot guys for your help. I have now resolved it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 11:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-not-working/m-p/592708#M219772</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2014-01-31T11:44:53Z</dc:date>
    </item>
  </channel>
</rss>

