Forum Discussion
Problem with map and postal code
Can you provide your data or a sample of it that isn't working as expected?
- Sebastian10 years ago
Advocate III
For example the Code for the Coloumn Land is "CH" and Coloumn postal is "9016". (The format for the Coloumn "Land"is land and for Coloumn "Postal" is postal code).
If i use the Coloumn land in the visual all values where shown correctly.
If I use postal the visual shows the postal code "9016" in New Zealand but it is St. Gallen in Switzerland.
So my idea was to concatenate both.
My new Coloumn "Location" has the value "CH, 9016".
It seems that the visual ignore this value. All where shown correctly ecept values which are situated in Switzerland or Austria.
- Greg_Deckler10 years ago
Community Champion
The problem is that New Zealand uses four digit postcodes that are apparently the same as Switzerland/Austria. The map is taking its best guess. Specifically, a 9016 postcode would be somewhere in Otago, Southland in New Zealand. What if you put both the "Land" column and the "Postal" column in the Location field and then some other field in the Values field?
- Sebastian10 years ago
Advocate III
I have tried to concatenate "land" and "postal code" but it doesn't work for Austria and Switzerland. May the land code "AT" and "CH" doesn't work.
I have concatenate "postal code" and "place". Now it seems to me that this is still working.