<?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: Resident Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040589#M934181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try resident&amp;nbsp; before while..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Feb 2016 16:12:42 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2016-02-26T16:12:42Z</dc:date>
    <item>
      <title>Resident Load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040588#M934180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone direct me towards what I'm doing wrong here? I'm to do a Resident Load of the table above called MC but some odd reason it shows an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 16:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040588#M934180</guid>
      <dc:creator />
      <dc:date>2016-02-26T16:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040589#M934181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try resident&amp;nbsp; before while..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 16:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040589#M934181</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-02-26T16:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040590#M934182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While needs to come after Resident Statement &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 16:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040590#M934182</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-26T16:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040591#M934183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the syntax of a LOAD statement is actually different. The structure of a LOAD statement is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;EM&gt;1-OptionalTableName&lt;/EM&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD &lt;EM&gt;2-WhatToLoad&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;EM&gt;3-FromWhereToLoadIt&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;EM&gt;4-OptionallyHowToLoadIt&lt;/EM&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You exchanged part 3 (the &lt;SPAN style="font-family: 'courier new', courier;"&gt;RESIDENT&lt;/SPAN&gt; stuff) with part 4 (the &lt;SPAN style="font-family: 'courier new', courier;"&gt;WHILE&lt;/SPAN&gt; stuff) which is illegal. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;So to make it work you should only change the order of the parts.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 16:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040591#M934183</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-02-26T16:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040592#M934184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I run the reload script it shows an error field not found.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 16:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040592#M934184</guid>
      <dc:creator />
      <dc:date>2016-02-26T16:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040593#M934185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is MC the correct table name (the table right above is the one you seem to be using, but can't see the name)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 16:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040593#M934185</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-26T16:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040594#M934186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Qlikview, every name is case sensitive. Check the spelling of table names. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 16:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040594#M934186</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-02-26T16:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040595#M934187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MC is the name I have given to the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 16:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040595#M934187</guid>
      <dc:creator />
      <dc:date>2016-02-26T16:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040596#M934188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everything looks good to me. May be if you can share your app and the qvd, one of us can try to reload the document at our end and see what we see&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 16:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040596#M934188</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-26T16:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Resident Load</title>
      <link>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040597#M934189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put the following statement immediately after the MC LOAD statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;EXIT SCRIPT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Reload, open the Table Viewer, and check what columns are available in this MC table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 16:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Resident-Load/m-p/1040597#M934189</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-02-26T16:59:10Z</dc:date>
    </item>
  </channel>
</rss>

