<?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 (Add) one field from another Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Join-Add-one-field-from-another-Table/m-p/1210290#M23188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually you are correct i did try that. I do want the other table also. I just need to add the one field from table1 to the other table2 (main fact)&amp;nbsp; to make my calculations easier. These tables look different in the actual app, i just tried to simulate the challenge sorry for any confusion.&lt;/P&gt;&lt;P&gt;Thank you Sunny you are always a big help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Oct 2016 13:05:36 GMT</pubDate>
    <dc:creator>deerhunter</dc:creator>
    <dc:date>2016-10-11T13:05:36Z</dc:date>
    <item>
      <title>Join (Add) one field from another Table</title>
      <link>https://community.qlik.com/t5/App-Development/Join-Add-one-field-from-another-Table/m-p/1210288#M23186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope you can help with this, I have two tables, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE1:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Load * Inline [&amp;nbsp; &lt;/P&gt;&lt;P&gt;TableKey, TBL1Code,FieldA,FieldB&lt;/P&gt;&lt;P&gt;TBLKeyA, ValueKeyA, Betty, Lu&lt;/P&gt;&lt;P&gt;TBLKeyB, ValueKeyB, Bob, Ray&lt;/P&gt;&lt;P&gt;TBLKeyC, ValueKeyC, Louie, Lou&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE2:&amp;nbsp; &lt;/P&gt;&lt;P&gt;Load *&amp;nbsp; Inline [&lt;/P&gt;&lt;P&gt;TableKey, TBL2Code,Field3,Field4,Field5&lt;/P&gt;&lt;P&gt;TBLKeyA,&amp;nbsp; FieldA, AAA, BBB, CCC,DDD&lt;/P&gt;&lt;P&gt;TBLKeyB,&amp;nbsp; FieldB, BBB, CCC, DDD,EEE&lt;/P&gt;&lt;P&gt;TBLKeyC,&amp;nbsp; FieldC, CCC, DDD, EEE,FFF&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I would like to get the field (TBL1Code) from table1 and add it to table2 based off the key (TableKey)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;So that i end up with something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TBLKeyA,&amp;nbsp; FieldA, AAA, BBB, CCC,DDD, ValueKeyA&lt;/P&gt;&lt;P&gt;TBLKeyB,&amp;nbsp; FieldB, BBB, CCC, DDD,EEE, ValueKeyB&lt;/P&gt;&lt;P&gt;TBLKeyC,&amp;nbsp; FieldC, CCC, DDD, EEE,FFF, ValueKeyC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 19:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-Add-one-field-from-another-Table/m-p/1210288#M23186</guid>
      <dc:creator>deerhunter</dc:creator>
      <dc:date>2016-10-10T19:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Join (Add) one field from another Table</title>
      <link>https://community.qlik.com/t5/App-Development/Join-Add-one-field-from-another-Table/m-p/1210289#M23187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABLE1:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * Inline [&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TableKey, TBL1Code,FieldA,FieldB&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TBLKeyA, ValueKeyA, Betty, Lu&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TBLKeyB, ValueKeyB, Bob, Ray&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TBLKeyC, ValueKeyC, Louie, Lou&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;TABLE2:&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load *&amp;nbsp; Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TableKey, TBL2Code,Field3,Field4,Field5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TBLKeyA,&amp;nbsp; FieldA, AAA, BBB, CCC,DDD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TBLKeyB,&amp;nbsp; FieldB, BBB, CCC, DDD,EEE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TBLKeyC,&amp;nbsp; FieldC, CCC, DDD, EEE,FFF&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;Left Join (TABLE2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD TableKey,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; TBL1Code&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RESIDENT TABLE1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't understand what you are trying to do? They will explicitly join together, why do you want them in one table? You want to drop Table1? Then what would happen to the other fields from Table1?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 20:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-Add-one-field-from-another-Table/m-p/1210289#M23187</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-10T20:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Join (Add) one field from another Table</title>
      <link>https://community.qlik.com/t5/App-Development/Join-Add-one-field-from-another-Table/m-p/1210290#M23188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually you are correct i did try that. I do want the other table also. I just need to add the one field from table1 to the other table2 (main fact)&amp;nbsp; to make my calculations easier. These tables look different in the actual app, i just tried to simulate the challenge sorry for any confusion.&lt;/P&gt;&lt;P&gt;Thank you Sunny you are always a big help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 13:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-Add-one-field-from-another-Table/m-p/1210290#M23188</guid>
      <dc:creator>deerhunter</dc:creator>
      <dc:date>2016-10-11T13:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Join (Add) one field from another Table</title>
      <link>https://community.qlik.com/t5/App-Development/Join-Add-one-field-from-another-Table/m-p/1210291#M23189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table1 has 60 fields, i would like to add the TBL1Code field to the main fact table(table2) which has 15 fields. In the end you are correct i need both tables to access all the other fields in table1. It makes sense to add the &lt;SPAN style="font-size: 13.3333px;"&gt;TBL1Code field to main fact table2 to do further calculations since everything else i need is there. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 15:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-Add-one-field-from-another-Table/m-p/1210291#M23189</guid>
      <dc:creator>deerhunter</dc:creator>
      <dc:date>2016-10-11T15:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Join (Add) one field from another Table</title>
      <link>https://community.qlik.com/t5/App-Development/Join-Add-one-field-from-another-Table/m-p/1210292#M23190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have few options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Join&lt;/P&gt;&lt;P&gt;2) Mapping Load with applymap (&lt;A href="https://community.qlik.com/qlik-blogpost/2756"&gt;Don't join - use Applymap instead&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;3) Lookup function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 16:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-Add-one-field-from-another-Table/m-p/1210292#M23190</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-11T16:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Join (Add) one field from another Table</title>
      <link>https://community.qlik.com/t5/App-Development/Join-Add-one-field-from-another-Table/m-p/1210293#M23191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;these are fairly large tables as an additional note.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 16:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-Add-one-field-from-another-Table/m-p/1210293#M23191</guid>
      <dc:creator>deerhunter</dc:creator>
      <dc:date>2016-10-11T16:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Join (Add) one field from another Table</title>
      <link>https://community.qlik.com/t5/App-Development/Join-Add-one-field-from-another-Table/m-p/1210294#M23192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both tables are loaded from QVD's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 16:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-Add-one-field-from-another-Table/m-p/1210294#M23192</guid>
      <dc:creator>deerhunter</dc:creator>
      <dc:date>2016-10-11T16:19:18Z</dc:date>
    </item>
  </channel>
</rss>

