<?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. :Re: Re. :How to use left keep in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-left-keep/m-p/223621#M76120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-style: italic"&gt;It means Table2 is at the left and A at the right, is that right?&lt;/P&gt;&lt;P&gt;Yes, that's right.&lt;/P&gt;&lt;P style="font-style: italic"&gt;I want to put A into left and Table 2 into the right&lt;/P&gt;&lt;P&gt;You have to do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;RIGHT KEEP (table2)&lt;BR /&gt;LOAD * from A;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Otherwise, you can load A in first and use Left Keep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Feb 2011 15:13:42 GMT</pubDate>
    <dc:creator>martin59</dc:creator>
    <dc:date>2011-02-23T15:13:42Z</dc:date>
    <item>
      <title>How to use left keep</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-left-keep/m-p/223617#M76116</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 have the following scenario:&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load * from A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load * from B&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load * from C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want use left keep to join Table1 and Table2, how to achieve? It means I want Table1 left keep the Table2.&lt;/P&gt;&lt;P&gt;Anyone knows?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 09:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-left-keep/m-p/223617#M76116</guid>
      <dc:creator />
      <dc:date>2011-02-21T09:53:43Z</dc:date>
    </item>
    <item>
      <title>Re. :How to use left keep</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-left-keep/m-p/223618#M76117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, You can try this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Table2:&lt;BR /&gt;Load * from B;&lt;BR /&gt;Concatenate&lt;BR /&gt;Load * from C;&lt;BR /&gt;&lt;BR /&gt;LEFT KEEP (table2)&lt;BR /&gt;Load * from A ;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 10:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-left-keep/m-p/223618#M76117</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2011-02-21T10:02:48Z</dc:date>
    </item>
    <item>
      <title>AW:How to use left keep</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-left-keep/m-p/223619#M76118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Isaac,&lt;/P&gt;&lt;P&gt;a few days ago a build a little example application with left/right keep and left/right join. Please take a look at it. Promote/demote the "exit-tab" in the script and see whats happening.&lt;/P&gt;&lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 10:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-left-keep/m-p/223619#M76118</guid>
      <dc:creator />
      <dc:date>2011-02-21T10:24:18Z</dc:date>
    </item>
    <item>
      <title>Re. :How to use left keep</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-left-keep/m-p/223620#M76119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;LEFT KEEP (table2)&lt;/P&gt;&lt;P&gt;Load * from A ;&lt;/P&gt;&lt;P&gt;It means Table2 is at the left and A at the right, is that right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to put A into left and Table2 into the right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 10:24:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-left-keep/m-p/223620#M76119</guid>
      <dc:creator />
      <dc:date>2011-02-21T10:24:33Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :How to use left keep</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-left-keep/m-p/223621#M76120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-style: italic"&gt;It means Table2 is at the left and A at the right, is that right?&lt;/P&gt;&lt;P&gt;Yes, that's right.&lt;/P&gt;&lt;P style="font-style: italic"&gt;I want to put A into left and Table 2 into the right&lt;/P&gt;&lt;P&gt;You have to do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;RIGHT KEEP (table2)&lt;BR /&gt;LOAD * from A;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Otherwise, you can load A in first and use Left Keep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 15:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-left-keep/m-p/223621#M76120</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2011-02-23T15:13:42Z</dc:date>
    </item>
    <item>
      <title>Re. :How to use left keep</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-left-keep/m-p/223622#M76121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at this application, and maybe you'll understand better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 15:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-left-keep/m-p/223622#M76121</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2011-02-23T15:15:24Z</dc:date>
    </item>
  </channel>
</rss>

