<?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: Load, Resident, Left Join (ERROR) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453635#M169278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Bookings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Load&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;ID,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Name,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Phone&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;From&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Sql *......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;join(Bookings)&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Patients:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Load&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;No as ID,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Location&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Sql*......&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;P&gt;if it gives error then write in last load of your statement before ;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;where not exit(ID); &lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2013 12:24:35 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2013-01-24T12:24:35Z</dc:date>
    <item>
      <title>Load, Resident, Left Join (ERROR)</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453627#M169270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a table called Bookings in one tab in the run script and Patients in another tab in the run script. I need to join both the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bookings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;Phone&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;Sql *......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code I had written was&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patients:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;No as ID,&lt;/P&gt;&lt;P&gt;Location&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;Sql*......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (Patients)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;Phone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Bookings;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get a syntax error. Not sure if the left join code is the right one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 11:22:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453627#M169270</guid>
      <dc:creator />
      <dc:date>2013-01-24T11:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Load, Resident, Left Join (ERROR)</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453628#M169271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &lt;STRONG&gt;from&lt;/STRONG&gt; keyword should probably be removed from your first load statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;ID,&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;Phone&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sql *......&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That last bit doesn't look right. You either use a preceding load without a from in the load statement (but it the sql statement &lt;EM&gt;does&lt;/EM&gt; need it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a,b,c;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sql select * from mytable;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or just&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sql select a,b,c from mytable;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or load from a non-sql source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a,b,c&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;from myqvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 11:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453628#M169271</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-01-24T11:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Load, Resident, Left Join (ERROR)</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453629#M169272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Bookings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Load&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;ID,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Name,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Phone&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;From&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Sql *......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;The code I had written was&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt; concatenate(Booking)&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Patients:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Load&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;No as ID,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Location&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Sql*......&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt; where not exit(ID);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // before ';'in your sql satatement write this where condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 11:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453629#M169272</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-01-24T11:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Load, Resident, Left Join (ERROR)</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453630#M169273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Changed it. Both the tables load perfectly. Only when I add the Left join, it gives a syntax error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 12:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453630#M169273</guid>
      <dc:creator />
      <dc:date>2013-01-24T12:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Load, Resident, Left Join (ERROR)</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453631#M169274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should have mark it as helpful or correct answer.&lt;/P&gt;&lt;P&gt;so it might be helpful for other developer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 12:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453631#M169274</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-01-24T12:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Load, Resident, Left Join (ERROR)</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453632#M169275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mohit. I always mark if its a correct answer. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 12:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453632#M169275</guid>
      <dc:creator />
      <dc:date>2013-01-24T12:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Load, Resident, Left Join (ERROR)</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453633#M169276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tell me what problem which you are facing now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 12:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453633#M169276</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-01-24T12:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Load, Resident, Left Join (ERROR)</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453634#M169277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tables load perfectly. When I add the Left join, and reload it gives me a error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 12:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453634#M169277</guid>
      <dc:creator />
      <dc:date>2013-01-24T12:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load, Resident, Left Join (ERROR)</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453635#M169278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Bookings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Load&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;ID,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Name,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Phone&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;From&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Sql *......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;join(Bookings)&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Patients:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Load&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;No as ID,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Location&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Sql*......&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;P&gt;if it gives error then write in last load of your statement before ;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;where not exit(ID); &lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 12:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453635#M169278</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-01-24T12:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Load, Resident, Left Join (ERROR)</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453636#M169279</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;In Join you have given the invalid table name(Booking instead of Bookings).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Bookings: &lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Load&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;ID,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Name,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Phone&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;From&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Sql *...... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;join(Bookings)&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt; Load&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;No as ID,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Location&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Sql*......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Regards,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 12:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Resident-Left-Join-ERROR/m-p/453636#M169279</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-01-24T12:54:57Z</dc:date>
    </item>
  </channel>
</rss>

