<?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: Problem with full outer join in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Problem-with-full-outer-join/m-p/1586134#M42869</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have VOYCLE in the 2 tables ORDRE and VOYAGE. It is not the problem but the right join doesn't work, also OUTER JOIN that is by default with Qlik&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 12:44:45 GMT</pubDate>
    <dc:creator>olivier_vincon</dc:creator>
    <dc:date>2019-05-29T12:44:45Z</dc:date>
    <item>
      <title>Problem with full outer join</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-full-outer-join/m-p/1586117#M42866</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a problem in my script between table ORDRE and VOYAGE with the key 'VOYCLE', the only key between these 2 tables.&lt;/P&gt;&lt;P&gt;Normally, the join by default is a full OUTER JOIN in QlikSense but I don't see all the value of the key VOYCLE where VOYETAT = 'ES'&lt;/P&gt;&lt;P&gt;VOYAGE:&lt;BR /&gt;LOAD VOYCLE, *&lt;BR /&gt;FROM [$(PathQVD)voyage.qvd](qvd)&lt;BR /&gt;where&lt;BR /&gt;match(VOYETAT,'E','ES','I','P')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right Join(ORDRE)&lt;/P&gt;&lt;P&gt;LOAD VOYCLE, *&lt;BR /&gt;FROM [$(PathQVD)voyage.qvd](qvd)&lt;BR /&gt;where&lt;BR /&gt;match(VOYETAT,'E','ES','I','P')&lt;/P&gt;&lt;P&gt;But totally the same problem.&lt;/P&gt;&lt;P&gt;If I try to concatenate to table VOYAGE only the datas with the VOYETAT = 'ES', finally I have the same problem, because Qlik apply a INNER JOIN and I don't know why.&lt;/P&gt;&lt;P&gt;Could you tell me please ?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Michel&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-full-outer-join/m-p/1586117#M42866</guid>
      <dc:creator>olivier_vincon</dc:creator>
      <dc:date>2024-11-16T05:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with full outer join</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-full-outer-join/m-p/1586128#M42868</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;A join in Qlik is done by all fields with the same name.&lt;/P&gt;&lt;P&gt;To give one field (like&amp;nbsp;&lt;SPAN&gt;VOYCLE in your example) is not enough.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So rename the field you want to load but have the same name or select only fields that are necessary.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can see which fields are match if you load the datas without join. Then you can see in data model which fields are linked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 12:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-full-outer-join/m-p/1586128#M42868</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2019-05-29T12:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with full outer join</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-full-outer-join/m-p/1586134#M42869</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have VOYCLE in the 2 tables ORDRE and VOYAGE. It is not the problem but the right join doesn't work, also OUTER JOIN that is by default with Qlik&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 12:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-full-outer-join/m-p/1586134#M42869</guid>
      <dc:creator>olivier_vincon</dc:creator>
      <dc:date>2019-05-29T12:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with full outer join</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-full-outer-join/m-p/1586136#M42870</link>
      <description>&lt;P&gt;How is the table looks like for "&lt;FONT color="#54565a"&gt;ORDRE" table. Can you please share full script&amp;nbsp;of yours?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 12:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-full-outer-join/m-p/1586136#M42870</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-05-29T12:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with full outer join</title>
      <link>https://community.qlik.com/t5/App-Development/Problem-with-full-outer-join/m-p/1587016#M42967</link>
      <description>&lt;P&gt;&lt;EM&gt;Hi, I have isolated the problem. And it comes from the reduction of datas on the table ORDRE in the script because we have null values of VOYCLE when VOYETAT = ES in the table VOYAGE. So I have to concatenate the table ORDRE with these values.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 07:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Problem-with-full-outer-join/m-p/1587016#M42967</guid>
      <dc:creator>olivier_vincon</dc:creator>
      <dc:date>2019-05-31T07:36:45Z</dc:date>
    </item>
  </channel>
</rss>

