<?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 IN QLIKVIEW ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401479#M1156339</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;&amp;nbsp;&amp;nbsp; Please check the application,it'sworking correctly,Can you do left join after storing a qvd.&lt;/P&gt;&lt;P&gt;i hope that's will be work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/info.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/minus.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2013 18:09:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-02-04T18:09:38Z</dc:date>
    <item>
      <title>LEFT JOIN IN QLIKVIEW ?</title>
      <link>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401476#M1156336</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 am trying to join two tables in Qlikview but require all the data in Table 1 and only related data in Table 2.&amp;nbsp; Therefore in SQL this would require a straight forward left join however I can't seem to get this working in QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13599964733884219" jivemacro_uid="_13599964733884219"&gt;&lt;P&gt;Qualify*; &lt;/P&gt;&lt;P&gt;UnQualify CUST_ID ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;LOAD "CUST_ID", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "123",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "456" ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "TABLE_1";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify*; &lt;/P&gt;&lt;P&gt;UnQualify CUST_ID ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (DATA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SALES:&lt;/P&gt;&lt;P&gt;LOAD "CUST_ID", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ABC",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "EFG", &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "TABLE_2";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I require all the values in CUST_ID in TABLE 1 - e.g. in the application if I run a simple COUNT(CUST_ID) it should show the total number of values in TABLE1 for CUST_ID.&amp;nbsp; However unfortunately this is not happening!&amp;nbsp; Where am I going wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 16:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401476#M1156336</guid>
      <dc:creator />
      <dc:date>2013-02-04T16:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: LEFT JOIN IN QLIKVIEW ?</title>
      <link>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401477#M1156337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you see instead? A higher or lower number of records?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just an idea: Is CUST_ID a key field in your application? &lt;/P&gt;&lt;P&gt;You shouldn't count() a key field in QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if it is, try counting another field with 100% information density (edit: in that table) or check the number of rows in table viewer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 17:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401477#M1156337</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-02-04T17:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: LEFT JOIN IN QLIKVIEW ?</title>
      <link>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401478#M1156338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your script there are some syntax errors, and I don't know if they are due to transcription or not. Try this script, it should be work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;Qualify *; &lt;BR /&gt;UnQualify CUST_ID ;&lt;BR /&gt;&lt;BR /&gt;DATA:&lt;BR /&gt;LOAD "CUST_ID", &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "123",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "456";&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM TABLE_1;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Qualify *; &lt;BR /&gt;UnQualify CUST_ID ;&lt;BR /&gt;&lt;BR /&gt;LEFT JOIN (DATA)&lt;BR /&gt;&lt;BR /&gt;LOAD "CUST_ID", &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ABC",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "EFG";&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM TABLE_2;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 17:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401478#M1156338</guid>
      <dc:creator />
      <dc:date>2013-02-04T17:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: LEFT JOIN IN QLIKVIEW ?</title>
      <link>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401479#M1156339</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;&amp;nbsp;&amp;nbsp; Please check the application,it'sworking correctly,Can you do left join after storing a qvd.&lt;/P&gt;&lt;P&gt;i hope that's will be work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/info.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/minus.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 18:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401479#M1156339</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-04T18:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: LEFT JOIN IN QLIKVIEW ?</title>
      <link>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401480#M1156340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl, I am getting less number of records.&lt;BR /&gt; However I am counting on a key field.&amp;nbsp; But why would this matter?&amp;nbsp; I need to count on this field as its the only accurate way to count the number of customers (each customer must have an id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juan - thanks, this was just a typo.&amp;nbsp; The syntax is correct in the application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 08:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401480#M1156340</guid>
      <dc:creator />
      <dc:date>2013-02-05T08:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: LEFT JOIN IN QLIKVIEW ?</title>
      <link>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401481#M1156341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Juan - thanks, this was just a typo.&amp;nbsp; The syntax is correct in the application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 08:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401481#M1156341</guid>
      <dc:creator />
      <dc:date>2013-02-05T08:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: LEFT JOIN IN QLIKVIEW ?</title>
      <link>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401482#M1156342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With that syntax, the script works perfect. Maybe you are not counting correctly the records, or your tables/views have other records than expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 09:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401482#M1156342</guid>
      <dc:creator />
      <dc:date>2013-02-05T09:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: LEFT JOIN IN QLIKVIEW ?</title>
      <link>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401483#M1156343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Juan, maybe I don't understand how joins exactly work in QV...what I'm trying to do is count the number of customers in TABLE 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example, if I have 100 customers in TABLE 2 but only 50 of these customers exist in TABLE 1. How do I count the total number of customers in TABLE 2 i.e. 100?&amp;nbsp; I am using COUNT(CUST_ID) but it seems I'm only getting the number of&amp;nbsp; customers that exist in both tables i.e. 50.&amp;nbsp; Is it possible to count on an Index?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 10:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401483#M1156343</guid>
      <dc:creator />
      <dc:date>2013-02-05T10:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: LEFT JOIN IN QLIKVIEW ?</title>
      <link>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401484#M1156344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I said, you shouldn't count() on a key field. The key field is part of multiple tables, and since you don't define the table you want to count the field's values in, QV doesn't know how to handle this. The answer is not really defined, e.g. depending on load order of your tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do a count(distinct KEYFIELD), but this will do a distinct count of course.&lt;/P&gt;&lt;P&gt;Or count a field in the table with 100% information density (i.e. there is a value for each record in that table). For example, if each Customer must have a last name entered into the system, count the [Last Name] field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could post a small sample app or a more complete script snippet, we can help you with the concrete syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 10:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401484#M1156344</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-02-05T10:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: LEFT JOIN IN QLIKVIEW ?</title>
      <link>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401485#M1156345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="almost_half_cell"&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Good work&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;thanks for the help&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;!!!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 15:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401485#M1156345</guid>
      <dc:creator />
      <dc:date>2015-01-09T15:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: LEFT JOIN IN QLIKVIEW ?</title>
      <link>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401486#M1156346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;if i have more then 4 tables but i need to create "LEFT JOIN" all of 3 tables into 1 table then what should i use?&lt;/P&gt;&lt;P&gt;i want to create left join from Dish_Index table&lt;/P&gt;&lt;P&gt;kindly help&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/75088_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 11:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401486#M1156346</guid>
      <dc:creator />
      <dc:date>2015-01-12T11:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: LEFT JOIN IN QLIKVIEW ?</title>
      <link>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401487#M1156347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 12:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401487#M1156347</guid>
      <dc:creator />
      <dc:date>2015-01-12T12:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: LEFT JOIN IN QLIKVIEW ?</title>
      <link>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401488#M1156348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does this help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;Dish_Index:&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;FileName_ID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;Field2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;&amp;nbsp; //add more fields&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;FROM&amp;nbsp; Dish_Index;&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;//Left Join - the field names in the two tables being joined must match&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;// Field1=Field1 (left join) for all tables joined with Dish_index&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;//first table: Dish_Index LEFT JOIN ON Dish_phrase&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;LEFT JOIN (Dish_Index)&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;FileName_ID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;Field3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt; //add more fields &lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;…&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;FROM Dish_phrase;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;//Second table: Dish_Index LEFT JOIN ON Dish_custom_topics&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;LEFT JOIN (Dish_Index)&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;FileName_ID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;Field4,&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt; //add more fields &lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;…&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;SPAN style="font-family: Arial; color: #3d3d3d;"&gt;FROM Dish_custom_topics;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jan 2015 20:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401488#M1156348</guid>
      <dc:creator />
      <dc:date>2015-01-17T20:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: LEFT JOIN IN QLIKVIEW ?</title>
      <link>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401489#M1156349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want&amp;nbsp; to join all table in one table i advise use concatenate instead of left join or right join because it will affect on your application performance,it&amp;nbsp; will slow in reloading time. also in addition left join or right join are used based on the requirement, but if you want to join table in one table only used concatenate. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 03:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/401489#M1156349</guid>
      <dc:creator />
      <dc:date>2015-03-03T03:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: LEFT JOIN IN QLIKVIEW ?</title>
      <link>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/1572043#M1156350</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;I&amp;nbsp;have the same problem but higher&amp;nbsp; number of records than my original&amp;nbsp;table &amp;nbsp;:). and I do not count key-field.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 11:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LEFT-JOIN-IN-QLIKVIEW/m-p/1572043#M1156350</guid>
      <dc:creator>Ibobob70</dc:creator>
      <dc:date>2019-04-23T11:40:30Z</dc:date>
    </item>
  </channel>
</rss>

