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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Kafka_polka_dot
Contributor III
Contributor III

Luxembourg ZIP Codes

Hi dear members of Qlik community,

I have an issue with Qlik map: the ZIP codes from Luxembourg are not shown on the map.

If I create an Area map, add zip codes as 'Standort', I don't see any objects.

Kafka_polka_dot_0-1720102767654.png

If I create a point layer, only one point is reflected, having 'L-' prefix.

Kafka_polka_dot_1-1720102847634.png

Could you please help me to understand, what is wrong with the map? I tried to convert all the zip codes to integers, format them to have 'L-' prefix, nothing helped so far.

Labels (2)
3 Replies
justISO
Specialist
Specialist

Hi, I believe Luxembourg is a country which in Qlik have only 2 digits postal code areas which usually correspond to some level administrative boundaries.Try instead of 'plz' use left([plz],2). Additionally, you can try to convert plz to integer by num(plz, '0000') to fill some missing digits.

Kafka_polka_dot
Contributor III
Contributor III
Author

Hi JustISO,

thanks for your reply! I have followed your suggestions an unfortunately still did not get the correct result:

1. If I set zip codes as left([plz],2), both oint and area maps show only part of the addresses, missing the majority of them.two_digits_plz.png

2. If I convert the plz to integer by num(plz, '0000'), there is nothing shown on the map.

integer_plz.png

Are there any official documentation references for the way Luxembourg addresses are processed in Qlik?

 

justISO
Specialist
Specialist