<?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: Confusion on RIGHT and LEFT KEEP, LOAD DISTINCT and RESIDENT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Confusion-on-RIGHT-and-LEFT-KEEP-LOAD-DISTINCT-and-RESIDENT/m-p/617535#M1116442</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RESIDENT, from online help&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;resident&lt;/SPAN&gt; is used if data should be loaded from a previously loaded table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KEEP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="keep.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/52710_keep.jpg" style="width: 620px; height: 524px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Feb 2014 16:08:44 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-02-06T16:08:44Z</dc:date>
    <item>
      <title>Confusion on RIGHT and LEFT KEEP, LOAD DISTINCT and RESIDENT</title>
      <link>https://community.qlik.com/t5/QlikView/Confusion-on-RIGHT-and-LEFT-KEEP-LOAD-DISTINCT-and-RESIDENT/m-p/617533#M1116440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;The below script has me confused.&amp;nbsp; Could anyone answer the following questions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;1) How do you know which table is left and which is right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;2) What does the statement RESIDENT [Main Data] do?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Temp_Aircraft_Type_Dim:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RIGHT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;KEEP&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ([Destination Airports])&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[%Destination Airport ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; [Main Data];&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;DROP&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TABLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Temp_Destination_AirportID_Dim; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 16:02:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confusion-on-RIGHT-and-LEFT-KEEP-LOAD-DISTINCT-and-RESIDENT/m-p/617533#M1116440</guid>
      <dc:creator />
      <dc:date>2014-02-06T16:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Confusion on RIGHT and LEFT KEEP, LOAD DISTINCT and RESIDENT</title>
      <link>https://community.qlik.com/t5/QlikView/Confusion-on-RIGHT-and-LEFT-KEEP-LOAD-DISTINCT-and-RESIDENT/m-p/617534#M1116441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. the table loaded earlier (Destination Airports) is left, the table loaded later (&lt;SPAN style="font-size: 8pt;"&gt;Temp_Aircraft_Type_Dim&lt;/SPAN&gt;) is right.&lt;/P&gt;&lt;P&gt;2. Loading data from the previously created (in the script) logical table (Main Data)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 16:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confusion-on-RIGHT-and-LEFT-KEEP-LOAD-DISTINCT-and-RESIDENT/m-p/617534#M1116441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-06T16:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Confusion on RIGHT and LEFT KEEP, LOAD DISTINCT and RESIDENT</title>
      <link>https://community.qlik.com/t5/QlikView/Confusion-on-RIGHT-and-LEFT-KEEP-LOAD-DISTINCT-and-RESIDENT/m-p/617535#M1116442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RESIDENT, from online help&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;resident&lt;/SPAN&gt; is used if data should be loaded from a previously loaded table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KEEP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="keep.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/52710_keep.jpg" style="width: 620px; height: 524px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 16:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confusion-on-RIGHT-and-LEFT-KEEP-LOAD-DISTINCT-and-RESIDENT/m-p/617535#M1116442</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-02-06T16:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Confusion on RIGHT and LEFT KEEP, LOAD DISTINCT and RESIDENT</title>
      <link>https://community.qlik.com/t5/QlikView/Confusion-on-RIGHT-and-LEFT-KEEP-LOAD-DISTINCT-and-RESIDENT/m-p/617536#M1116443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;image is from here&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewapuntes.blogspot.it/2014/01/esquema-keep.html" title="http://qlikviewapuntes.blogspot.it/2014/01/esquema-keep.html"&gt;Qlikview en Español: Esquema Keep&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 16:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confusion-on-RIGHT-and-LEFT-KEEP-LOAD-DISTINCT-and-RESIDENT/m-p/617536#M1116443</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-02-06T16:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Confusion on RIGHT and LEFT KEEP, LOAD DISTINCT and RESIDENT</title>
      <link>https://community.qlik.com/t5/QlikView/Confusion-on-RIGHT-and-LEFT-KEEP-LOAD-DISTINCT-and-RESIDENT/m-p/617537#M1116444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 15.454545021057129px; font-family: inherit;"&gt;Alexander&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;RESIDENT is key word means from RAM.&lt;/P&gt;&lt;P&gt;suppose we load the table example Employee and stored locally named as Emp.&lt;/P&gt;&lt;P&gt;then we want to reuse the fields&amp;nbsp; presented in the&amp;nbsp; Emp then we simply load from &lt;STRONG&gt;RESIDENT&lt;/STRONG&gt; Emp instead of again going to getting from the Db or source .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/39177"&gt;Understanding Join, Keep and Concatenate&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;above link will help ful to u understanding keep,join and concatenate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope it helps you.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh T.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 16:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confusion-on-RIGHT-and-LEFT-KEEP-LOAD-DISTINCT-and-RESIDENT/m-p/617537#M1116444</guid>
      <dc:creator />
      <dc:date>2014-02-06T16:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Confusion on RIGHT and LEFT KEEP, LOAD DISTINCT and RESIDENT</title>
      <link>https://community.qlik.com/t5/QlikView/Confusion-on-RIGHT-and-LEFT-KEEP-LOAD-DISTINCT-and-RESIDENT/m-p/617538#M1116446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael.&amp;nbsp; That was helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 16:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confusion-on-RIGHT-and-LEFT-KEEP-LOAD-DISTINCT-and-RESIDENT/m-p/617538#M1116446</guid>
      <dc:creator />
      <dc:date>2014-02-06T16:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Confusion on RIGHT and LEFT KEEP, LOAD DISTINCT and RESIDENT</title>
      <link>https://community.qlik.com/t5/QlikView/Confusion-on-RIGHT-and-LEFT-KEEP-LOAD-DISTINCT-and-RESIDENT/m-p/617539#M1116447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are fine with answers can you please close the thread by correct answer and helpful etc.it will be helpful to other people as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 16:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confusion-on-RIGHT-and-LEFT-KEEP-LOAD-DISTINCT-and-RESIDENT/m-p/617539#M1116447</guid>
      <dc:creator />
      <dc:date>2014-02-06T16:32:32Z</dc:date>
    </item>
  </channel>
</rss>

