<?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: How to do left outer join in qlik via script in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-do-left-outer-join-in-qlik-via-script/m-p/842027#M1090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think now the join is working, but my purpose is to take every record from table &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;dir_documenti that do not have match on dir_acquisizione.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;in a normal left join i do this by setting in WHERE&lt;/P&gt;&lt;P&gt;dir_acquisizione.cod_contenitore is null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can do the same here or i have to use a specific instruction of Qlik?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for your help mate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jul 2015 06:07:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-10T06:07:44Z</dc:date>
    <item>
      <title>How to do left outer join in qlik via script</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-do-left-outer-join-in-qlik-via-script/m-p/842025#M1088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i'm trying to do a left outer join from table a to table b.&lt;/P&gt;&lt;P&gt;but i get always an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;sql select cod_contenitore as contenitore_join&lt;/P&gt;&lt;P&gt;from dir_documenti&lt;/P&gt;&lt;P&gt;where dir_documenti.CLIENTE_1 = '04011' AND&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dir_documenti.COD_CLASSE_1 = 'QAV';&lt;/P&gt;&lt;P&gt;left join Load *;&lt;/P&gt;&lt;P&gt;sql select cod_contenitore as contenitore_join&lt;/P&gt;&lt;P&gt;from dir_acquisizione&lt;/P&gt;&lt;P&gt;where dir_acquisizione.CLIENTE_1 = '04011' AND&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dir_acquisizione.COD_CLASSE_1 = 'QAV'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and join_reference is null;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 15:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-do-left-outer-join-in-qlik-via-script/m-p/842025#M1088</guid>
      <dc:creator />
      <dc:date>2015-07-09T15:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to do left outer join in qlik via script</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-do-left-outer-join-in-qlik-via-script/m-p/842026#M1089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe the missing table names is causing an issue. Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Table:&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;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;sql select cod_contenitore as contenitore_join&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 dir_documenti&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;where dir_documenti.CLIENTE_1 = '04011' AND&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dir_documenti.COD_CLASSE_1 = 'QAV';&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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Left Join &lt;SPAN style="color: #ff0000;"&gt;(Table)&lt;/SPAN&gt;&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; 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;sql select cod_contenitore as contenitore_join&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 dir_acquisizione&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;where dir_acquisizione.CLIENTE_1 = '04011' AND&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dir_acquisizione.COD_CLASSE_1 = 'QAV'&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and join_reference is null;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 16:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-do-left-outer-join-in-qlik-via-script/m-p/842026#M1089</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-09T16:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to do left outer join in qlik via script</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-do-left-outer-join-in-qlik-via-script/m-p/842027#M1090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think now the join is working, but my purpose is to take every record from table &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;dir_documenti that do not have match on dir_acquisizione.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;in a normal left join i do this by setting in WHERE&lt;/P&gt;&lt;P&gt;dir_acquisizione.cod_contenitore is null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can do the same here or i have to use a specific instruction of Qlik?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for your help mate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 06:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-do-left-outer-join-in-qlik-via-script/m-p/842027#M1090</guid>
      <dc:creator />
      <dc:date>2015-07-10T06:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to do left outer join in qlik via script</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-do-left-outer-join-in-qlik-via-script/m-p/842028#M1091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;my purpose is to take every record from table &lt;/SPAN&gt;&lt;STRONG style="line-height: 1.5em; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;dir_documenti that do not have match on dir_acquisizione.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;in a normal left join i do this by setting in WHERE&lt;/P&gt;
&lt;P&gt;dir_acquisizione.cod_contenitore is null.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Not sure I completely understand what you are trying to do. Would you be able to elaborate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 09:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-do-left-outer-join-in-qlik-via-script/m-p/842028#M1091</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-10T09:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to do left outer join in qlik via script</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-do-left-outer-join-in-qlik-via-script/m-p/842029#M1092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best way is probably to not use a join, but instead use the Exists() function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Acq:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;sql &lt;SPAN style="font-size: 13.3333330154419px;"&gt;select &lt;/SPAN&gt;&lt;/SPAN&gt;cod_contenitore as contenitore_join_in_ dir_acquisizione&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;from &lt;/SPAN&gt;dir_acquisizione &lt;SPAN style="font-size: 13.3333330154419px;"&gt;where &lt;/SPAN&gt;... &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Doc:&lt;/P&gt;&lt;P&gt;Load * Where not Exists(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;contenitore_join_in_ dir_acquisizione, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;cod_contenitore&lt;/SPAN&gt;&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;sql select cod_contenitore, ...&lt;/P&gt;&lt;P&gt;from dir_documenti where ... &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Drop Table Acq;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 10:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-do-left-outer-join-in-qlik-via-script/m-p/842029#M1092</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-07-10T10:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to do left outer join in qlik via script</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-do-left-outer-join-in-qlik-via-script/m-p/842030#M1093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try joining the sql tables directly like 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 style="font-style: inherit; font-family: inherit;"&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-family: inherit;"&gt;sql select cod_contenitore as contenitore_join&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-family: inherit;"&gt;from dir_documenti left outer join &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;dir_acquisizione on (&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;dir_documenti &lt;/STRONG&gt;.&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;cod_contenitore=&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;dir_acquisizione.&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;cod_contenitore&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;)&lt;/STRONG&gt;&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-family: inherit;"&gt;where &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-family: inherit;"&gt;dir_documenti.CLIENTE_1 = '04011' AND&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-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dir_documenti.COD_CLASSE_1 = 'QAV' AND&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-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dir_acquisizione.CLIENTE_1 = '04011' AND&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-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dir_acquisizione.COD_CLASSE_1 = 'QAV'&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-family: inherit;"&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 10:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-do-left-outer-join-in-qlik-via-script/m-p/842030#M1093</guid>
      <dc:creator />
      <dc:date>2015-07-10T10:57:53Z</dc:date>
    </item>
  </channel>
</rss>

