<?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: Left join with multiple where condition issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Left-join-with-multiple-where-condition-issue/m-p/1449833#M818372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post; not visible in preview).&lt;/P&gt;&lt;P&gt;If not, please make clear what part of this topic you still need help with &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Sep 2017 07:34:56 GMT</pubDate>
    <dc:creator>oknotsen</dc:creator>
    <dc:date>2017-09-08T07:34:56Z</dc:date>
    <item>
      <title>Left join with multiple where condition issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-with-multiple-where-condition-issue/m-p/1449830#M818369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Can anyone help how to fix the below problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have two tables and values are below (Sample data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;A,B,C,D&lt;/P&gt;&lt;P&gt;101,A1,A2,A3&lt;/P&gt;&lt;P&gt;102,C1,C2,C2&lt;/P&gt;&lt;P&gt;103,A1,A2,A3&lt;/P&gt;&lt;P&gt;104,T1,T2,T3&lt;/P&gt;&lt;P&gt;104,C2,C10,C9&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;E,F&lt;/P&gt;&lt;P&gt;A1,Accounts&lt;/P&gt;&lt;P&gt;A2,Accounts&lt;/P&gt;&lt;P&gt;A3,Accounts&lt;/P&gt;&lt;P&gt;C1,Count&lt;/P&gt;&lt;P&gt;C2,Count&lt;/P&gt;&lt;P&gt;T1,Talent&lt;/P&gt;&lt;P&gt;T2,Talent&lt;/P&gt;&lt;P&gt;T3,Talent&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i join the above&amp;nbsp; tables Table1 Left Table2 and the condition is B=E or C= E or D= E so i am getting&amp;nbsp; the result below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;A,B,C,D,E&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;101,A1,A2,A3,Accounts&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;102,C1,C2,C2,Count&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;103,A1,A2,A3,Accounts&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;104,T1,T2,T3,Talent&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;104,C2,C10,C9,Count&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;104,C2,C10,C9,-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want the below result&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;A,B,C,D,E&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;101,A1,A2,A3,Accounts&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;102,C1,C2,C2,Count&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;103,A1,A2,A3,Accounts&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;104,T1,T2,T3,Talent&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;104,C2,C10,C9,Count&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Can you please help me and Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-with-multiple-where-condition-issue/m-p/1449830#M818369</guid>
      <dc:creator>munibridgei2i</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Left join with multiple where condition issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-with-multiple-where-condition-issue/m-p/1449831#M818370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map:&lt;/P&gt;&lt;P&gt;mapping Load Left(E,1) as E,F Inline [&lt;/P&gt;&lt;P&gt;E,F&lt;/P&gt;&lt;P&gt;A1,Accounts&lt;/P&gt;&lt;P&gt;A2,Accounts&lt;/P&gt;&lt;P&gt;A3,Accounts&lt;/P&gt;&lt;P&gt;C1,Count&lt;/P&gt;&lt;P&gt;C2,Count&lt;/P&gt;&lt;P&gt;T1,Talent&lt;/P&gt;&lt;P&gt;T2,Talent&lt;/P&gt;&lt;P&gt;T3,Talent&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load *, alt(ApplyMap('Map',left(B,1)),ApplyMap('Map',left(C,1)),ApplyMap('Map',left(D,1))) as E &lt;/P&gt;&lt;P&gt;inline [&lt;/P&gt;&lt;P&gt;A,B,C,D&lt;/P&gt;&lt;P&gt;101,A1,A2,A3&lt;/P&gt;&lt;P&gt;102,C1,C2,C2&lt;/P&gt;&lt;P&gt;103,A1,A2,A3&lt;/P&gt;&lt;P&gt;104,T1,T2,T3&lt;/P&gt;&lt;P&gt;104,C2,C10,C9&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 10:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-with-multiple-where-condition-issue/m-p/1449831#M818370</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-23T10:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Left join with multiple where condition issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-with-multiple-where-condition-issue/m-p/1449832#M818371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working perfect, Thank you Kushal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 05:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-with-multiple-where-condition-issue/m-p/1449832#M818371</guid>
      <dc:creator>munibridgei2i</dc:creator>
      <dc:date>2017-09-08T05:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Left join with multiple where condition issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-with-multiple-where-condition-issue/m-p/1449833#M818372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post; not visible in preview).&lt;/P&gt;&lt;P&gt;If not, please make clear what part of this topic you still need help with &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-with-multiple-where-condition-issue/m-p/1449833#M818372</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2017-09-08T07:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Left join with multiple where condition issue</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-with-multiple-where-condition-issue/m-p/1449834#M818373</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 also 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;Table1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Left(B, 1) AS E &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;inline [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A,B,C,D&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;101,A1,A2,A3&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;102,C1,C2,C2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;103,A1,A2,A3&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;104,T1,T2,T3&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;104,C2,C10,C9&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&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;Left Join(Table1)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load DISTINCT &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Left(E, 1) AS E,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;F&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Inline [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;E,F&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A1,Accounts&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A2,Accounts&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;A3,Accounts&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C1,Count&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C2,Count&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;T1,Talent&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;T2,Talent&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;T3,Talent&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 08:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-with-multiple-where-condition-issue/m-p/1449834#M818373</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2017-09-08T08:36:59Z</dc:date>
    </item>
  </channel>
</rss>

