Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
kumar577
Contributor III
Contributor III

"Apply map Error:map id not found "in version 12

 
 

Hi guys,

few days back  we upgraded our version of Qlikview 12 to a newer version. This morning when i've gone to reload my script the ApplyMaps aren't working anymore. It comes up with

 

ApplyMap error:

map_id not found

Can anyone tell me what i should do to bring the ApplyMaps up to date?

Thanks

Labels (2)
1 Solution

Accepted Solutions
Brett_Bleess
Former Employee
Former Employee

@kumar577 Likely going to need to attach the actual script file in this case or the appropriate snippets from the script so folks can check things that way.  The only other thing I can give you are the following:

https://community.qlik.com/t5/Qlik-Design-Blog/Mapping-and-not-the-geographical-kind/ba-p/1463192

https://community.qlik.com/t5/Qlik-Design-Blog/Mapping-as-an-Alternative-to-Joining/ba-p/1473454

https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/Scrip...

https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/Mappi...

Sorry I do not have anything better for you.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.

View solution in original post

6 Replies
Vegar
MVP
MVP

In earlier versions you could use applymap referring to map tables that does not exist without getting a script error. In QV 12.x you don't.

Check your script for your map table and make sure it's is generated correct using 'mapping load' and that your spelling of the map table name  is correct inside your applymap(). 

MayilVahanan

Hi @kumar577 

For older version, Qlik doesn't throw any error if mapping id is missed out. But in latest version, you need to declare the mapping table, otherwise it throws error.

So please look into your script and fix it.

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
kumar577
Contributor III
Contributor III
Author

yeah everything seems fine sir .mapping tables are loaded before apply map.

kumar577
Contributor III
Contributor III
Author

yeah everything seems fine sir .mapping tables are loaded before apply map and names are also correct

Brett_Bleess
Former Employee
Former Employee

@kumar577 Likely going to need to attach the actual script file in this case or the appropriate snippets from the script so folks can check things that way.  The only other thing I can give you are the following:

https://community.qlik.com/t5/Qlik-Design-Blog/Mapping-and-not-the-geographical-kind/ba-p/1463192

https://community.qlik.com/t5/Qlik-Design-Blog/Mapping-as-an-Alternative-to-Joining/ba-p/1473454

https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/Scrip...

https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/Mappi...

Sorry I do not have anything better for you.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
Vegar
MVP
MVP

Just to rule out the obvious. Can you also confirm  that the mapping tables are generated with only two columns and you are using the keyword MAPPING? 

Like this. 

Map_table:

Mapping Load A, B From source ;