<?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: Different tables with the same fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792586#M1026311</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matias, I usually solve thing like this concatenating all tables in an unique fact table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FactTable:&lt;/P&gt;&lt;P&gt;LOAD *, orders.date as Date, 'O' as DocType Resident Orders;&lt;/P&gt;&lt;P&gt;Concatenate *, production.date as Date, 'P' as DocType Resident Production;&lt;/P&gt;&lt;P&gt;Concatenate *, Distribution.date as Date 'D' as DocType Resident Distribution;&lt;/P&gt;&lt;P&gt;Concatenate *, sales.date as Date, 'S' as DocType Resident Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Tables Orders, Production, Distribution, Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way selectiong a value of Date, will affect all the tables. It's an example, probably you'll need to do the same twith Product, CostCentre, etc... so there is the same field for all the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a field like DocType can be usefull to filter data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Mar 2015 12:51:37 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2015-03-12T12:51:37Z</dc:date>
    <item>
      <title>Different tables with the same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792585#M1026310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following situation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following tables&lt;/P&gt;&lt;P&gt;1. Orders&lt;/P&gt;&lt;P&gt;2. Production&lt;/P&gt;&lt;P&gt;3. Distribution to stores&lt;/P&gt;&lt;P&gt;4. sales information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In all the tables I have Article numbers, Dates, cost centre and obviously the corresponding figures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have linked the different tables through the Article number and therefore if I filter for an article number it works fine. If I however want to filter for cost centre, I need to take 4 different filters, one for each table and there I would e.g. Filter for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;orders.costcentre = 815&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;production.&lt;SPAN style="font-size: 13.3333330154419px;"&gt;costcentre &lt;/SPAN&gt; = 815&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;distribution&lt;SPAN style="font-size: 13.3333330154419px;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;costcentre&lt;/SPAN&gt; = 815 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;sales&lt;SPAN style="font-size: 13.3333330154419px;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;costcentre&lt;/SPAN&gt; = 815&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;This allows me to compare on a cost centre level. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Is there a way to link the costcentres of the different tables and have only one filter/listtable?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Another problem I have: I have a different date range for production than for distribution and sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;E.g.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;orders.date between 20140801 and 20141231&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;production.date &lt;SPAN style="font-size: 13.3333330154419px;"&gt;between 20141001 and 20141231&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;distribution&lt;SPAN style="font-size: 13.3333330154419px;"&gt;.date &lt;SPAN style="font-size: 13.3333330154419px;"&gt;between 20141101 and 20150131&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;sales&lt;SPAN style="font-size: 13.3333330154419px;"&gt;.date &lt;SPAN style="font-size: 13.3333330154419px;"&gt;between 20150101 and 20150228&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 12:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792585#M1026310</guid>
      <dc:creator>sprqlikview</dc:creator>
      <dc:date>2015-03-12T12:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Different tables with the same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792586#M1026311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matias, I usually solve thing like this concatenating all tables in an unique fact table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FactTable:&lt;/P&gt;&lt;P&gt;LOAD *, orders.date as Date, 'O' as DocType Resident Orders;&lt;/P&gt;&lt;P&gt;Concatenate *, production.date as Date, 'P' as DocType Resident Production;&lt;/P&gt;&lt;P&gt;Concatenate *, Distribution.date as Date 'D' as DocType Resident Distribution;&lt;/P&gt;&lt;P&gt;Concatenate *, sales.date as Date, 'S' as DocType Resident Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Tables Orders, Production, Distribution, Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way selectiong a value of Date, will affect all the tables. It's an example, probably you'll need to do the same twith Product, CostCentre, etc... so there is the same field for all the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a field like DocType can be usefull to filter data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 12:51:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792586#M1026311</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-03-12T12:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Different tables with the same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792587#M1026312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems to me as if &lt;EM&gt;&lt;STRONG&gt;costcentre&lt;/STRONG&gt;&lt;/EM&gt; and &lt;EM&gt;&lt;STRONG&gt;articlenumber&lt;/STRONG&gt;&lt;/EM&gt; both are keys, whereas the four dates are different dates. If so, you should link on &lt;EM style="text-decoration: underline;"&gt;both&lt;/EM&gt; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;if &lt;/SPAN&gt;&lt;EM&gt;costcentre&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; and &lt;/SPAN&gt;&lt;EM style="font-size: 13.3333330154419px;"&gt;articlenumber&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/EM&gt; You will get a synthetic key, but this is not a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concerning the four dates - take a look at &lt;A href="https://community.qlik.com/qlik-blogpost/3585"&gt;Canonical Date&lt;/A&gt;. You could make a date bridge with &lt;EM style="font-size: 13.3333330154419px;"&gt;costcentre&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;, &lt;/SPAN&gt;&lt;EM style="font-size: 13.3333330154419px;"&gt;articlenumber, Date &lt;/EM&gt;and&lt;EM style="font-size: 13.3333330154419px;"&gt; DateType&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 12:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792587#M1026312</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-03-12T12:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Different tables with the same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792588#M1026313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you could create 1 key with all mutual variable in it in all tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like : articlenumber&amp;amp;costcentre&amp;amp;... as %Key&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 12:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792588#M1026313</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2015-03-12T12:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Different tables with the same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792589#M1026314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hopes give some idea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Dim,Exp1,Exp2,Exp3&lt;/P&gt;&lt;P&gt;a,100,200,10&lt;/P&gt;&lt;P&gt;b,200,300,20&lt;/P&gt;&lt;P&gt;c,400,500,30&lt;/P&gt;&lt;P&gt;d,600,300,40&lt;/P&gt;&lt;P&gt;e,300,800,50&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify*;&lt;/P&gt;&lt;P&gt;Tab2:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Dim,Exp1,Exp2,Exp3&lt;/P&gt;&lt;P&gt;a,100,200,10&lt;/P&gt;&lt;P&gt;b,200,300,20&lt;/P&gt;&lt;P&gt;c,400,500,30&lt;/P&gt;&lt;P&gt;d,600,300,40&lt;/P&gt;&lt;P&gt;e,300,800,50&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Key:&lt;/P&gt;&lt;P&gt;Load * &lt;/P&gt;&lt;P&gt;Resident Tab;&lt;/P&gt;&lt;P&gt;Concatenate Load *&lt;/P&gt;&lt;P&gt;Resident Tab2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Tables Tab,Tab2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 13:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792589#M1026314</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-03-12T13:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Different tables with the same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792590#M1026315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't understand I'm afraid. Would I need some kind of Unqualify? like this I don't have a key&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 13:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792590#M1026315</guid>
      <dc:creator>sprqlikview</dc:creator>
      <dc:date>2015-03-12T13:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Different tables with the same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792591#M1026316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Link Table concept as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Orders:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Article_Number &amp;amp;'|'&amp;amp; Date &amp;amp;'|'&amp;amp; Cost_Center as KeyField,&lt;/P&gt;&lt;P&gt;Article_Number,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Cost_Center,&lt;/P&gt;&lt;P&gt;Orders_Field1,&lt;/P&gt;&lt;P&gt;Orders_Field2&lt;/P&gt;&lt;P&gt;From &amp;lt;Excel File 1&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Production:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Article_Number &amp;amp;'|'&amp;amp; Date &amp;amp;'|'&amp;amp; Cost_Center as KeyField,&lt;/P&gt;&lt;P&gt;Article_Number,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Cost_Center,&lt;/P&gt;&lt;P&gt;Production_Field1,&lt;/P&gt;&lt;P&gt;Production_Field2&lt;/P&gt;&lt;P&gt;From &amp;lt;Excel File 2&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Distribution:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Article_Number &amp;amp;'|'&amp;amp; Date &amp;amp;'|'&amp;amp; Cost_Center as KeyField,&lt;/P&gt;&lt;P&gt;Article_Number,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Cost_Center,&lt;/P&gt;&lt;P&gt;Distribution_Field1,&lt;/P&gt;&lt;P&gt;Distribution_Field2&lt;/P&gt;&lt;P&gt;From &amp;lt;Excel File 3&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Article_Number &amp;amp;'|'&amp;amp; Date &amp;amp;'|'&amp;amp; Cost_Center as KeyField,&lt;/P&gt;&lt;P&gt;Article_Number,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Cost_Center,&lt;/P&gt;&lt;P&gt;Sales_Field1,&lt;/P&gt;&lt;P&gt;Sales_Field2&lt;/P&gt;&lt;P&gt;From &amp;lt;Excel File 4&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LinkTable:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;DISTINCT&lt;/P&gt;&lt;P&gt;KeyField,&lt;/P&gt;&lt;P&gt;Article_Number,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Cost_Center&lt;/P&gt;&lt;P&gt;Resident Orders;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(LinkTable)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;DISTINCT&lt;/P&gt;&lt;P&gt;KeyField,&lt;/P&gt;&lt;P&gt;Article_Number,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Cost_Center&lt;/P&gt;&lt;P&gt;Resident Production;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(LinkTable)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;DISTINCT&lt;/P&gt;&lt;P&gt;KeyField,&lt;/P&gt;&lt;P&gt;Article_Number,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Cost_Center&lt;/P&gt;&lt;P&gt;Resident Distribution;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(LinkTable)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;DISTINCT&lt;/P&gt;&lt;P&gt;KeyField,&lt;/P&gt;&lt;P&gt;Article_Number,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Cost_Center&lt;/P&gt;&lt;P&gt;Resident Sales;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Drop the fields after keyField is created.&lt;/P&gt;&lt;P&gt;Drop Fields&lt;/P&gt;&lt;P&gt;Article_Number,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Cost_Center&lt;/P&gt;&lt;P&gt;From Orders;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Fields&lt;/P&gt;&lt;P&gt;Article_Number,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Cost_Center&lt;/P&gt;&lt;P&gt;From Production;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Fields&lt;/P&gt;&lt;P&gt;Article_Number,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Cost_Center&lt;/P&gt;&lt;P&gt;From Distribution;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Fields&lt;/P&gt;&lt;P&gt;Article_Number,&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Cost_Center&lt;/P&gt;&lt;P&gt;From Sales;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 13:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792591#M1026316</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2015-03-12T13:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Different tables with the same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792592#M1026317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is up to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think u mentioned in ur first post &lt;STRONG&gt;"&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I have linked the different tables through the Article number &lt;/SPAN&gt;",&lt;/STRONG&gt;I thought u can use this as a key, and play around.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 13:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792592#M1026317</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-03-12T13:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Different tables with the same fields</title>
      <link>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792593#M1026318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In this case there are two things you can do.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1. The first think you can try to do is concatenate the values of the tables and create a new column, so you can identify which table each row refers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is going to be something like:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80585_Capturar.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Another way to solve this problem is creating a link table, to create a link table you’ll have to create a new table cacatenating the costcentre of all tables and using the function autonumber() you will genarete a key of concatenation of the costcentre fields.&lt;/P&gt;&lt;P&gt;In this &lt;A href="http://www.learnallbi.com/link-table-in-qlikview/"&gt;link &lt;/A&gt;they explain very well how to create a link table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link: &lt;A href="http://www.learnallbi.com/link-table-in-qlikview/" title="http://www.learnallbi.com/link-table-in-qlikview/"&gt;Table in QlikView | Learn QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 13:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-tables-with-the-same-fields/m-p/792593#M1026318</guid>
      <dc:creator />
      <dc:date>2015-03-12T13:32:12Z</dc:date>
    </item>
  </channel>
</rss>

