<?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 join and where loading data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/join-and-where-loading-data/m-p/335530#M1177020</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; im trying to run a script with "left join" and "where" like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deal_externals:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;xx,&lt;/P&gt;&lt;P&gt;xx,&lt;/P&gt;&lt;P&gt;xx,&lt;/P&gt;&lt;P&gt;bac_id&lt;/P&gt;&lt;P&gt;from deal_externals.qvd&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where bac_id is not nul&lt;/STRONG&gt;l;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deals:&lt;/P&gt;&lt;P&gt;x,&lt;/P&gt;&lt;P&gt;x,&lt;/P&gt;&lt;P&gt;x&lt;/P&gt;&lt;P&gt;from deals.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is something wrong in the syntax with "where" condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;this is the error: Garbage after statement&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me to write the "where" condition in the right way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2012 17:59:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-03T17:59:54Z</dc:date>
    <item>
      <title>join and where loading data</title>
      <link>https://community.qlik.com/t5/QlikView/join-and-where-loading-data/m-p/335530#M1177020</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; im trying to run a script with "left join" and "where" like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deal_externals:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;xx,&lt;/P&gt;&lt;P&gt;xx,&lt;/P&gt;&lt;P&gt;xx,&lt;/P&gt;&lt;P&gt;bac_id&lt;/P&gt;&lt;P&gt;from deal_externals.qvd&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where bac_id is not nul&lt;/STRONG&gt;l;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deals:&lt;/P&gt;&lt;P&gt;x,&lt;/P&gt;&lt;P&gt;x,&lt;/P&gt;&lt;P&gt;x&lt;/P&gt;&lt;P&gt;from deals.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is something wrong in the syntax with "where" condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;this is the error: Garbage after statement&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me to write the "where" condition in the right way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 17:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-and-where-loading-data/m-p/335530#M1177020</guid>
      <dc:creator />
      <dc:date>2012-04-03T17:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: join and where loading data</title>
      <link>https://community.qlik.com/t5/QlikView/join-and-where-loading-data/m-p/335531#M1177021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;where not IsNull(bac_id)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;where len(bac_id)&amp;gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 18:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-and-where-loading-data/m-p/335531#M1177021</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-04-03T18:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: join and where loading data</title>
      <link>https://community.qlik.com/t5/QlikView/join-and-where-loading-data/m-p/335532#M1177022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;De: Rob Wunderlich &lt;A href="mailto:qliktech@sgaur.hosted.jivesoftware.com"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Enviado el: martes, 03 de abril de 2012 03:32 p.m.&lt;/P&gt;&lt;P&gt;Para: Pauza, Gerardo&lt;/P&gt;&lt;P&gt;Asunto: &lt;A href="New to QlikView"&gt;&lt;/A&gt; - Re: join and where loading data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikCommunity &amp;lt;http://community.qlik.com/index.jspa&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: join and where loading data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;created by Rob Wunderlich &amp;lt;http://community.qlik.com/people/robwunderlich&amp;gt;  in New to QlikView - View the full discussion &amp;lt;http://community.qlik.com/message/207115#207115&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 18:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/join-and-where-loading-data/m-p/335532#M1177022</guid>
      <dc:creator />
      <dc:date>2012-04-03T18:38:38Z</dc:date>
    </item>
  </channel>
</rss>

