<?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 How to inner join on a specific field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-inner-join-on-a-specific-field/m-p/242115#M92490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for the help.&lt;/P&gt;&lt;P&gt;I know that Qlikview joins automatically. But I needed to INNER JOIN in some instances.&lt;/P&gt;&lt;P&gt;This was only a simple example.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Aug 2010 10:09:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-06T10:09:37Z</dc:date>
    <item>
      <title>How to inner join on a specific field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-inner-join-on-a-specific-field/m-p/242112#M92487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day gyus How do I inner join 2 table on a specific field. I have the following data. How would the script look like if I want to join them on DocEntry??&lt;/P&gt;&lt;P&gt;&lt;B&gt;SQL&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt; CardCode,DocDate,DocEntry,DocNum,DocType &lt;B&gt;FROM&lt;/B&gt; "SBO_O_SA1".dbo.OPDN;&lt;/P&gt;&lt;P&gt;&lt;B&gt;SQL&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt; DocEntry,LineTotal,Quantity,ItemCode &lt;B&gt;FROM&lt;/B&gt; "SBO_O_SA1".dbo.PDN1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 07:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-inner-join-on-a-specific-field/m-p/242112#M92487</guid>
      <dc:creator />
      <dc:date>2010-08-06T07:07:54Z</dc:date>
    </item>
    <item>
      <title>How to inner join on a specific field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-inner-join-on-a-specific-field/m-p/242113#M92488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christo.&lt;/P&gt;&lt;P&gt;Tab1: // Name the table, so you can join it&lt;BR /&gt;SQL SELECT CardCode,DocDate,DocEntry,DocNum,DocType FROM "SBO_O_SA1".dbo.OPDN;&lt;/P&gt;&lt;P&gt;INNER JOIN (Tab1) // Join Tab1&lt;BR /&gt;Load DocEntry,LineTotal,Quantity,ItemCode; // Preceeding load, you join via DocEntry.&lt;BR /&gt;SQL SELECT DocEntry,LineTotal,Quantity,ItemCode FROM "SBO_O_SA1".dbo.PDN1;&lt;/P&gt;&lt;P&gt;Kind regards, Miha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 07:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-inner-join-on-a-specific-field/m-p/242113#M92488</guid>
      <dc:creator />
      <dc:date>2010-08-06T07:38:01Z</dc:date>
    </item>
    <item>
      <title>How to inner join on a specific field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-inner-join-on-a-specific-field/m-p/242114#M92489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Christo,&lt;/P&gt;&lt;P&gt;I may have misunderstood your question but, since QlikView joins tables (links them) when both share a field with same name, I don't think forcing a join would be necessary in this case. It'a just enough to keep fields with the same name&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 08:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-inner-join-on-a-specific-field/m-p/242114#M92489</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-08-06T08:39:04Z</dc:date>
    </item>
    <item>
      <title>How to inner join on a specific field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-inner-join-on-a-specific-field/m-p/242115#M92490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for the help.&lt;/P&gt;&lt;P&gt;I know that Qlikview joins automatically. But I needed to INNER JOIN in some instances.&lt;/P&gt;&lt;P&gt;This was only a simple example.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 10:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-inner-join-on-a-specific-field/m-p/242115#M92490</guid>
      <dc:creator />
      <dc:date>2010-08-06T10:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to inner join on a specific field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-inner-join-on-a-specific-field/m-p/1560331#M441256</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;i have a question&amp;nbsp;&lt;/P&gt;&lt;P&gt;what if i want to join only specific row that is not there in the another table&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example ,&lt;/P&gt;&lt;P&gt;Table A had fields like Emp , id, name ,role&lt;/P&gt;&lt;P&gt;Table B had : date,place.&lt;/P&gt;&lt;P&gt;now my final table should look like : Emp,id,name,role,place.&lt;/P&gt;&lt;P&gt;How it was possible ?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2019 06:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-inner-join-on-a-specific-field/m-p/1560331#M441256</guid>
      <dc:creator>venkat1</dc:creator>
      <dc:date>2019-03-23T06:34:00Z</dc:date>
    </item>
  </channel>
</rss>

