<?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: Multiple joins in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-joins-in-qlikview/m-p/851328#M656926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it possible&lt;/P&gt;&lt;P&gt;I suggest to read this &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2739"&gt;To Join or not to Join&lt;/A&gt;&lt;/P&gt;&lt;P&gt;then if you still want to join all the tables: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIOROF:&lt;/P&gt;&lt;P&gt;sql select * from VIOROF;&lt;/P&gt;&lt;P&gt;// sql select .... if you read the data from a database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join (VIOROF) &lt;/P&gt;&lt;P&gt;sql select * from VICNCN;&lt;/P&gt;&lt;P&gt;// you can see there is no where, the qlikview join is made using fields with the same name&lt;/P&gt;&lt;P&gt;// if the join fields are different, rename&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join (VIOROF)&lt;/P&gt;&lt;P&gt;sql select * from VICDCOND;&lt;/P&gt;&lt;P&gt;// this is the 2nd join in your table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join (VIOROF)&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can find a lot of help about join (and load) &lt;/P&gt;&lt;P&gt;- in QlikView online help&lt;/P&gt;&lt;P&gt;- &lt;A href="https://community.qlik.com/qlik-blogpost/2972"&gt;Preceding Load&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="https://community.qlik.com/docs/DOC-5698"&gt;LOAD data into QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2015 20:28:21 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-06-09T20:28:21Z</dc:date>
    <item>
      <title>Multiple joins in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-joins-in-qlikview/m-p/851327#M656924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi good day, i am very new to business intelligence such as qlikview. right now i doing a script that needs to join multiple tables, something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="joins.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88728_joins.png" style="height: 176px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know to construct it in SQL but not in qlikview so my question is?&lt;/P&gt;&lt;P&gt;1. how can i join this tables in the script?is it possible?&lt;/P&gt;&lt;P&gt;can someone teach me how, or atleast show some sample codes., anything will help thanks you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 04:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-joins-in-qlikview/m-p/851327#M656924</guid>
      <dc:creator />
      <dc:date>2015-06-09T04:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple joins in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-joins-in-qlikview/m-p/851328#M656926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it possible&lt;/P&gt;&lt;P&gt;I suggest to read this &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2739"&gt;To Join or not to Join&lt;/A&gt;&lt;/P&gt;&lt;P&gt;then if you still want to join all the tables: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIOROF:&lt;/P&gt;&lt;P&gt;sql select * from VIOROF;&lt;/P&gt;&lt;P&gt;// sql select .... if you read the data from a database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join (VIOROF) &lt;/P&gt;&lt;P&gt;sql select * from VICNCN;&lt;/P&gt;&lt;P&gt;// you can see there is no where, the qlikview join is made using fields with the same name&lt;/P&gt;&lt;P&gt;// if the join fields are different, rename&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join (VIOROF)&lt;/P&gt;&lt;P&gt;sql select * from VICDCOND;&lt;/P&gt;&lt;P&gt;// this is the 2nd join in your table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inner join (VIOROF)&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can find a lot of help about join (and load) &lt;/P&gt;&lt;P&gt;- in QlikView online help&lt;/P&gt;&lt;P&gt;- &lt;A href="https://community.qlik.com/qlik-blogpost/2972"&gt;Preceding Load&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- &lt;A href="https://community.qlik.com/docs/DOC-5698"&gt;LOAD data into QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 20:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-joins-in-qlikview/m-p/851328#M656926</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-06-09T20:28:21Z</dc:date>
    </item>
  </channel>
</rss>

