<?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: Field Not Found Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-Not-Found-Error/m-p/543584#M691432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is your actual load script verbatim, then it looks like you are missing a (QVD) qualifier in your QVD load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LOAD Id as SFAcctID, Account_Extended_Id__c, Renewal_Status__c FROM SF.QVD &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;(QVD)&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;It's very easy to forget when you type your QVD loads manually...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Oleg Troyansky&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Aug 2013 17:09:13 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2013-08-28T17:09:13Z</dc:date>
    <item>
      <title>Field Not Found Error</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Not-Found-Error/m-p/543581#M691429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to rename a field in the LOAD statement, but I keep getting an error "Field Id not found".&lt;/P&gt;&lt;P&gt;The field is clearly being selected in the SQL statement. And the ALIAS statement is for the other two fields, as they can be renamed across the entire document, not just this one qvd.&lt;/P&gt;&lt;P&gt;Below is my script.&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[SF]:&lt;/P&gt;&lt;P&gt;SQL SELECT Account_Extended_Id__c,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Id,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Renewal_Status__c&lt;/P&gt;&lt;P&gt;FROM ACCOUNT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Id as SFAcctID, Account_Extended_Id__c, Renewal_Status__c FROM SF.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALIAS Account_Extended_Id__c as SFAccountExtendedID, Renewal_Status__c as SFClientStatus;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE [SF] INTO SF.QVD;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table [SF];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 16:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Not-Found-Error/m-p/543581#M691429</guid>
      <dc:creator />
      <dc:date>2013-08-28T16:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Field Not Found Error</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Not-Found-Error/m-p/543582#M691430</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;Shouldn't it be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Id as SFAcctID, Account_Extended_Id__c, Renewal_Status__c resident SF?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 16:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Not-Found-Error/m-p/543582#M691430</guid>
      <dc:creator>abeyphilip</dc:creator>
      <dc:date>2013-08-28T16:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Field Not Found Error</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Not-Found-Error/m-p/543583#M691431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure the data from the file SF.QVD actually contains a field named Id.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 16:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Not-Found-Error/m-p/543583#M691431</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-28T16:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Field Not Found Error</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Not-Found-Error/m-p/543584#M691432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is your actual load script verbatim, then it looks like you are missing a (QVD) qualifier in your QVD load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LOAD Id as SFAcctID, Account_Extended_Id__c, Renewal_Status__c FROM SF.QVD &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;(QVD)&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;It's very easy to forget when you type your QVD loads manually...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Oleg Troyansky&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 17:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Not-Found-Error/m-p/543584#M691432</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2013-08-28T17:09:13Z</dc:date>
    </item>
  </channel>
</rss>

