<?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: Join two tables with different structure in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911436#M652260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I think i have sorted out yours issue in source1 there is field name sum2 which has null values because of this you are getting NULL values in resultant table so you have to remove sum2 from source1 then left join it with source 2.see the attached qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;hope this might help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Syed Shair Abbas&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2015 08:21:43 GMT</pubDate>
    <dc:creator>shair_abbas</dc:creator>
    <dc:date>2015-07-23T08:21:43Z</dc:date>
    <item>
      <title>Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911432#M652256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day!&lt;/P&gt;&lt;P&gt;In my model i try join two tables from excel source:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 263px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" width="101"&gt;Id&lt;/TD&gt;&lt;TD class="xl64" width="98"&gt;Sum1&lt;/TD&gt;&lt;TD class="xl64" width="64"&gt;Sum2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;1&lt;/TD&gt;&lt;TD class="xl63"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;1&lt;/TD&gt;&lt;TD class="xl63"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;2&lt;/TD&gt;&lt;TD class="xl63"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;3&lt;/TD&gt;&lt;TD class="xl63"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;4&lt;/TD&gt;&lt;TD class="xl63"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;4&lt;/TD&gt;&lt;TD class="xl63"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;5&lt;/TD&gt;&lt;TD class="xl63"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;6&lt;/TD&gt;&lt;TD class="xl63"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Source2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" width="64"&gt;Id&lt;/TD&gt;&lt;TD class="xl66" width="64"&gt;Sum2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;1&lt;/TD&gt;&lt;TD class="xl65"&gt;65&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;1&lt;/TD&gt;&lt;TD class="xl65"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;2&lt;/TD&gt;&lt;TD class="xl65"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;3&lt;/TD&gt;&lt;TD class="xl65"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;4&lt;/TD&gt;&lt;TD class="xl65"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;4&lt;/TD&gt;&lt;TD class="xl65"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;5&lt;/TD&gt;&lt;TD class="xl65"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;6&lt;/TD&gt;&lt;TD class="xl65"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In result i need to get such table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="263"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" width="101"&gt;Id&lt;/TD&gt;&lt;TD class="xl66" width="98"&gt;Sum1&lt;/TD&gt;&lt;TD class="xl66" width="64"&gt;Sum2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;1&lt;/TD&gt;&lt;TD class="xl65"&gt;2&lt;/TD&gt;&lt;TD class="xl65"&gt;65&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;1&lt;/TD&gt;&lt;TD class="xl65"&gt;3&lt;/TD&gt;&lt;TD class="xl65"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;2&lt;/TD&gt;&lt;TD class="xl65"&gt;5&lt;/TD&gt;&lt;TD class="xl65"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;3&lt;/TD&gt;&lt;TD class="xl65"&gt;3&lt;/TD&gt;&lt;TD class="xl65"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;4&lt;/TD&gt;&lt;TD class="xl65"&gt;6&lt;/TD&gt;&lt;TD class="xl65"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;4&lt;/TD&gt;&lt;TD class="xl65"&gt;3&lt;/TD&gt;&lt;TD class="xl65"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;5&lt;/TD&gt;&lt;TD class="xl65"&gt;2&lt;/TD&gt;&lt;TD class="xl65"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;6&lt;/TD&gt;&lt;TD class="xl65"&gt;3&lt;/TD&gt;&lt;TD class="xl65"&gt;&lt;P&gt;3&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Model and source file in attachment.&lt;/P&gt;&lt;P&gt;Please, help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 08:02:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911432#M652256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-23T08:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911433#M652257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;As Id has two possible values for Sum1 and two for Sum2, there is no real data relationship between Sum1=2 and Sum2=65 in the first row. &lt;/SPAN&gt;You need to add RowNo() as key, as there is a hidden relationship here in the row number. Also, don't load the empty Sum2 in the first table. This way there is no need to join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Source:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Id, Sum1, RowNo() As Key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;from Test.xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(ooxml, embedded labels, table is Source1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Source2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;load*, RowNo() As Key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;from Test.xlsx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(ooxml, embedded labels, table is Source2);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 08:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911433#M652257</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-07-23T08:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911434#M652258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Specify the columns to be loaded. Below code is working&lt;/P&gt;&lt;P&gt;Using join, you cann't update column present in first table, So ignore Sum2 column from first loaf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Id, Sum1,Sum2&lt;/P&gt;&lt;P&gt;from Test.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Source1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join(Source)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Id,Sum2&lt;/P&gt;&lt;P&gt;from Test.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Source2);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 08:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911434#M652258</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-07-23T08:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911435#M652259</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;You can try like this also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Sum1) As Sum1&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Test (2).xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Source1)&lt;/P&gt;&lt;P&gt;Group by Id;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join&lt;/P&gt;&lt;P&gt;LOAD Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(Sum2) As Sum2&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Test (2).xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Source2)&lt;/P&gt;&lt;P&gt;Group by Id;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 08:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911435#M652259</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-07-23T08:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911436#M652260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I think i have sorted out yours issue in source1 there is field name sum2 which has null values because of this you are getting NULL values in resultant table so you have to remove sum2 from source1 then left join it with source 2.see the attached qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;hope this might help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Syed Shair Abbas&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 08:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911436#M652260</guid>
      <dc:creator>shair_abbas</dc:creator>
      <dc:date>2015-07-23T08:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911437#M652261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/andreyfcdk91"&gt;andreyfcdk91&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please follow &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/MayilVahanan"&gt;MayilVahanan&lt;/A&gt;&lt;/STRONG&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Advise.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 08:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911437#M652261</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-23T08:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911438#M652262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;P&gt;But this is simple example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my real model i have one table (already loaded in QV) with fields&lt;/P&gt;&lt;P&gt;Id, Sum1, Sum2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't reload it with group by function, because it's already joined with other tables...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 10:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911438#M652262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-23T10:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911439#M652263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;But in my real model there may be Id in different rows, and in that case your solution will not be correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 10:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911439#M652263</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-23T10:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911440#M652264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You somehow need to define which line of Source1 you want to combine with which line of Source2.&lt;/P&gt;&lt;P&gt;It can't be just ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume it's first apperance of ID in Source1 with first appearance of ID in Source2 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Source:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Autonumber(Recno(),Id) as Key,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Id,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;from [Test (1).xlsx]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, embedded labels, table is Source1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;left join(Source)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Autonumber(Recno(),Id) as Key,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Id,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;from [Test (1).xlsx]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(ooxml, embedded labels, table is Source2);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 10:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911440#M652264</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-23T10:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911441#M652265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not working...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've made some changes in source tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 263px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" width="101"&gt;Id&lt;/TD&gt;&lt;TD class="xl64" width="98"&gt;Sum1&lt;/TD&gt;&lt;TD class="xl64" width="64"&gt;Sum2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="text-align: center;"&gt;1&lt;/TD&gt;&lt;TD class="xl63" style="text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="text-align: center;"&gt;2&lt;/TD&gt;&lt;TD class="xl63" style="text-align: center;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="text-align: center;"&gt;3&lt;/TD&gt;&lt;TD class="xl63" style="text-align: center;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="text-align: center;"&gt;4&lt;/TD&gt;&lt;TD class="xl63" style="text-align: center;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="text-align: center;"&gt;5&lt;/TD&gt;&lt;TD class="xl63" style="text-align: center;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="text-align: center;"&gt;6&lt;/TD&gt;&lt;TD class="xl63" style="text-align: center;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="text-align: center;"&gt;7&lt;/TD&gt;&lt;TD class="xl63" style="text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="text-align: center;"&gt;8&lt;/TD&gt;&lt;TD class="xl63" style="text-align: center;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="text-align: center;"&gt;9&lt;/TD&gt;&lt;TD class="xl63" style="text-align: center;"&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 128px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" width="64"&gt;Id&lt;/TD&gt;&lt;TD class="xl66" width="64"&gt;Sum2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="text-align: center;"&gt;65&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="text-align: center;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="text-align: center;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;"&gt;4&lt;/TD&gt;&lt;TD class="xl65" style="text-align: center;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="text-align: center;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;"&gt;6&lt;/TD&gt;&lt;TD class="xl65" style="text-align: center;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;"&gt;7&lt;/TD&gt;&lt;TD class="xl65" style="text-align: center;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;"&gt;9&lt;/TD&gt;&lt;TD class="xl65" style="text-align: center;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="text-align: center;"&gt;8&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result table with your code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 101px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="27"&gt;Id&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="37"&gt;Sum1&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="37"&gt;Sum2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;65&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; text-align: center;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; text-align: center;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; text-align: center;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; text-align: center;"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; text-align: center;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; text-align: center;"&gt;9&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;23&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; text-align: center;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But must be:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="font-size: 13.3333330154419px; width: 101px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="27"&gt;Id&lt;/TD&gt;&lt;TD class="xl63" style="border-left-style: none;" width="37"&gt;Sum1&lt;/TD&gt;&lt;TD class="xl63" style="border-left-style: none;" width="37"&gt;Sum2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;65&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; text-align: center;"&gt;4&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; text-align: center;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; text-align: center;"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; text-align: center;"&gt;8&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; text-align: center;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; text-align: center;"&gt;9&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top-style: none; border-left-style: none; text-align: center;"&gt;23&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; text-align: center;"&gt; &lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 10:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911441#M652265</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-23T10:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911442#M652266</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 that case, you can use Order by Id on both table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 10:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911442#M652266</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-07-23T10:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911443#M652267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Autonumber(Recno(),&lt;STRONG&gt;'S1'&amp;amp;Id)&lt;/STRONG&gt; as Key,&lt;/P&gt;&lt;P&gt;Id,&lt;/P&gt;&lt;P&gt;Sum1&lt;/P&gt;&lt;P&gt;from [Test (1).xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Source1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join(Source)&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;Autonumber(Recno(),&lt;STRONG&gt;'S2'&amp;amp;Id)&lt;/STRONG&gt; as Key,&lt;/P&gt;&lt;P&gt;Id,&lt;/P&gt;&lt;P&gt;Sum2&lt;/P&gt;&lt;P&gt;from [Test (1).xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Source2);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 10:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911443#M652267</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-23T10:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911444#M652268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. Thanks..&lt;/P&gt;&lt;P&gt;Tell me please, why did you use such values 'S1' 'S2' in Keys?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 11:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911444#M652268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-23T11:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911445#M652269</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;Can you upload the original xls?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 11:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911445#M652269</guid>
      <dc:creator>sorrakis01</dc:creator>
      <dc:date>2015-07-23T11:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911446#M652270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The autonumber() function will use the same counter for an ID within the same QVW, but I want to use a counter per ID occurence per Source table. That's why I added an arbitrary identifiers S1 and S2 to the Autonumber bucket ID for the two source tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 11:30:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911446#M652270</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-23T11:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911447#M652271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there're no qvd file in attachment...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 11:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911447#M652271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-23T11:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911448#M652272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;But in first table there no field Sum2. In my real model in this field may be some values...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 11:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911448#M652272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-23T11:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911449#M652273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course... See attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 11:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911449#M652273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-23T11:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911450#M652274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And how would you like to handle this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can rename one of the two Sum2 fields, then join the tables. this should get you all lines, and all Sum2 values.&lt;/P&gt;&lt;P&gt;If you want to add the two Sum2 fields (remember, one has been renamed), you can do this in a subsequent resident load.&lt;/P&gt;&lt;P&gt;Similar if you don't want to add the values, but keep the values from one sheet and drop the other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 11:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911450#M652274</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-23T11:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Join two tables with different structure</title>
      <link>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911451#M652275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi andrey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you can't create a qvd with this structure (Example of Mayil is Good) and after load it with the others qvds?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 12:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Join-two-tables-with-different-structure/m-p/911451#M652275</guid>
      <dc:creator>sorrakis01</dc:creator>
      <dc:date>2015-07-23T12:36:03Z</dc:date>
    </item>
  </channel>
</rss>

