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: 
davehutchinson
Creator
Creator

"Invalid load model" help!!

Hi everyone, I've encountered an issue with loading a mapping table that started last week on a table I've been using without issue for months.

 

When loading a mapping table I now get the error "Invalid load model":

davehutchinson_0-1699864980427.png

but I have no idea what the issue is.  The error message says:

"The following error occurred: Table ' ' not found"

but I am stumped as to what table its referring to?  

I assuming there's an issue with my mapping load statement, but I can't see an issue with it?

Here's the loading of the mapping table:

davehutchinson_2-1699865689124.png

Here's a storing of the mapping table data:

davehutchinson_1-1699865575156.png

Can anyone help?

the mapping was working fine until last week.

Thanks

Labels (2)
2 Solutions

Accepted Solutions
marcus_sommer

A mapping-table is a special kind of table within Qlik which couldn't be stored or accessed in any way unless the use of the functions applymap() and mapsubstring() or with a map use statement. These tables exists only within the script-execution and are dropped by finishing the script.

If you want to store these two fields from the Excel load you just need to remove the mapping-prefix before the load-statement.

View solution in original post

rubenmarin

Hi, the mapping tables are not loaded on the model, so you can't do a Store of those tables, maybe you can load as a regular table to make the store and load as mapping table where you need to use the ApplyMap() function.

View solution in original post

3 Replies
marcus_sommer

A mapping-table is a special kind of table within Qlik which couldn't be stored or accessed in any way unless the use of the functions applymap() and mapsubstring() or with a map use statement. These tables exists only within the script-execution and are dropped by finishing the script.

If you want to store these two fields from the Excel load you just need to remove the mapping-prefix before the load-statement.

rubenmarin

Hi, the mapping tables are not loaded on the model, so you can't do a Store of those tables, maybe you can load as a regular table to make the store and load as mapping table where you need to use the ApplyMap() function.

davehutchinson
Creator
Creator
Author

I managed to sort this in the end, but had to get help so not exactly sure what they did in the end.  But working now!! Thanks