<?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</title>
    <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577851#M1116591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use left Keep instead of left join&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Feb 2014 19:56:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-12T19:56:11Z</dc:date>
    <item>
      <title>Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577842#M1116580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having trouble using left join, my laptop freezes whenever I load script containing left join&lt;/P&gt;&lt;P&gt;I am trying to load two tables which have a common field Project Number, I want to do left join because I want to see all the project numbers from table1 including the project numbers that exist in table1 but not table2 by using left join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apparently I am doing something wrong or it just the qlikview that is not supporting left join , my laptop completely freezes it took me 5 reboots to realize that the script is what causing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone please help on an alternative solution like an If or where condition instead of left join?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apprecite your help on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anusha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 19:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join/m-p/577842#M1116580</guid>
      <dc:creator />
      <dc:date>2014-02-12T19:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577843#M1116581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Left Join (Table1) Load * Resident Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Considering that ProjectNumber is the Field common between these two tables.&lt;/P&gt;&lt;P&gt;if Table 1 has ProjectNumber and Table2 has [Project Number] then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (Table1) Load *, [Project Number] as ProjectNumber&amp;nbsp; Resident Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table2;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 19:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join/m-p/577843#M1116581</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-12T19:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577844#M1116582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * From Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * From Table2 Where Exists (ProjectNumber);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd Table will load only those ProjectNumber which are in Table1..&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Considering that ProjectNumber is the Field common between these two tables.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if Table 1 has ProjectNumber and Table2 has [Project Number] then&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * From Table1;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * From Table2 Where Exists (ProjectNumber, [Project Number])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 19:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join/m-p/577844#M1116582</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-12T19:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577845#M1116583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please make sure that the loading table must have atleast one common field names like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD A,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Project Number]&lt;/P&gt;&lt;P&gt;From Table1;&lt;/P&gt;&lt;P&gt;Left Join (Data)&lt;/P&gt;&lt;P&gt;LOAD D,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Project Number]&lt;/P&gt;&lt;P&gt;From Table1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 19:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join/m-p/577845#M1116583</guid>
      <dc:creator />
      <dc:date>2014-02-12T19:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577846#M1116584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried this before It did not work&lt;/P&gt;&lt;P&gt;Thanks Though&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 19:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join/m-p/577846#M1116584</guid>
      <dc:creator />
      <dc:date>2014-02-12T19:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577847#M1116585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you load your sample script? or sample apps?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 19:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join/m-p/577847#M1116585</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-12T19:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577848#M1116586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quick thought.&lt;/P&gt;&lt;P&gt;Usually during development on your local machine you don't do a full reload. You can run maybe 1000 lines and see how it behaves. &lt;/P&gt;&lt;P&gt;Then move it to Dev/QA server (where you will have more RAM) to process large amounts of data.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 19:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join/m-p/577848#M1116586</guid>
      <dc:creator />
      <dc:date>2014-02-12T19:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577849#M1116588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data is not so large and rest everything works fine and quick but not left or right join&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 19:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join/m-p/577849#M1116588</guid>
      <dc:creator />
      <dc:date>2014-02-12T19:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577850#M1116589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anusha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try Keep left instead of left join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is some info from QV webhelp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor771"&gt;&lt;/A&gt;Keep&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;keep&lt;/SPAN&gt; prefix is similar to the &lt;A _jive_internal="true" class="MCXref_0" href="https://community.qlik.com/thread/Join.htm"&gt;&lt;EM&gt;Join&lt;/EM&gt;&lt;/A&gt; prefix. Just as the join prefix, it compares the &lt;BR /&gt;loaded table with an existing named table or the last previously created data &lt;BR /&gt;table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But instead of joining the loaded table with an existing table, it has the &lt;BR /&gt;effect of reducing one or both of the two tables before they are stored in &lt;BR /&gt;QlikView, based on the intersection of table data. The comparison made is &lt;BR /&gt;equivalent to a natural join made over all the common fields, i.e. the same way &lt;BR /&gt;as in a corresponding join. However, the two tables are not joined and will be &lt;BR /&gt;kept in QlikView as two separately named tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;Inner Keep LOAD * FROM abc.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;Left Keep SQL SELECT * FROM table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;tab1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;LOAD * FROM file1.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;tab2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;LOAD * FROM file2.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;.. .. ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;Left keep (tab1) LOAD * FROM file3.csv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 19:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join/m-p/577850#M1116589</guid>
      <dc:creator />
      <dc:date>2014-02-12T19:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577851#M1116591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use left Keep instead of left join&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 19:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join/m-p/577851#M1116591</guid>
      <dc:creator />
      <dc:date>2014-02-12T19:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577852#M1116592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anusha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try use Concatenate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD A,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Project Number]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From Table1;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD D,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Project Number]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From Table2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where ;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The result is all table 1 and table 2 but you can try build another tabla like this:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Select *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Data&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Where D =&amp;nbsp; null();&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;That's no the solution but I believe It can help.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please load an example or your script!&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Diego.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join/m-p/577852#M1116592</guid>
      <dc:creator />
      <dc:date>2014-02-12T20:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577853#M1116594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the inputs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join/m-p/577853#M1116594</guid>
      <dc:creator />
      <dc:date>2014-02-12T20:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577854#M1116596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Left keep seems to be right, and it is not freezing the system&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join/m-p/577854#M1116596</guid>
      <dc:creator />
      <dc:date>2014-02-12T20:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577855#M1116597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the best way to keep tables intact and simple.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join/m-p/577855#M1116597</guid>
      <dc:creator />
      <dc:date>2014-02-12T20:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577856#M1116599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Now that the keep function works I am trying to seggregate the project numbers based on their existence,&lt;/P&gt;&lt;P&gt;I am only looking at the project numbers from table2 so I am using right keep and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; right &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;keep&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Project Definition]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;exists&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Project Number]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Project Definition]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Project Definition]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'Null') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Project Number]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;week&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;cat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;so on fields &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;from table2. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;but I am only seeing null label&amp;nbsp; in my chart even the drill is gone.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Could you please help me on how can get all project numbers from table2 and see the drill for those which are present in table1 and those which are not present in table1 as null&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join/m-p/577856#M1116599</guid>
      <dc:creator />
      <dc:date>2014-02-12T20:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577857#M1116600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u post sample qvw with excel data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 21:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join/m-p/577857#M1116600</guid>
      <dc:creator />
      <dc:date>2014-02-12T21:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577858#M1116602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not allowed to share apparently!!!&lt;/P&gt;&lt;P&gt;Anyways could you help check conditions for two fields that would solve some of my problems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load count()&lt;/P&gt;&lt;P&gt;resident table1&lt;/P&gt;&lt;P&gt;where KAM='';&lt;/P&gt;&lt;P&gt;Project Definition belongs to table1 and KAM field belongs to table2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know sql I can use table1.commonfiled=table2.commonfield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run this script obviously KAM is not in table1 and it isgiving me an error KAM field not found, but I need to check Proj DEf from table1 has null value or not when KAM is null , how do I link field from two tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 21:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join/m-p/577858#M1116602</guid>
      <dc:creator />
      <dc:date>2014-02-12T21:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Left join</title>
      <link>https://community.qlik.com/t5/QlikView/Left-join/m-p/577859#M1116603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of counting at Script level I counted in the expressions at chart level that worked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 21:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-join/m-p/577859#M1116603</guid>
      <dc:creator />
      <dc:date>2014-02-12T21:47:47Z</dc:date>
    </item>
  </channel>
</rss>

