<?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 not working? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11612#M607899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you do a JOIN instead of LEFT JOIN to see if the lead_id from the two fields align or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2018 11:24:25 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-03-12T11:24:25Z</dc:date>
    <item>
      <title>Left join not working?</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11611#M607898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikkers, &lt;/P&gt;&lt;P&gt;So i'm trying to LEFT JOIN my table deal on lead, but its not giving me back the result i want... I want to visualisize all the leads and deals that have the same lead_id on one line so i can use one date as dimension and 2 counts (lead &amp;amp; deal)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LIB CONNECT TO 'lead (-----------)';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[lead]:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [id] AS lead_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(inserted, 'DD/MM/YYYY') as lead_inserted,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [name_last] AS lead_name_last,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [priority] AS lead_priority,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('lead_sourceMap',[source], null()) AS source,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [owner_user] as user_id;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;(SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "inserted",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name_last",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "priority",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "source",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "owner_user"&lt;/P&gt;&lt;P&gt;FROM "root")&lt;/P&gt;&lt;P&gt;FROM JSON (wrap on) "root";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'deal (-------------)';&lt;/P&gt;&lt;P&gt;LEFT JOIN&lt;/P&gt;&lt;P&gt;[deal]:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [id] AS deal_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(inserted, 'DD/MM/YYYY') as deal_inserted,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [lead] AS lead_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [office] AS deal_office,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [owner_user] as userid,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [value_cents] AS deal_value_cents;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;(SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "inserted",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "lead",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "office",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "owner_user",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "value_cents"&lt;/P&gt;&lt;P&gt;FROM "root")&lt;/P&gt;&lt;P&gt;FROM JSON (wrap on) "root";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 11:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11611#M607898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-12T11:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Left join not working?</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11612#M607899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you do a JOIN instead of LEFT JOIN to see if the lead_id from the two fields align or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 11:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11612#M607899</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-12T11:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Left join not working?</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11613#M607900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have tried all the joins. If i do an INNER JOIN they align in a row, but then i miss all the leads that have not became deals... With the JOIN or LEFT JOIN i have values in the column deal_id, deal_inserted etc. But they are not in one single row...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 13:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11613#M607900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-12T13:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Left join not working?</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11614#M607901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is strange... can you show this via images of what you see when you join them using different joins?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 13:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11614#M607901</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-12T13:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Left join not working?</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11615#M607902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are not use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this steps two indentity tables then you see nur one Table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 13:23:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11615#M607902</guid>
      <dc:creator>gerry_hdm</dc:creator>
      <dc:date>2018-03-12T13:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Left join not working?</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11616#M607903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unfortunately i cannot show you images.. Maybe it is an Qlik Sense Cloud bug or some kind?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 13:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11616#M607903</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-12T13:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Left join not working?</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11617#M607904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With left join are you seeing deal_Id without lead_Id? So you are saying you see records with no lead_id? Do you have records in lead table with blank or nulls?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 21:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11617#M607904</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-12T21:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Left join not working?</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11618#M607905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i'm seeing deal_id without lead_id...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 16:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11618#M607905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-19T16:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Left join not working?</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11619#M607906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are deal_id and lead_id the defined as the same data type?&lt;/P&gt;&lt;P&gt;maybe lead_id is a string or integer and id is a double?&lt;/P&gt;&lt;P&gt;Qlik joins based on actual value of a field not displayed value, so 1 &amp;lt;&amp;gt; 1.0 and ' 1' &amp;lt;&amp;gt; 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 23:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join-not-working/m-p/11619#M607906</guid>
      <dc:creator>dwforest</dc:creator>
      <dc:date>2018-03-20T23:00:40Z</dc:date>
    </item>
  </channel>
</rss>

