<?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 - field exists in QVD but fails upon reload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1299613#M405232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe the relative path to the QVD that is non-relative (or correct) in your new QVW, but incorrect in the original QVW?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 May 2017 12:34:45 GMT</pubDate>
    <dc:creator>RonaldDoes</dc:creator>
    <dc:date>2017-05-08T12:34:45Z</dc:date>
    <item>
      <title>Field not found - field exists in QVD but fails upon reload</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1299609#M405228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am loading a QVD file into&amp;nbsp; my script which generates a field not found error. Manually checking the QVD, I can find the field, the spelling matches and so does the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied the same code snippet out of a larger multi-tabbed loading script, and pasted the error generating script into a new Qlikview application. The code just runs fine! I have tried preceding load, and have tried to recreate the tab just for the sake of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code Snippet:&lt;/P&gt;&lt;P&gt;[GRN_Temp]:&lt;/P&gt;&lt;P&gt;LOAD [GRN Material No], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [GRN Line Item], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [GRN Movement Type], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [GRN Plant], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [GRN Storage Location], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [GRN DebitCreditRatio], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [GRN Qty], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [GRN AmountLC],&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GRN.PostingYear, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GRN.PostingMonth, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [GRN No],&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [GRN MaterialName],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if([GRN DebitCreditRatio]='H',[GRN Qty]*-1,[GRN Qty]) as [Qty]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;GRNT.QVD(qvd)&lt;/P&gt;&lt;P&gt;where 1=1 and &lt;/P&gt;&lt;P&gt;[GRN Movement Type]='311' and &lt;/P&gt;&lt;P&gt;match([GRN Plant],'PS01','PS02','PS03','PS04','PS05','PS06','TN01','TN02','DN01')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 07:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1299609#M405228</guid>
      <dc:creator />
      <dc:date>2017-05-08T07:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found - field exists in QVD but fails upon reload</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1299610#M405229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to do without cristal-bowl?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use really the same snipplet, without doing any modification, it should work.&lt;/P&gt;&lt;P&gt;Suggest to recheck your script again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 08:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1299610#M405229</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-08T08:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found - field exists in QVD but fails upon reload</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1299611#M405230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, same snippet, different results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect its an SR issue. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 09:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1299611#M405230</guid>
      <dc:creator />
      <dc:date>2017-05-08T09:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found - field exists in QVD but fails upon reload</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1299612#M405231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just in case someone bumps into the same problem. I figured out that it was being caused by section access for no apparent reason. I had admin rights and all of the QVD loads before this snippet was working fine. I then shifted the section access to the end of load script and it started to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 12:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1299612#M405231</guid>
      <dc:creator />
      <dc:date>2017-05-08T12:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found - field exists in QVD but fails upon reload</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1299613#M405232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe the relative path to the QVD that is non-relative (or correct) in your new QVW, but incorrect in the original QVW?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 12:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1299613#M405232</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-05-08T12:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found - field exists in QVD but fails upon reload</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1299614#M405233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sectionaccess should not influence the loading of qvd.&lt;/P&gt;&lt;P&gt;It may influence the display of the data, once reopened the application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 15:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1299614#M405233</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-08T15:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found - field exists in QVD but fails upon reload</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1299615#M405234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strangely, this was the case. I had the same understanding but somehow commenting my section access code removed the error. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 15:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1299615#M405234</guid>
      <dc:creator />
      <dc:date>2017-05-08T15:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found - field exists in QVD but fails upon reload</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1299616#M405235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same issue. When I cut and paste the code into a different QVW it was working, but when I tried it in my main application with Section Access, I was getting Field not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I figured out finally what was happening...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had forgotten to end the Section Access part with the&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Application; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once i added this to the end of Section Access it worked fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2018 02:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1299616#M405235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-10T02:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Field not found - field exists in QVD but fails upon reload</title>
      <link>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1556857#M440944</link>
      <description>&lt;P&gt;same issue here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used REST API so it is impossible to be "field not found" because the script generated automatically.&lt;/P&gt;&lt;P&gt;but when I created a new app and used exact same script, it works&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 00:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-not-found-field-exists-in-QVD-but-fails-upon-reload/m-p/1556857#M440944</guid>
      <dc:creator>kk1303314</dc:creator>
      <dc:date>2019-03-15T00:06:16Z</dc:date>
    </item>
  </channel>
</rss>

