<?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 when loading from QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824385#M1050431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Nirmal Azhagarselvam wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We have scripts in multiple tabs, in one of the tab we have stored few fields into a QVD. When I tried to load fields from that QVD in next tab, "Field not found is being thrown". LOAD * from QVD shows the fields in upper cases but the table which is being stored into the QVD does have fields in mixed cases. How to ignore fields without getting converted to upper cases in QVDs?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;eg. TAB:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load *&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select a,Ba,CC from table1;&lt;/P&gt;
&lt;P&gt;Store TAB into a.qvd;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;load a&lt;/P&gt;
&lt;P&gt;Select a from&amp;nbsp; a.qvd(qvd);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Error: Field not found: a is missing in QVD&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Workaround: Convert field names into upper case works.&lt;/P&gt;
&lt;P&gt;Load a&lt;/P&gt;
&lt;P&gt;Select A from a.qvd (qvd);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;So how can I store fields without getting changed into a QVD?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Nirmal.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ty like:&lt;/P&gt;&lt;P&gt;load a&lt;/P&gt;&lt;P&gt;from&amp;nbsp; a.qvd(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2014 09:24:42 GMT</pubDate>
    <dc:creator>senpradip007</dc:creator>
    <dc:date>2014-11-13T09:24:42Z</dc:date>
    <item>
      <title>Field not found when loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824384#M1050430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have scripts in multiple tabs, in one of the tab we have stored few fields into a QVD. When I tried to load fields from that QVD in next tab, "Field not found is being thrown". LOAD * from QVD shows the fields in upper cases but the table which is being stored into the QVD does have fields in mixed cases. How to ignore fields without getting converted to upper cases in QVDs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg. TAB:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select a,Ba,CC from table1;&lt;/P&gt;&lt;P&gt;Store TAB into a.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load a&lt;/P&gt;&lt;P&gt;Select a from&amp;nbsp; a.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error: Field not found: a is missing in QVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workaround: Convert field names into upper case works.&lt;/P&gt;&lt;P&gt;Load a&lt;/P&gt;&lt;P&gt;Select A from a.qvd (qvd); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can I store fields without getting changed into a QVD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nirmal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 09:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824384#M1050430</guid>
      <dc:creator />
      <dc:date>2014-11-13T09:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found when loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824385#M1050431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Nirmal Azhagarselvam wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We have scripts in multiple tabs, in one of the tab we have stored few fields into a QVD. When I tried to load fields from that QVD in next tab, "Field not found is being thrown". LOAD * from QVD shows the fields in upper cases but the table which is being stored into the QVD does have fields in mixed cases. How to ignore fields without getting converted to upper cases in QVDs?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;eg. TAB:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load *&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select a,Ba,CC from table1;&lt;/P&gt;
&lt;P&gt;Store TAB into a.qvd;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;load a&lt;/P&gt;
&lt;P&gt;Select a from&amp;nbsp; a.qvd(qvd);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Error: Field not found: a is missing in QVD&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Workaround: Convert field names into upper case works.&lt;/P&gt;
&lt;P&gt;Load a&lt;/P&gt;
&lt;P&gt;Select A from a.qvd (qvd);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;So how can I store fields without getting changed into a QVD?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Nirmal.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ty like:&lt;/P&gt;&lt;P&gt;load a&lt;/P&gt;&lt;P&gt;from&amp;nbsp; a.qvd(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 09:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824385#M1050431</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-11-13T09:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found when loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824386#M1050432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;Sorry that was a typo. I have used Load a from a.qvd (qvd); only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 09:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824386#M1050432</guid>
      <dc:creator />
      <dc:date>2014-11-13T09:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found when loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824387#M1050433</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;Try like this&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load a&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from&amp;nbsp; "a".qvd(qvd);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load a&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from&amp;nbsp; &lt;A&gt;.qvd(qvd);&lt;/A&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Let me know if that worked.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 09:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824387#M1050433</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-13T09:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found when loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824388#M1050434</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;try this&lt;/P&gt;&lt;P&gt;eg. TAB:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load *;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL Select a,Ba,CC from table1;&lt;/P&gt;&lt;P&gt;Store TAB into a.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab2: &lt;/P&gt;&lt;P&gt;load a from&amp;nbsp; a.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Select a from&amp;nbsp; a.qvd(qvd);----&amp;gt; this is not correct while loading from qvd we use Load statement only not SQL&amp;nbsp; Select staement&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error: Field not found: a is missing in QVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want&amp;nbsp; upper case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load upper(a) as A;&lt;/P&gt;&lt;P&gt;Load a from a.qvd(qvd); &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 09:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824388#M1050434</guid>
      <dc:creator />
      <dc:date>2014-11-13T09:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found when loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824389#M1050435</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 tried it but different error is thrown saying the file (QVD) itself not found.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 10:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824389#M1050435</guid>
      <dc:creator />
      <dc:date>2014-11-13T10:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found when loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824390#M1050436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok it may happen due to sharing violations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do one thing Close all qvw files you opened&lt;/P&gt;&lt;P&gt;open new qvw file and try the above suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know it that worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 10:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824390#M1050436</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-13T10:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found when loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824391#M1050437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;That is how I have done, sorry I posted wrong statement for load from QVD.&lt;/P&gt;&lt;P&gt;Load a from a.qvd (qvd); not works but Load A from a.qvd works. I could have applied upper() or changed the column name directly but there are numerous columns to change. Hope there should be some work around to store fields in normal case into QVD and load should work fine without any conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 10:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824391#M1050437</guid>
      <dc:creator />
      <dc:date>2014-11-13T10:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found when loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824392#M1050438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It worked when after closing all open QVW and tried to load from new qvw.&lt;/P&gt;&lt;P&gt;I did not even use [] or "". How to use it in existing QVW now?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 10:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824392#M1050438</guid>
      <dc:creator />
      <dc:date>2014-11-13T10:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found when loading from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824393#M1050439</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;Same concept&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to make sure that this a.qvw should not be open in multiple files.&lt;/P&gt;&lt;P&gt;Or it it may cause sharing violation.&lt;/P&gt;&lt;P&gt;Close all qvw files and only open the one that you want this to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 10:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-when-loading-from-QVD/m-p/824393#M1050439</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-13T10:41:48Z</dc:date>
    </item>
  </channel>
</rss>

