Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Please let me know if there's any option to display and area layer on a suburb level with postal codes
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.
Thanks,
Patric
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, ', ')
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.
Thanks,
Patric
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, ', ')