<?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: Joining Tables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Joining-Tables/m-p/1699933#M53601</link>
    <description>&lt;P&gt;Joins in qlik are very similar to sql with slightly different syntax. the join is done on the fields common between the tables&lt;/P&gt;&lt;P&gt;you can either use join see below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2020/Subsystems/Hub/Content/Sense_Hub/Scripting/combine-tables-join-keep.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2020/Subsystems/Hub/Content/Sense_Hub/Scripting/combine-tables-join-keep.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or applymap (this works when 1 new column is needed)&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 May 2020 17:34:14 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2020-05-07T17:34:14Z</dc:date>
    <item>
      <title>Joining Tables</title>
      <link>https://community.qlik.com/t5/App-Development/Joining-Tables/m-p/1699927#M53600</link>
      <description>&lt;P&gt;I have two tables, 'Post' and 'Metrics'&lt;/P&gt;&lt;P&gt;The fields that are in 'Post' are brandID, mediaID and linkID.&lt;/P&gt;&lt;P&gt;Metrics has many fields, but a common field is linkID. The tables are currently associated via that field, however I would like to introduce the field brandID into the table Metrics.&lt;/P&gt;&lt;P&gt;Is this possible via a join or another method or not possible at all?&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 17:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Joining-Tables/m-p/1699927#M53600</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2020-05-07T17:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Tables</title>
      <link>https://community.qlik.com/t5/App-Development/Joining-Tables/m-p/1699933#M53601</link>
      <description>&lt;P&gt;Joins in qlik are very similar to sql with slightly different syntax. the join is done on the fields common between the tables&lt;/P&gt;&lt;P&gt;you can either use join see below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2020/Subsystems/Hub/Content/Sense_Hub/Scripting/combine-tables-join-keep.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2020/Subsystems/Hub/Content/Sense_Hub/Scripting/combine-tables-join-keep.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or applymap (this works when 1 new column is needed)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 17:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Joining-Tables/m-p/1699933#M53601</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-05-07T17:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Tables</title>
      <link>https://community.qlik.com/t5/App-Development/Joining-Tables/m-p/1699936#M53602</link>
      <description>&lt;P&gt;You can use apply map to get the&amp;nbsp;&lt;SPAN&gt;brandID into the table Metrics using linkID.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And if you are loading this 2 table into qlik then concatenate&amp;nbsp;both linkID&amp;amp;brandID as a key.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 17:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Joining-Tables/m-p/1699936#M53602</guid>
      <dc:creator>IamAlbinAntony</dc:creator>
      <dc:date>2020-05-07T17:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Tables</title>
      <link>https://community.qlik.com/t5/App-Development/Joining-Tables/m-p/1699947#M53603</link>
      <description>&lt;P&gt;Thank you, can you please elaborate on how Apply Map work work in this scenario?&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 18:02:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Joining-Tables/m-p/1699947#M53603</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2020-05-07T18:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Tables</title>
      <link>https://community.qlik.com/t5/App-Development/Joining-Tables/m-p/1699956#M53605</link>
      <description>&lt;P&gt;rough script&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;brandmap:
mapping load
linkID, brandid
;

your sql for Post 


load column-a,

column-b,..
linkID,
 applymap('brandmap',linkID) as brandid
;
your sql for Metric &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 18:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Joining-Tables/m-p/1699956#M53605</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-05-07T18:23:54Z</dc:date>
    </item>
  </channel>
</rss>

