Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Field Not Found Error

I have the following load script:

Screen Shot 2016-02-14 at 12.34.36.png

I get a field not found error on loading but the field exists in the data file, what could be the problem:

Screen Shot 2016-02-14 at 12.32.27.png

1 Solution

Accepted Solutions
marcus_sommer

You could get such error-messages if your file-format isn't correct - maybe because the delimiter isn't a comma or the file is in an utf-8 format and not ansi or something similar.Take again the file-wizard and look if you then see any differences and check if there are no typos.

- Marcus

View solution in original post

10 Replies
Chanty4u
MVP
MVP

hi,

set HidePrefix='_'; 

and reload again

Chanty4u
MVP
MVP

in appymap line u hve used field name as record only  u cn replce that to _record

Anonymous
Not applicable
Author

Many thanks suresh, i have tried your recommendation and still get the same error message.

Anonymous
Not applicable
Author

Changed to _record in applymap and still get the same error message.

Please find attached app

Chanty4u
MVP
MVP

u can load that original file and reload again....

orelse

replace

record as [New record]

and reload again

marcus_sommer

You could get such error-messages if your file-format isn't correct - maybe because the delimiter isn't a comma or the file is in an utf-8 format and not ansi or something similar.Take again the file-wizard and look if you then see any differences and check if there are no typos.

- Marcus

Anonymous
Not applicable
Author

Thanks Marcus, using the file wizard helped.  The file format was wrong.

Regards.

Chris

Anonymous
Not applicable
Author

Thanks Suresh, the file format was wrong

sfatoux72
Partner - Specialist
Partner - Specialist

Have you identify if the problem come from:

  • the second line : record as _record
  • 14th line : ApplyMap('MapDeathToRecord', record, null()) as _death
  • both