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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Aasir
Creator III
Creator III

Displaying suburb information along with postal codes

Please let me know if there's any option to display and area layer on a suburb level with postal codes

Qlik GeoAnalytics 

Labels (3)
2 Solutions

Accepted Solutions
Patric_Nordstrom
Employee
Employee

Zip code areas are recognized in about 20 countries, see coverage.

https://community.qlik.com/t5/Official-Support-Articles/Qlik-GeoAnalytics-Coverage/ta-p/1479148

You can use Dissolve to merge zip code areas together for suburbs.

https://help.qlik.com/en-US/cloud-services/Subsystems/Sense_GeoOperations/Content/Sense_GeoOperation...

 

Thanks,

Patric

View solution in original post

Aasir
Creator III
Creator III
Author

Thanks @Patric_Nordstrom .


Finally a simple solution worked for me as I had a table field named 'Locality' with suburb names. Just data modeling and below helped.

In Tooltip -> Custom I added the below code in the Description
=Concat(DISTINCT Locality, ', ')

View solution in original post

2 Replies
Patric_Nordstrom
Employee
Employee

Zip code areas are recognized in about 20 countries, see coverage.

https://community.qlik.com/t5/Official-Support-Articles/Qlik-GeoAnalytics-Coverage/ta-p/1479148

You can use Dissolve to merge zip code areas together for suburbs.

https://help.qlik.com/en-US/cloud-services/Subsystems/Sense_GeoOperations/Content/Sense_GeoOperation...

 

Thanks,

Patric

Aasir
Creator III
Creator III
Author

Thanks @Patric_Nordstrom .


Finally a simple solution worked for me as I had a table field named 'Locality' with suburb names. Just data modeling and below helped.

In Tooltip -> Custom I added the below code in the Description
=Concat(DISTINCT Locality, ', ')