<?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: Inner Join Not Working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805836#M661189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load the data without the join and compare the two fields you are trying to join by in a table box field.&amp;nbsp;&amp;nbsp; Find your differences and correct it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Feb 2015 19:36:35 GMT</pubDate>
    <dc:creator>NickHoff</dc:creator>
    <dc:date>2015-02-27T19:36:35Z</dc:date>
    <item>
      <title>Inner Join Not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805829#M661182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am tryinig to join these two datsets.&amp;nbsp; The script runs with no errors, getting 90K records from the 1st data set and 100K records from the 2nd data set.&amp;nbsp; However, if I try to create a straight table or table box there are no records showing...just the column/field names.&amp;nbsp; Where's the data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*** GET DATA FROM ACCOUNT_BAN_TAXID ***/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; *,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Account__c&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AccountId&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;SQL&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; SELECT Account__c,&lt;BR /&gt;BAN__c,&lt;BR /&gt;Id,&lt;BR /&gt;Name,&lt;BR /&gt;Tax_ID__c&lt;BR /&gt;FROM Account_BAN_Tax_ID__c;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inner&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Join&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;/*** GET DATA FROM ACCOUNT ***/&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; *,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Id&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AccountId&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AccountName&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;SQL&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; SELECT BANs__c,&lt;BR /&gt;Name,&lt;BR /&gt;Id,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;Tax_id_2__c,&lt;BR /&gt;LastActivityDate,&lt;BR /&gt;Total_Sims__c&lt;BR /&gt;FROM Account;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;drop&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Field&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #000000;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;Thanks,&amp;nbsp;&amp;nbsp; Dan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 18:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805829#M661182</guid>
      <dc:creator />
      <dc:date>2015-02-27T18:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Inner Join Not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805830#M661183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're using an inner join&lt;/P&gt;&lt;P&gt;if there isn't any common values&lt;/P&gt;&lt;P&gt;you get 0 records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;b&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;c&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;inner join &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;aa&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;bb&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;cc&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 18:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805830#M661183</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-02-27T18:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Inner Join Not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805831#M661184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I thought AccountId would be the link between the two files.&amp;nbsp; When I load them without the inner join, they get linked together automatically by Qlikview on AccountId.&amp;nbsp; I'm trying to join them into one table so I can export as a .txt file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 18:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805831#M661184</guid>
      <dc:creator />
      <dc:date>2015-02-27T18:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Inner Join Not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805832#M661185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes AccountId is the join field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but are &lt;SPAN style="font-size: 13.3333330154419px;"&gt;there &lt;/SPAN&gt;common values of AccountId in the 2 tables? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 18:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805832#M661185</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-02-27T18:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Inner Join Not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805833#M661186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes there definitely are.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 18:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805833#M661186</guid>
      <dc:creator />
      <dc:date>2015-02-27T18:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Inner Join Not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805834#M661187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you post your .qvw after a reload of data with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join&lt;/P&gt;&lt;P&gt;instead of &lt;/P&gt;&lt;P&gt;Inner Join&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 18:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805834#M661187</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-02-27T18:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Inner Join Not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805835#M661188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the two accountid fields may have different values - could be the format or the value itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before you do the inner join, check your Account__c and Id fields, their formats and values to do a comparison and to make sure you have the same values in the same format in both the fields. remember that Qlikview is case-sensitive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 18:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805835#M661188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-27T18:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Inner Join Not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805836#M661189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load the data without the join and compare the two fields you are trying to join by in a table box field.&amp;nbsp;&amp;nbsp; Find your differences and correct it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 19:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805836#M661189</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2015-02-27T19:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Inner Join Not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805837#M661190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are no differences.&amp;nbsp; The ID is the same in both tables.&amp;nbsp; When loaded without a join statement in the script Qlikview makes the join so I can see them in a chart and the join is done just fine.&amp;nbsp;&amp;nbsp; However, I want the join in the script so I can export the data in one .txt file.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 21:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805837#M661190</guid>
      <dc:creator />
      <dc:date>2015-02-27T21:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Inner Join Not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805838#M661191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are not being inner joined, they are being associated by a common field.&amp;nbsp; The inner join is going to create a new table from the other two tables only where your common fields match.&amp;nbsp; I couldn't imagine the association would work without creating a synthetic key since you have two fields with the same name.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using a inner join it sounds like you are more interested in concatenating the two tables together. &lt;SPAN style="font-size: 13.3333330154419px;"&gt; Especially since both tables have the same table structure.&amp;nbsp; In the concatenate you can do a WHERE EXIST(Id,Id).&amp;nbsp; There wouldn't be a need to alias ID or name like you are doing.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, when you mention the script runs preview your table in the table viewer.&amp;nbsp; Control T, and then preview the table and see what data is there.&amp;nbsp; If a field is missing from the preview then something is wrong with your formatting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 22:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805838#M661191</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2015-02-27T22:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Inner Join Not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805839#M661192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan, when you expand the star symbols, you will get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/*** GET DATA FROM ACCOUNT_BAN_TAXID ***/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6666669845581px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account__c,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6666669845581px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BAN__c,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6666669845581px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; Id,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6666669845581px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6666669845581px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tax_ID__c,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account__c&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;&lt;STRONG&gt;AccountId&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt; SELECT Account__c,&lt;BR /&gt;BAN__c,&lt;BR /&gt;Id,&lt;BR /&gt;Name,&lt;BR /&gt;Tax_ID__c&lt;BR /&gt;FROM Account_BAN_Tax_ID__c;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;Inner&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;Join&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #008000;"&gt;/*** GET DATA FROM ACCOUNT ***/&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt; &lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 8pt; color: #000000;"&gt;BANs__c,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; Name,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Id,&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 8pt; color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tax_id_2__c,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LastActivityDate,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total_Sims__c,&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Id&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;&lt;STRONG&gt;AccountId&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;AccountName&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt; SELECT BANs__c,&lt;BR /&gt;Name,&lt;BR /&gt;Id,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt;Tax_id_2__c,&lt;BR /&gt;LastActivityDate,&lt;BR /&gt;Total_Sims__c&lt;BR /&gt;FROM Account;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;drop&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;Field&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #000000;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;Id&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 10.6666679382324px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-size: 10.6666679382324px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-size: 10.6666679382324px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;So your join is actually joining on three fields, Name, Id, and AccountId, right? Won't work, I believe, but don't know your data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-size: 10.6666679382324px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-size: 10.6666679382324px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;When you remove the join, the drop field statement will kick in at the end, so you get an association only by AccountId in that case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-size: 10.6666679382324px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #000000; font-size: 10.6666679382324px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Does this sound reasonable?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 22:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805839#M661192</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-02-27T22:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Inner Join Not Working</title>
      <link>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805840#M661193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked, swuhel.&amp;nbsp; By ensuring I was only joining on AccountId the join in the script worked.&amp;nbsp; Thanks to all who took the time to respond...much appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 23:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inner-Join-Not-Working/m-p/805840#M661193</guid>
      <dc:creator />
      <dc:date>2015-02-27T23:00:57Z</dc:date>
    </item>
  </channel>
</rss>

