<?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 Merging 2 fields from 2 separate tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-from-2-separate-tables/m-p/740557#M471562</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;I have field called say, "Item Serial Number" in Table A and I have another field called , say " Component Serial Number" in Table B.&lt;/P&gt;&lt;P&gt;I want to create combine the two fields and rename it as "Serial Number".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Nayan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2015 10:11:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-04T10:11:04Z</dc:date>
    <item>
      <title>Merging 2 fields from 2 separate tables</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-from-2-separate-tables/m-p/740557#M471562</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;I have field called say, "Item Serial Number" in Table A and I have another field called , say " Component Serial Number" in Table B.&lt;/P&gt;&lt;P&gt;I want to create combine the two fields and rename it as "Serial Number".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Nayan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 10:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-from-2-separate-tables/m-p/740557#M471562</guid>
      <dc:creator />
      <dc:date>2015-03-04T10:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Merging 2 fields from 2 separate tables</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-from-2-separate-tables/m-p/740558#M471563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[ Item Serial Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;100&lt;/P&gt;&lt;P&gt;200&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableB:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt; [Component Serial Number&lt;/P&gt;&lt;P&gt;AA&lt;/P&gt;&lt;P&gt;BB&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;/P&gt;&lt;P&gt;temp:&lt;/P&gt;&lt;P&gt;load [Item Serial Number] &amp;amp;[Component Serial Number] as IS resident TableA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table TableA&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/79845_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 10:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-from-2-separate-tables/m-p/740558#M471563</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-03-04T10:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Merging 2 fields from 2 separate tables</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-from-2-separate-tables/m-p/740559#M471564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, but is this what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/79851_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where first two serial numbers are from Table A and the last two are from Table B &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Table A]:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load * inline&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Item Serial Number&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;123abc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4561bc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;]&lt;/STRONG&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;[Table B]:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load * inline&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Component Serial Number&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;kl123&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;jk453&lt;/STRONG&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;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Combined Serial Number]:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Item Serial Number] as [Serial Number]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident [Table A];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate ([Combined Serial Number])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Component Serial Number] as [Serial Number]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident [Table B];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Tables [Table A], [Table B];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 11:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-from-2-separate-tables/m-p/740559#M471564</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-04T11:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Merging 2 fields from 2 separate tables</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-from-2-separate-tables/m-p/740560#M471565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 11:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-from-2-separate-tables/m-p/740560#M471565</guid>
      <dc:creator />
      <dc:date>2015-03-04T11:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Merging 2 fields from 2 separate tables</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-2-fields-from-2-separate-tables/m-p/740561#M471566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome.&lt;/P&gt;&lt;P&gt;Thanks for feedback&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 11:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-2-fields-from-2-separate-tables/m-p/740561#M471566</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-03-04T11:28:32Z</dc:date>
    </item>
  </channel>
</rss>

