<?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: Performing a Preceding load with Join in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Performing-a-Preceding-load-with-Join/m-p/1703808#M724703</link>
    <description>&lt;P&gt;It would go something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TableA:
LOAD *,
     X as X1
FROM c:\Table1;

Left join (TableA)
LOAD A,
     Y
From c:\Table2;

FinalTableA:
LOAD *,
     If(X1 = 1 and Y = 1, 1, 0) as X
Resident TableA;

DROP Table TableA
DROP Field X1 FROM FinalTableA;&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 20 May 2020 11:46:20 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2020-05-20T11:46:20Z</dc:date>
    <item>
      <title>Performing a Preceding load with Join</title>
      <link>https://community.qlik.com/t5/QlikView/Performing-a-Preceding-load-with-Join/m-p/1703800#M724702</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm working on a project and I wanted to check if this is possible WITH PRECEDING LOAD or the alternative&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;If(X1=1 and Y=1,1,0) as X;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;X as X1,&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;FROM c:\Table1;&lt;/P&gt;&lt;P&gt;Left join (TableA)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;Y&lt;/P&gt;&lt;P&gt;From&amp;nbsp;c:\Table2;&lt;/P&gt;&lt;P&gt;Drop field X1 FROM TableA;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performing-a-Preceding-load-with-Join/m-p/1703800#M724702</guid>
      <dc:creator>dripet</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performing a Preceding load with Join</title>
      <link>https://community.qlik.com/t5/QlikView/Performing-a-Preceding-load-with-Join/m-p/1703808#M724703</link>
      <description>&lt;P&gt;It would go something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TableA:
LOAD *,
     X as X1
FROM c:\Table1;

Left join (TableA)
LOAD A,
     Y
From c:\Table2;

FinalTableA:
LOAD *,
     If(X1 = 1 and Y = 1, 1, 0) as X
Resident TableA;

DROP Table TableA
DROP Field X1 FROM FinalTableA;&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 20 May 2020 11:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Performing-a-Preceding-load-with-Join/m-p/1703808#M724703</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-05-20T11:46:20Z</dc:date>
    </item>
  </channel>
</rss>

