<?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: The Ubiquitous Field Not Found Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/The-Ubiquitous-Field-Not-Found-Error/m-p/741035#M1030967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your Path variable.&amp;nbsp; It probably needs two dots at the beginning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Feb 2015 21:07:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-02-18T21:07:57Z</dc:date>
    <item>
      <title>The Ubiquitous Field Not Found Error</title>
      <link>https://community.qlik.com/t5/QlikView/The-Ubiquitous-Field-Not-Found-Error/m-p/741031#M1030963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I've loaded data into a QVD file and the fields I need show up in the table viewer.&amp;nbsp; When I go to load the data from the QVD file into a QVW report file, I get the "Field Not Found" error.&amp;nbsp; So, I started removing the fields until I had none left - each and every field is not found by the file.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am new to this company.&amp;nbsp; Surprisingly, the people whom have been using and developing with Qlikview for the past couple of years don't seem to understand how it works.&amp;nbsp; That leaves me, New Guy, to figure it out.&amp;nbsp; Here's their process for getting data into the files:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;They create views in SQL Server which are called by QVD scripts for import into the files&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;After import into QVD files, they are called by a QVW to load data into them&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I'm assuming this is how most companies to do this (?).&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;Here's the thing - when I examine the contents of the QVD files I see the fields I need in the QVD files and they are there.&amp;nbsp; I do this by opening the QVW file and taking a look at the table viewer.&amp;nbsp; I do not understand, if they are in the QVD, why the QVW file i'm trying to import them into says that they do not exist?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Yes i've spelled the fields correctly.&amp;nbsp; I've checked them several times.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Again, the fields show up in the table viewer when I check it in the QVW file.&amp;nbsp; They are there, I see them.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;Here is the very simple script i'm using just to test and get this figured out:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;gp_ref_number&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;,gp_referral_amount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM $(Path)qv_metrics(qvd)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;And here is the error i'm getting:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field not found - &amp;lt;gp_ref_number&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;gp_ref_number&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;,gp_referral_amount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM .\qvd\current\qv_metrics.qvd(qvd)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;So, what the heck could be causing this issue?&amp;nbsp; It's very irritating and i'm hoping it's simple.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 04:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Ubiquitous-Field-Not-Found-Error/m-p/741031#M1030963</guid>
      <dc:creator />
      <dc:date>2015-02-18T04:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: The Ubiquitous Field Not Found Error</title>
      <link>https://community.qlik.com/t5/QlikView/The-Ubiquitous-Field-Not-Found-Error/m-p/741032#M1030964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks that you either stored the qvd not correct or your load-statement isn't quite right. It should look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store table into filename.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * From filename.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Important is the &lt;STRONG&gt;(qvd)&lt;/STRONG&gt; as file-format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 19:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Ubiquitous-Field-Not-Found-Error/m-p/741032#M1030964</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-02-18T19:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: The Ubiquitous Field Not Found Error</title>
      <link>https://community.qlik.com/t5/QlikView/The-Ubiquitous-Field-Not-Found-Error/m-p/741033#M1030965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a load * of the qvd and double check what field names that brings in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 20:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Ubiquitous-Field-Not-Found-Error/m-p/741033#M1030965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-18T20:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: The Ubiquitous Field Not Found Error</title>
      <link>https://community.qlik.com/t5/QlikView/The-Ubiquitous-Field-Not-Found-Error/m-p/741034#M1030966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have use relative path selected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 20:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Ubiquitous-Field-Not-Found-Error/m-p/741034#M1030966</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2015-02-18T20:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: The Ubiquitous Field Not Found Error</title>
      <link>https://community.qlik.com/t5/QlikView/The-Ubiquitous-Field-Not-Found-Error/m-p/741035#M1030967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your Path variable.&amp;nbsp; It probably needs two dots at the beginning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 21:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Ubiquitous-Field-Not-Found-Error/m-p/741035#M1030967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-18T21:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: The Ubiquitous Field Not Found Error</title>
      <link>https://community.qlik.com/t5/QlikView/The-Ubiquitous-Field-Not-Found-Error/m-p/741036#M1030968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the replies.&amp;nbsp; We seem to have figured this out, and I think it's just related to how they have their QVD files set up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what's going on (in case someone else might have this problem):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When creating a new SQL view to pull data from the server into Qlikview, the team was creating a new QVD for that specific view - they call it a CREATOR_&amp;lt;metricname&amp;gt;.qvd.&amp;nbsp; In our case there are 10 different CREATOR QVDs, each for a specific SQL view.&amp;nbsp; I created a new CREATOR QVD to call the new view which I also created on SQL Server, then I added the new fields to each corresponding CREATOR QVD.txt file.&amp;nbsp; The problem occurred when I didn't do a reload of&lt;EM&gt; ALL TEN&lt;/EM&gt; CREATOR QVD files, instead I just did a reload of the new file.&amp;nbsp; This caused the new fields to not return in the QVW report file.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Confusing, I know, and i'm not sure if their Qlikview environment is architected correctly or optimally.&amp;nbsp; My next move is to figure out the best way of doing this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 22:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/The-Ubiquitous-Field-Not-Found-Error/m-p/741036#M1030968</guid>
      <dc:creator />
      <dc:date>2015-02-18T22:23:34Z</dc:date>
    </item>
  </channel>
</rss>

