Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
@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
Sorry I do not have anything better for you.
Regards,
Brett
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().
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
yeah everything seems fine sir .mapping tables are loaded before apply map.
yeah everything seems fine sir .mapping tables are loaded before apply map and names are also correct
@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
Sorry I do not have anything better for you.
Regards,
Brett
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 ;