<?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 by avoiding Duplicate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-join-two-tables-by-avoiding-Duplicate/m-p/553921#M206947</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 u dont want the duplicate records in your application then use &lt;STRONG&gt;Left keep&lt;/STRONG&gt; between two table for joining.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kaushal Mehta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Oct 2013 13:07:16 GMT</pubDate>
    <dc:creator>kaushalview</dc:creator>
    <dc:date>2013-10-31T13:07:16Z</dc:date>
    <item>
      <title>how to join two tables by avoiding Duplicate</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-two-tables-by-avoiding-Duplicate/m-p/553914#M206940</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;i have two tables i want combine that two tables &lt;/P&gt;&lt;P&gt;with out any duplication in records&lt;/P&gt;&lt;P&gt;i have attached the two sample files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 12:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-two-tables-by-avoiding-Duplicate/m-p/553914#M206940</guid>
      <dc:creator />
      <dc:date>2013-10-31T12:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to join two tables by avoiding Duplicate</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-two-tables-by-avoiding-Duplicate/m-p/553915#M206941</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 join these 2 tables on currency code&lt;/P&gt;&lt;P&gt;LOAD CurrencyCode as %C, *&amp;nbsp; from table 1&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;LOAD CurrencyCode as %C, *&amp;nbsp; from table 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to join on currency+date you must take only date format without minutes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 12:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-two-tables-by-avoiding-Duplicate/m-p/553915#M206941</guid>
      <dc:creator />
      <dc:date>2013-10-31T12:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to join two tables by avoiding Duplicate</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-two-tables-by-avoiding-Duplicate/m-p/553916#M206942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried that one but it is creating duplicates&lt;/P&gt;&lt;P&gt;yes we can ignore Modified date from any one&lt;/P&gt;&lt;P&gt;but i want Currency name from table 2 to table 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 12:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-two-tables-by-avoiding-Duplicate/m-p/553916#M206942</guid>
      <dc:creator />
      <dc:date>2013-10-31T12:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to join two tables by avoiding Duplicate</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-two-tables-by-avoiding-Duplicate/m-p/553917#M206943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you need to change the join order:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD CurrencyCode as %C, *&amp;nbsp; from table 2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;join&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD CurrencyCode as %C, *&amp;nbsp; from table 1&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HTH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 12:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-two-tables-by-avoiding-Duplicate/m-p/553917#M206943</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2013-10-31T12:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to join two tables by avoiding Duplicate</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-two-tables-by-avoiding-Duplicate/m-p/553918#M206944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i didn't get u&lt;/P&gt;&lt;P&gt;would u please try this on my data set and provide me a QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 12:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-two-tables-by-avoiding-Duplicate/m-p/553918#M206944</guid>
      <dc:creator />
      <dc:date>2013-10-31T12:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: how to join two tables by avoiding Duplicate</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-two-tables-by-avoiding-Duplicate/m-p/553919#M206945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Except EURO and US i can't see no dupplicates.&lt;/P&gt;&lt;P&gt;If you want only 1 line for EURO and US you must add where not exists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 12:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-two-tables-by-avoiding-Duplicate/m-p/553919#M206945</guid>
      <dc:creator />
      <dc:date>2013-10-31T12:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: how to join two tables by avoiding Duplicate</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-two-tables-by-avoiding-Duplicate/m-p/553920#M206946</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 did a&lt;STRONG&gt; left join&lt;/STRONG&gt; from S1 to S2. This means that it will hold&amp;nbsp; records from S1 that have a corresponding CurrencyCode on S2 are in the final table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want all records, just delete the &lt;STRONG&gt;left &lt;/STRONG&gt;and leave it as a natural join. Or if you only want the currencies in S2, replace the &lt;STRONG&gt;left&lt;/STRONG&gt; for &lt;STRONG&gt;right.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 12:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-two-tables-by-avoiding-Duplicate/m-p/553920#M206946</guid>
      <dc:creator>salto</dc:creator>
      <dc:date>2013-10-31T12:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to join two tables by avoiding Duplicate</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-two-tables-by-avoiding-Duplicate/m-p/553921#M206947</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 u dont want the duplicate records in your application then use &lt;STRONG&gt;Left keep&lt;/STRONG&gt; between two table for joining.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kaushal Mehta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 13:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-two-tables-by-avoiding-Duplicate/m-p/553921#M206947</guid>
      <dc:creator>kaushalview</dc:creator>
      <dc:date>2013-10-31T13:07:16Z</dc:date>
    </item>
  </channel>
</rss>

