Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Genes32
Contributor
Contributor

Resolving Field not found Error

Hi, 

Very new beginner to Qliksense.  I have uploaded a couple of tables via Data Manager, but unable to load a third table (items) due to browser timing out in Data manager.  Have added the table via a script but getting the error message:
"Field 'itemid' not found", yet itemid exists in all the relevant tables.

Attach the load file script and error text. 

TIA for any guidance.

Labels (2)
1 Solution

Accepted Solutions
rubenmarin

Hi, that error is because in the items table the field itemid has been renamed to ITEM_ITEMID, so in the next table you have to use ITEM_ITEMID.

View solution in original post

2 Replies
rubenmarin

Hi, that error is because in the items table the field itemid has been renamed to ITEM_ITEMID, so in the next table you have to use ITEM_ITEMID.

Genes32
Contributor
Contributor
Author

Thanks - has fixed my issue. 

Regards