<?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: Join Issue in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215145#M2292</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the back and forth.&lt;/P&gt;&lt;P&gt;What I meant is that I have code similar to what you are suggesting&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Table_A:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;LOAD&lt;/SPAN&gt; &lt;STRONG&gt;REPORT_DT,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOB_OPENING_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM [lib://QVDs/Table_A.qvd](qvd)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE JOB_OPENING_ID = '201864';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left join (Table_A)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;STRONG style="color: #ff0000;"&gt; *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;FROM [lib://QVDs/Table_b.qvd](qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2016 17:24:30 GMT</pubDate>
    <dc:creator>nvrphanikumar</dc:creator>
    <dc:date>2016-11-08T17:24:30Z</dc:date>
    <item>
      <title>Join Issue</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215138#M2285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt;Fairly new to Qlik,trying to figure out whats wrong with this LEFT Join.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt;I should have seen 8 rows from Table A but instead get a result with number of rows that exist in Table B(80K rows).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt;&amp;nbsp; Table_A&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt;&amp;nbsp; REPORT_DT&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt; &lt;SPAN style="font-family: Courier New;"&gt;JOB_OPENING_ID&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt; [lib&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;://&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt;QVDs&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt;Table_A&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt;qvd]&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt; JOB_OPENING_ID &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Courier;"&gt;'201864'&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;Left&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;join&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt;Table_A&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt; [lib&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;://&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt;QVDs&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt;Table_b&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt;qvd]&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;Also,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;I would like Both Table_A and Table_B to join based on Report_dt and JOb_Opening_id ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier;"&gt;Will it automatically join based on common columns or should I create a concatenated key ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 14:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215138#M2285</guid>
      <dc:creator>nvrphanikumar</dc:creator>
      <dc:date>2016-11-08T14:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Join Issue</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215139#M2286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the problem is the semi-colon after the where clause.&amp;nbsp; Remove that and give it a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have multiple fields that match then you will get a synthetic key.&amp;nbsp; So you should concatenate them into a key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 16:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215139#M2286</guid>
      <dc:creator>rittermd</dc:creator>
      <dc:date>2016-11-08T16:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Join Issue</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215140#M2287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That didn't help.When I removed semi-colon like below, It throw syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: Courier; font-size: 10pt;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier; font-size: 10pt;"&gt; JOB_OPENING_ID &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: Courier; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-family: Courier; font-size: 10pt;"&gt;'201864'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Courier;"&gt;On Synthetic Keys,I wouldn't be loading the common columns again.I would select only the columns I need.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: Courier;"&gt;So my question is,Can JOIN Command automatically pick two common columns from each table before it joins with the other table ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 16:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215140#M2287</guid>
      <dc:creator>nvrphanikumar</dc:creator>
      <dc:date>2016-11-08T16:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Join Issue</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215141#M2288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you left joining here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143285_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You missed the LOAD statement. Try this:&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&gt;Table_A:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;LOAD&lt;/SPAN&gt; REPORT_DT,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOB_OPENING_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM [lib://QVDs/Table_A.qvd](qvd)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE JOB_OPENING_ID = '201864';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left join (Table_A)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&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&gt;FROM [lib://QVDs/Table_b.qvd](qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 16:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215141#M2288</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-08T16:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Join Issue</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215142#M2289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good point.&amp;nbsp; Missed that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 17:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215142#M2289</guid>
      <dc:creator>rittermd</dc:creator>
      <dc:date>2016-11-08T17:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Join Issue</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215143#M2290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,I should have been more specific&amp;nbsp; with my code rather than stripping it.&lt;/P&gt;&lt;P&gt;I have the Load Statements already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 17:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215143#M2290</guid>
      <dc:creator>nvrphanikumar</dc:creator>
      <dc:date>2016-11-08T17:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Join Issue</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215144#M2291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand what you mean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 17:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215144#M2291</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-08T17:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Join Issue</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215145#M2292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the back and forth.&lt;/P&gt;&lt;P&gt;What I meant is that I have code similar to what you are suggesting&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Table_A:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;LOAD&lt;/SPAN&gt; &lt;STRONG&gt;REPORT_DT,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOB_OPENING_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM [lib://QVDs/Table_A.qvd](qvd)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE JOB_OPENING_ID = '201864';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left join (Table_A)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;STRONG style="color: #ff0000;"&gt; *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;FROM [lib://QVDs/Table_b.qvd](qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 17:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215145#M2292</guid>
      <dc:creator>nvrphanikumar</dc:creator>
      <dc:date>2016-11-08T17:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Join Issue</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215146#M2293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Left Join will bring all the rows from Table_b where it finds the match in Table_A on the fields you are joining on? Have you checked the values are not matching for the joined fields? May be you have one addition field you need to join on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just as a side note, the field names need to match word-to-word and case-to-case for QlikView to know that you are joining the two tables on the intended fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 17:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215146#M2293</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-08T17:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Join Issue</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215147#M2294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Results didn't come back right even after I chose INNER JOIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table A has R&lt;STRONG&gt;EPORT_DT,&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; JOB_OPENING_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Table B has &lt;STRONG&gt;REPORT_DT,&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOB_OPENING_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm assuming JOIN would automatically join based on these two Columns from two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally I have created a single Join Key Column on both tables but it still doesn't join the values properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes.I'm sure that The column names match exactly and Values are right&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 18:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215147#M2294</guid>
      <dc:creator>nvrphanikumar</dc:creator>
      <dc:date>2016-11-08T18:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Join Issue</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215148#M2295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally figured out what the issue is.&lt;/P&gt;&lt;P&gt;During Join, I assumed that if I include all columns from all tables then data will get inserted as multiple columns. So I chose only the columns I needed in the output.&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Table_A:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;LOAD&lt;/SPAN&gt; &lt;STRONG&gt;REPORT_DT,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOB_OPENING_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM [lib://QVDs/Table_A.qvd](qvd)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE JOB_OPENING_ID = '201864';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left join (Table_A)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;STRONG style="color: #ff0000;"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TARGETS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;FROM [lib://QVDs/Table_b.qvd](qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Which means I didn't include Join Condition columns in the statement&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I changed the Query to below,I get correct results.&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Table_A:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;LOAD&lt;/SPAN&gt; &lt;STRONG&gt;REPORT_DT,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOB_OPENING_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM [lib://QVDs/Table_A.qvd](qvd)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE JOB_OPENING_ID = '201864';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left join (Table_A)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;STRONG style="color: #ff0000;"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;REPORT_DT,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOB_OPENING_ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TARGETS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;FROM [lib://QVDs/Table_b.qvd](qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 18:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215148#M2295</guid>
      <dc:creator>nvrphanikumar</dc:creator>
      <dc:date>2016-11-08T18:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Join Issue</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215149#M2296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked in your data model that it is now only storing 8 rows? I am surprised it made a difference. I mean a DISTINCT left join would have been explainable, but this is somewhat confusing. Is it a bug? I am not sure...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 22:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Join-Issue/m-p/1215149#M2296</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-08T22:48:42Z</dc:date>
    </item>
  </channel>
</rss>

