<?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: How to Join two tables with out having unique values? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Join-two-tables-with-out-having-unique-values/m-p/960894#M329794</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;If you attach sample data and your expected output then it will be easier to provide the solution.&amp;nbsp; There may be many solutions like Mapping Load or Keep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2015 09:15:56 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-08-20T09:15:56Z</dc:date>
    <item>
      <title>How to Join two tables with out having unique values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Join-two-tables-with-out-having-unique-values/m-p/960891#M329791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;How to Join two tables with out having unique values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 08:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Join-two-tables-with-out-having-unique-values/m-p/960891#M329791</guid>
      <dc:creator>d_koti24</dc:creator>
      <dc:date>2015-08-20T08:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Join two tables with out having unique values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Join-two-tables-with-out-having-unique-values/m-p/960892#M329792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you explain with more details please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 08:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Join-two-tables-with-out-having-unique-values/m-p/960892#M329792</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-08-20T08:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Join two tables with out having unique values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Join-two-tables-with-out-having-unique-values/m-p/960893#M329793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use Mapping Load instead of join. Will need to get more details, like looking at your current script before giving a more precise answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 08:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Join-two-tables-with-out-having-unique-values/m-p/960893#M329793</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-20T08:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Join two tables with out having unique values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Join-two-tables-with-out-having-unique-values/m-p/960894#M329794</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;If you attach sample data and your expected output then it will be easier to provide the solution.&amp;nbsp; There may be many solutions like Mapping Load or Keep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 09:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Join-two-tables-with-out-having-unique-values/m-p/960894#M329794</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-20T09:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Join two tables with out having unique values?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Join-two-tables-with-out-having-unique-values/m-p/960895#M329795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to build your own key - concatenated key in each table?&lt;/P&gt;&lt;P&gt;looking like the below example&lt;/P&gt;&lt;P&gt; system_of_customer_id &amp;amp; '~' &amp;amp; source_customer_id as %KEY_Customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but as the guys before me mentioned, you have to provide more details. You should consider both join and ApplyMap, depending on how many columns you want to bring across.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 09:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Join-two-tables-with-out-having-unique-values/m-p/960895#M329795</guid>
      <dc:creator>kuczynska</dc:creator>
      <dc:date>2015-08-20T09:16:29Z</dc:date>
    </item>
  </channel>
</rss>

