<?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 Noconcatenate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163393#M36501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Malin,&lt;/P&gt;&lt;P&gt;what's improtent is not that they contain different values , the real question is if the values are the same TYPE&lt;/P&gt;&lt;P&gt;what i dont understand is why you need to put each one in a difrent table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seeems to me they belong in the same logical table (you need to CONCATENATE the)&lt;/P&gt;&lt;P&gt;also if you want you can add a new field on each LOAD that points to the source, lke this&lt;/P&gt;&lt;P&gt;Table_A:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;id ,&lt;/P&gt;&lt;P&gt;q1,&lt;/P&gt;&lt;P&gt;q2,&lt;/P&gt;&lt;P&gt;'Table_A' as Soruce&lt;/P&gt;&lt;P&gt;from;&lt;/P&gt;&lt;P&gt;CONCATENATE&lt;/P&gt;&lt;P&gt;Table_B:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;id ,&lt;/P&gt;&lt;P&gt;q1,&lt;/P&gt;&lt;P&gt;q2,&lt;/P&gt;&lt;P&gt;'Table_B' as Soruce&lt;/P&gt;&lt;P&gt;from;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc......&lt;/P&gt;&lt;P&gt;then you will have one big table containing all the xls tables, with reference to it's origin&lt;/P&gt;&lt;P&gt;Mansyno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Mar 2010 16:31:31 GMT</pubDate>
    <dc:creator>wizardo</dc:creator>
    <dc:date>2010-03-01T16:31:31Z</dc:date>
    <item>
      <title>Noconcatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163385#M36493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all!&lt;/P&gt;&lt;P&gt;I really appreciate your held! could anyone please help me with this?&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;I have created five tables in Excel, these tables look in the same way, but they contain different data.&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;My problem is when I load these tables in the script, QlikView will automatically concatenate these tables. I have tried to use NoConcatenate, but it does not work correctly.&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;When I use F1 for help in the script on NoConcatenate there is an error messages cannot launch the help. Could anyone show me where I should use NoConcatenate in the script?&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;The five tables looks like these.&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Table1:&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Load&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;ID,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q1,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q2,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q3,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q4,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q5,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q6,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q7,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Weight,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Year&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;From;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Table 2:&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Load&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;ID,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q1,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q2,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q3,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q4,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q5,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q6,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q7,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Weight,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Year&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;From;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Table3:&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Load&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;ID,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q1,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q2,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q3,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q4,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q5,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q6,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q7,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Weight,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Year&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;From;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Table 4:&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Load&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;ID,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q1,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q2,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q3,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q4,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q5,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q6,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Q7,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Weight,&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Year&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;From;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;I appreciate your help!&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Best regards&lt;BR /&gt;Malin&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 13:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163385#M36493</guid>
      <dc:creator />
      <dc:date>2010-03-01T13:43:47Z</dc:date>
    </item>
    <item>
      <title>Noconcatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163386#M36494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Malin,&lt;/P&gt;&lt;P&gt;If help fails to load, simply go Help&amp;gt;Contents then index or search as required.&lt;/P&gt;&lt;P&gt;Anyway, the syntax is (from 'Help') is&lt;/P&gt;&lt;P&gt;Load A,B from file1.csv;&lt;/P&gt;&lt;P&gt;noconcatenate load A,B from file2.csv;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 13:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163386#M36494</guid>
      <dc:creator />
      <dc:date>2010-03-01T13:47:29Z</dc:date>
    </item>
    <item>
      <title>Noconcatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163387#M36495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm wll the keyword NOCONCATENATE should work&lt;/P&gt;&lt;P&gt;iv used it many times.&lt;/P&gt;&lt;P&gt;can you explain bit more what you mean by&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;I have tried to use NoConcatenate, but it does not work correctly.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;where did you use the NOCONCATENATE and what did not work?&lt;/P&gt;&lt;P&gt;one problem i can see tho is that once your script is loaded and since qlikview will have 5 difrent tables with all fields matching&lt;/P&gt;&lt;P&gt;you will get 5 seperate table with ALL fields conected to ALL fields&lt;/P&gt;&lt;P&gt;not sure if QV can handle it (depends on tables sizes).&lt;/P&gt;&lt;P&gt;can you post a sample?&lt;/P&gt;&lt;P&gt;Mansyno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 13:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163387#M36495</guid>
      <dc:creator>wizardo</dc:creator>
      <dc:date>2010-03-01T13:55:55Z</dc:date>
    </item>
    <item>
      <title>Noconcatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163388#M36496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gordon!&lt;/P&gt;&lt;P&gt;I am very new (two month) in QlikView, and I have tried to write Noconcatenate Load. in the script, but it does not work. Maybe I am write it in a wrong way. Could you please show me how to use it in the tables above?&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;Malin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 13:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163388#M36496</guid>
      <dc:creator />
      <dc:date>2010-03-01T13:58:29Z</dc:date>
    </item>
    <item>
      <title>Noconcatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163389#M36497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;just put it between each TWO loads&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Table1:&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Load&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;ID,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q1,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q2,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q3,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q4,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q5,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q6,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q7,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Weight,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Year&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;From;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;NOCONCATENATE&lt;BR /&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Table 2:&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Load&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;ID,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q1,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q2,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q3,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q4,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q5,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q6,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q7,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Weight,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Year&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;From;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;NOCONCATENATE&lt;BR /&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Table3:&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Load&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;ID,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q1,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q2,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q3,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q4,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q5,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q6,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q7,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Weight,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Year&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;From;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;NOCONCATENATE&lt;BR /&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Table 4:&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Load&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;ID,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q1,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q2,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q3,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q4,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q5,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q6,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q7,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Weight,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Year&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;From;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 14:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163389#M36497</guid>
      <dc:creator>wizardo</dc:creator>
      <dc:date>2010-03-01T14:03:52Z</dc:date>
    </item>
    <item>
      <title>Noconcatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163390#M36498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done like this before:&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Table1:&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Load&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;ID,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q1,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q2,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q3,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q4,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q5,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q6,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q7,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Weight,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Year&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;From;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Table 2:&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Noconcatenate Load&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;ID,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q1,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q2,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q3,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q4,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q5,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q6,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q7,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Weight,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Year&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;From;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Table3:&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;NoConcatenate Load&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;ID,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q1,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q2,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q3,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q4,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q5,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q6,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q7,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Weight,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Year&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;From;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Table 4:&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;NoConcatenate Load&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;ID,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q1,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q2,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q3,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q4,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q5,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q6,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Q7,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Weight,&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;Year&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;From;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;But when I do this, the Script Execution progress will not close when finish and I have to qlick on the abort button.&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;When I have done that QlikView do not answer any longer.&lt;/P&gt;&lt;P style="margin:0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 14:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163390#M36498</guid>
      <dc:creator />
      <dc:date>2010-03-01T14:52:45Z</dc:date>
    </item>
    <item>
      <title>Noconcatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163391#M36499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is because Qlikview is trying to create synthetic keys across all the fields within all the tables. If the structures really have no common meaning (eg Q1 in Table1 is different type of data to Q2 in Table2) then you will have to rename the fields (or qualify them - see help for that), such as&lt;/P&gt;&lt;P&gt;Q1 as tQ1&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 15:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163391#M36499</guid>
      <dc:creator />
      <dc:date>2010-03-01T15:43:49Z</dc:date>
    </item>
    <item>
      <title>Noconcatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163392#M36500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;I use these tables for questionnaires studies. That's why all tables look the same, but they contain different data. Year is also different. The first table is for year 2003, second table for year 2004 and so on. But maybe the easiest way is to rename it. But it doesn't feel like it is the smooth way? &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;Sorry for all these questions. But I should really appreciate if we maybe could find an elegant way to solve this problem.&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;Best regards&lt;/P&gt;&lt;P style="margin:0cm 0cm 10pt;"&gt;Malin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 16:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163392#M36500</guid>
      <dc:creator />
      <dc:date>2010-03-01T16:07:17Z</dc:date>
    </item>
    <item>
      <title>Noconcatenate</title>
      <link>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163393#M36501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Malin,&lt;/P&gt;&lt;P&gt;what's improtent is not that they contain different values , the real question is if the values are the same TYPE&lt;/P&gt;&lt;P&gt;what i dont understand is why you need to put each one in a difrent table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seeems to me they belong in the same logical table (you need to CONCATENATE the)&lt;/P&gt;&lt;P&gt;also if you want you can add a new field on each LOAD that points to the source, lke this&lt;/P&gt;&lt;P&gt;Table_A:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;id ,&lt;/P&gt;&lt;P&gt;q1,&lt;/P&gt;&lt;P&gt;q2,&lt;/P&gt;&lt;P&gt;'Table_A' as Soruce&lt;/P&gt;&lt;P&gt;from;&lt;/P&gt;&lt;P&gt;CONCATENATE&lt;/P&gt;&lt;P&gt;Table_B:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;id ,&lt;/P&gt;&lt;P&gt;q1,&lt;/P&gt;&lt;P&gt;q2,&lt;/P&gt;&lt;P&gt;'Table_B' as Soruce&lt;/P&gt;&lt;P&gt;from;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc......&lt;/P&gt;&lt;P&gt;then you will have one big table containing all the xls tables, with reference to it's origin&lt;/P&gt;&lt;P&gt;Mansyno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Mar 2010 16:31:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Noconcatenate/m-p/163393#M36501</guid>
      <dc:creator>wizardo</dc:creator>
      <dc:date>2010-03-01T16:31:31Z</dc:date>
    </item>
  </channel>
</rss>

