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: 
nikhilgarg
Specialist II
Specialist II

How to show map in qliksense with help of Pincode?

Hello All,

Can anyone help me telling how can i load(pincodes) as point layer over area layer in GeoMap in Qliksense?

I have loaded Lat,Long basis but want to load on Pincode basis and not able to get any helpful content for this.

1 Solution

Accepted Solutions
nikhilgarg
Specialist II
Specialist II
Author

I need to use this format, then i can map pincodes easily on map. This works fine at point layer:

left(zip,2) & ',' & countrycode & ':XPC' , For India, we dont need to use Left(zip,2). Just use:

Zip & ',' & countrycode & ':XPC'

View solution in original post

2 Replies
nikhilgarg
Specialist II
Specialist II
Author

I need to use this format, then i can map pincodes easily on map. This works fine at point layer:

left(zip,2) & ',' & countrycode & ':XPC' , For India, we dont need to use Left(zip,2). Just use:

Zip & ',' & countrycode & ':XPC'

sanjaybari85
Contributor
Contributor

Please share the dummy file format.

So we can do it and try in qliksense.

 

Thanks in advance