<?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 App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Field-Not-Found-Error/m-p/2521338#M106550</link>
    <description>&lt;P&gt;Delete and Recreate QVD ...( Please take back up before deleting)&lt;/P&gt;&lt;P&gt;And&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check the Path and Filename Wildcard Logic&lt;/P&gt;&lt;P&gt;And&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manually Check the QVD Structure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jun 2025 16:29:58 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2025-06-16T16:29:58Z</dc:date>
    <item>
      <title>Field Not Found Error</title>
      <link>https://community.qlik.com/t5/App-Development/Field-Not-Found-Error/m-p/2521329#M106547</link>
      <description>&lt;P&gt;I have a really simple load script where I am trying to load 3 fields from a QVD file that I'm creating and storing in the previous stage of this application. I have checked everything I can think of and can not see why this is happening. I have double checked the variable I'm using for the file path, the file name, the field name in the QVD and everything looks perfect. This all started after I noticed i had a capital letter in the middle of the field name I didn't mean to have so I fixed it. That's when this all started so i changed it back to having the random capital letter and deleted the QVD I had created with the fix so they were all the same with the random capital letter. I have checked every QVD and they're all the same. I am just not sure what to look at next. Its such a simple error and its driving me crazy!&lt;/P&gt;&lt;P&gt;This is the error I am getting.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="maxwallace_0-1750086829563.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181349i56E5680B49C187B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="maxwallace_0-1750086829563.png" alt="maxwallace_0-1750086829563.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And this is what the QVD looks like (The string of numbers is the date that it loads. Using the * In the final stage to just pull whatever QVD is there regardless of the date string):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="maxwallace_1-1750086891065.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181350i8578A2F22A08ACA5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="maxwallace_1-1750086891065.png" alt="maxwallace_1-1750086891065.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 15:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-Not-Found-Error/m-p/2521329#M106547</guid>
      <dc:creator>maxwallace</dc:creator>
      <dc:date>2025-06-16T15:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Field Not Found Error</title>
      <link>https://community.qlik.com/t5/App-Development/Field-Not-Found-Error/m-p/2521338#M106550</link>
      <description>&lt;P&gt;Delete and Recreate QVD ...( Please take back up before deleting)&lt;/P&gt;&lt;P&gt;And&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check the Path and Filename Wildcard Logic&lt;/P&gt;&lt;P&gt;And&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manually Check the QVD Structure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 16:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-Not-Found-Error/m-p/2521338#M106550</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2025-06-16T16:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Field Not Found Error</title>
      <link>https://community.qlik.com/t5/App-Development/Field-Not-Found-Error/m-p/2521340#M106552</link>
      <description>&lt;P&gt;I have tried deleting, but i create a new one everyday to track our data warehouse loads for QA purposes. I dont want to lose the QVDs we have already created if possible so i can keep the historical data we have already started tracking. Is there a way around it or is this just doing to be the solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 16:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-Not-Found-Error/m-p/2521340#M106552</guid>
      <dc:creator>maxwallace</dc:creator>
      <dc:date>2025-06-16T16:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Field Not Found Error</title>
      <link>https://community.qlik.com/t5/App-Development/Field-Not-Found-Error/m-p/2521424#M106561</link>
      <description>&lt;P&gt;Instead of using * wildcard in load clause, you can use for each loop and you will know what files are being loaded, and it's a good practice to use ???????? wildcard if you expect date.&lt;/P&gt;&lt;P&gt;for each vFile in FileList('...????????_STG.qvd')&lt;/P&gt;&lt;P&gt;trace loading file $(vFile);&lt;/P&gt;&lt;P&gt;load ... from [$(vFile)] (qvd);&lt;/P&gt;&lt;P&gt;next vFile&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 08:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-Not-Found-Error/m-p/2521424#M106561</guid>
      <dc:creator>Adam_Romanowski</dc:creator>
      <dc:date>2025-06-17T08:26:48Z</dc:date>
    </item>
  </channel>
</rss>

