<?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: simple: Load Help ! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/simple-Load-Help/m-p/808506#M661706</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;Play with below code you have to use Exists() and not Exists()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;Load Key1as K1&lt;/P&gt;&lt;P&gt;FROM SQL...S1&lt;/P&gt;&lt;P&gt;where not exists(Key3,Key1);&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&lt;/P&gt;&lt;P&gt;T2:&lt;/P&gt;&lt;P&gt;Load Key1 where match Key3 with last (versionnr) as K2&lt;/P&gt;&lt;P&gt;where exists(Key3,Key1)&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&lt;/P&gt;&lt;P&gt;T3:&lt;/P&gt;&lt;P&gt;Load Key3 without Key1 as K3 &lt;/P&gt;&lt;P&gt;where not exists(Key1,Key3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2015 11:32:36 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2015-03-16T11:32:36Z</dc:date>
    <item>
      <title>simple: Load Help !</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Load-Help/m-p/808504#M661703</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 blocked,&lt;/P&gt;&lt;P&gt;can you explain and tell me: How can I load from several sources&lt;/P&gt;&lt;P&gt;for 1, 2, 3 as seperated&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Unbe.jpg" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80829_Unbe.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;Load Key1 without Key3 as K1&lt;/P&gt;&lt;P&gt;FROM SQL...S1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T2:&lt;/P&gt;&lt;P&gt;Load Key1 where match Key3 with last (versionnr) as K2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T3:&lt;/P&gt;&lt;P&gt;Load Key3 without Key1 as K3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have I to join the keys, which are from different sources? K1 from S1, K3 from S3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 10:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Load-Help/m-p/808504#M661703</guid>
      <dc:creator />
      <dc:date>2015-03-16T10:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: simple: Load Help !</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Load-Help/m-p/808505#M661705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have to try to play with joins accordingly ur keys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 11:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Load-Help/m-p/808505#M661705</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-03-16T11:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: simple: Load Help !</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Load-Help/m-p/808506#M661706</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;Play with below code you have to use Exists() and not Exists()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;Load Key1as K1&lt;/P&gt;&lt;P&gt;FROM SQL...S1&lt;/P&gt;&lt;P&gt;where not exists(Key3,Key1);&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&lt;/P&gt;&lt;P&gt;T2:&lt;/P&gt;&lt;P&gt;Load Key1 where match Key3 with last (versionnr) as K2&lt;/P&gt;&lt;P&gt;where exists(Key3,Key1)&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&lt;/P&gt;&lt;P&gt;T3:&lt;/P&gt;&lt;P&gt;Load Key3 without Key1 as K3 &lt;/P&gt;&lt;P&gt;where not exists(Key1,Key3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 11:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Load-Help/m-p/808506#M661706</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-16T11:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: simple: Load Help !</title>
      <link>https://community.qlik.com/t5/QlikView/simple-Load-Help/m-p/808507#M661708</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;It will work with Join operations.&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;krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 11:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/simple-Load-Help/m-p/808507#M661708</guid>
      <dc:creator />
      <dc:date>2015-03-16T11:37:23Z</dc:date>
    </item>
  </channel>
</rss>

