<?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: Joins are not working except inner join in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Joins-are-not-working-except-inner-join/m-p/1683353#M15721</link>
    <description>&lt;P&gt;With your sample data all joins work correctly. results are below.&lt;/P&gt;&lt;P&gt;can you share the output of the inner join you are getting?&lt;/P&gt;&lt;P&gt;left join&amp;nbsp;&lt;/P&gt;&lt;P&gt;T3:&lt;BR /&gt;load * inline [&lt;BR /&gt;Employee Code, Manager&lt;BR /&gt;E1, Manager 1&lt;BR /&gt;E3, Manager 1&lt;BR /&gt;E5, Manager 2&lt;BR /&gt;];&lt;BR /&gt;left join (T3)&lt;BR /&gt;load * inline [&lt;BR /&gt;Employee Code, Employee Name&lt;BR /&gt;E1, Sachin Tendulkar&lt;BR /&gt;E2, Rahul Dravid&lt;BR /&gt;E4, Mohsin Khan&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 543px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29827i4818034DAACB1D01/image-dimensions/543x323?v=v2" width="543" height="323" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;right join&lt;/P&gt;&lt;P&gt;script same as above apart from&amp;nbsp;&lt;STRONG&gt;right&lt;/STRONG&gt; join (T3)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 608px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29828i954F6AEF4D019C67/image-dimensions/608x224?v=v2" width="608" height="224" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;inner join&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29830i221A36387698EEED/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Mar 2020 14:46:37 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2020-03-10T14:46:37Z</dc:date>
    <item>
      <title>Joins are not working except inner join</title>
      <link>https://community.qlik.com/t5/Management-Governance/Joins-are-not-working-except-inner-join/m-p/1682920#M15714</link>
      <description>&lt;P&gt;I am new to qliksense.&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;T3:&lt;BR /&gt;LOAD&lt;BR /&gt;"Employee Code",&lt;BR /&gt;Manager&lt;BR /&gt;FROM [lib://DataFiles/Tableau-DIY-BDCS.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet3);&lt;/P&gt;&lt;P&gt;Inner Join&lt;/P&gt;&lt;P&gt;T4:&lt;BR /&gt;LOAD&lt;BR /&gt;"Employee Code",&lt;BR /&gt;"Employee Name"&lt;BR /&gt;FROM [lib://DataFiles/Tableau-DIY-BDCS.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet4);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have used same script for inner join, outer join, left join, right join. But only inner given proper output and remain all joins are showing like attached screen shot.I tried like below also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;T3:&lt;BR /&gt;LOAD&lt;BR /&gt;"Employee Code",&lt;BR /&gt;Manager&lt;BR /&gt;FROM [lib://DataFiles/Tableau-DIY-BDCS.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet3);&lt;/P&gt;&lt;P&gt;Inner Join(T3)&lt;/P&gt;&lt;P&gt;T4:&lt;BR /&gt;LOAD&lt;BR /&gt;"Employee Code",&lt;BR /&gt;"Employee Name"&lt;BR /&gt;FROM [lib://DataFiles/Tableau-DIY-BDCS.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet4);&lt;/P&gt;&lt;P&gt;Only inner join with same scripts , other joins not workings. Please suggest me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 14:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Joins-are-not-working-except-inner-join/m-p/1682920#M15714</guid>
      <dc:creator>bvrg2747</dc:creator>
      <dc:date>2020-03-09T14:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Joins are not working except inner join</title>
      <link>https://community.qlik.com/t5/Management-Governance/Joins-are-not-working-except-inner-join/m-p/1682997#M15717</link>
      <description>&lt;P&gt;share a sample of the 2 excels and i can try and help&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 16:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Joins-are-not-working-except-inner-join/m-p/1682997#M15717</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-03-09T16:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Joins are not working except inner join</title>
      <link>https://community.qlik.com/t5/Management-Governance/Joins-are-not-working-except-inner-join/m-p/1683326#M15720</link>
      <description>&lt;P&gt;Sheet 1:&lt;/P&gt;&lt;TABLE width="207"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="108"&gt;Employee Code&lt;/TD&gt;&lt;TD width="99"&gt;Manager&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;E1&lt;/TD&gt;&lt;TD&gt;Manager 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;E3&lt;/TD&gt;&lt;TD&gt;Manager 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;E5&lt;/TD&gt;&lt;TD&gt;Manager 2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sheet 2:&lt;/P&gt;&lt;TABLE width="246"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="130"&gt;Employee Code&lt;/TD&gt;&lt;TD width="116"&gt;Employee Name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;E1&lt;/TD&gt;&lt;TD&gt;Sachin Tendulkar&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;E2&lt;/TD&gt;&lt;TD&gt;Rahul Dravid&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;E4&lt;/TD&gt;&lt;TD&gt;Mohsin Khan&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 10 Mar 2020 14:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Joins-are-not-working-except-inner-join/m-p/1683326#M15720</guid>
      <dc:creator>bvrg2747</dc:creator>
      <dc:date>2020-03-10T14:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Joins are not working except inner join</title>
      <link>https://community.qlik.com/t5/Management-Governance/Joins-are-not-working-except-inner-join/m-p/1683353#M15721</link>
      <description>&lt;P&gt;With your sample data all joins work correctly. results are below.&lt;/P&gt;&lt;P&gt;can you share the output of the inner join you are getting?&lt;/P&gt;&lt;P&gt;left join&amp;nbsp;&lt;/P&gt;&lt;P&gt;T3:&lt;BR /&gt;load * inline [&lt;BR /&gt;Employee Code, Manager&lt;BR /&gt;E1, Manager 1&lt;BR /&gt;E3, Manager 1&lt;BR /&gt;E5, Manager 2&lt;BR /&gt;];&lt;BR /&gt;left join (T3)&lt;BR /&gt;load * inline [&lt;BR /&gt;Employee Code, Employee Name&lt;BR /&gt;E1, Sachin Tendulkar&lt;BR /&gt;E2, Rahul Dravid&lt;BR /&gt;E4, Mohsin Khan&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 543px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29827i4818034DAACB1D01/image-dimensions/543x323?v=v2" width="543" height="323" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;right join&lt;/P&gt;&lt;P&gt;script same as above apart from&amp;nbsp;&lt;STRONG&gt;right&lt;/STRONG&gt; join (T3)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 608px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29828i954F6AEF4D019C67/image-dimensions/608x224?v=v2" width="608" height="224" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;inner join&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29830i221A36387698EEED/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 14:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Joins-are-not-working-except-inner-join/m-p/1683353#M15721</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-03-10T14:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Joins are not working except inner join</title>
      <link>https://community.qlik.com/t5/Management-Governance/Joins-are-not-working-except-inner-join/m-p/1683356#M15722</link>
      <description>&lt;P&gt;inner join output same as your output. only issue with other joins.&lt;/P&gt;&lt;P&gt;except inner join all other joins are getting null values. i will try with your script, will see.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 14:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Joins-are-not-working-except-inner-join/m-p/1683356#M15722</guid>
      <dc:creator>bvrg2747</dc:creator>
      <dc:date>2020-03-10T14:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Joins are not working except inner join</title>
      <link>https://community.qlik.com/t5/Management-Governance/Joins-are-not-working-except-inner-join/m-p/1683418#M15723</link>
      <description>&lt;P&gt;Does "&lt;SPAN&gt;Employee Code" in your spreadsheet have any trailing blanks?&amp;nbsp; Can use rtrim("Employee Code") to check this.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 16:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Joins-are-not-working-except-inner-join/m-p/1683418#M15723</guid>
      <dc:creator>squeakie_pig</dc:creator>
      <dc:date>2020-03-10T16:49:32Z</dc:date>
    </item>
  </channel>
</rss>

