
Contributor
2023-07-14
12:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
2,150 Views
1 Solution
Accepted Solutions

MVP
2023-07-15
03:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
2,128 Views
2 Replies

MVP
2023-07-15
03:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
2,129 Views

Contributor
2023-07-17
06:15 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks - has fixed my issue.
Regards
2,074 Views
