Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Field not Found Error

Hello,

I loaded data from different tables of an Access file, and structured them in different tabs in Qlikview. Now I want to write a function in a Load statement in one tab, which uses a field in another tab.  Then there's the error message 'field not found'.  How can I set up the connection between 2 tabs? I appreciate any help from you.

Luwen

15 Replies
Not applicable
Author

Hi Luwen

try changing the expression "from" to "resident" in the mapping code that will work.

Not applicable
Author

Hey, Claudio!

I tried. But still 'field not found'......

Luwen

sivarajs
Specialist II
Specialist II

check which field name is throwing error by generating log file (document properties->Generate log file).

Check that field is exist in your database.

Not applicable
Author

Hey, Sivaraj!

Yes, the fields that I am interested in are there. Just when I want to link them to the other table, they can not be found, I don't know why...

Luwen

Not applicable
Author

Hi Lluwen

Try this

Not applicable
Author

Thank you very much, Claudio!

According to your logic I used ApplyMap() in both Year() functions, then it works!

Luwen