<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Canadian Postal Code not pulled in web browser as Geocoding reverse function in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/canadian-postal-code-not-pulled-in-web-browser-as/m-p/1030593#M32752</link>
    <description>&lt;P&gt;Thanks Kerry!&lt;/P&gt;&lt;P&gt;That works!&lt;/P&gt;</description>
    <pubDate>Thu, 25 Feb 2021 18:42:44 GMT</pubDate>
    <dc:creator>fyang</dc:creator>
    <dc:date>2021-02-25T18:42:44Z</dc:date>
    <item>
      <title>Canadian Postal Code not pulled in web browser as Geocoding reverse function</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/canadian-postal-code-not-pulled-in-web-browser-as/m-p/1030143#M32701</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Canadian postal code format is A1B 2C3. As survey 123 geocoding reverse result, we only got the first 3 characters as "reversegeocode.address.Postal". While we get the last 3 characters from "reversegeocode.address.PostalExt".&lt;/P&gt;&lt;P&gt;So I merged these two into one as:&lt;/P&gt;&lt;P&gt;pulldata("@geopoint",${location},"reversegeocode.address.Postal") + pulldata("@geopoint",${location},"reversegeocode.address.PostalExt")&lt;/P&gt;&lt;P&gt;It works in Survey 123 connect:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fyang_0-1614193738082.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6814iF1712BF6B5663CFD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fyang_0-1614193738082.png" alt="fyang_0-1614193738082.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But it doesn't works in web browser.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fyang_1-1614193783439.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6815i554E87FD21C82978/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fyang_1-1614193783439.png" alt="fyang_1-1614193783439.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I only have postal code, it works but only show the first 3 characters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any clue? Thanks!&lt;/P&gt;&lt;P&gt;Fan&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 19:11:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/canadian-postal-code-not-pulled-in-web-browser-as/m-p/1030143#M32701</guid>
      <dc:creator>fyang</dc:creator>
      <dc:date>2021-02-24T19:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Canadian Postal Code not pulled in web browser as Geocoding reverse function</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/canadian-postal-code-not-pulled-in-web-browser-as/m-p/1030297#M32727</link>
      <description>&lt;P&gt;Hi Fan,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try to create two null questions and each of them calculate first 3 code and the rest of 3 code. Then use 'concat' to put them together as calculate in postal code question.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;E.g.Name, Calculate, Esri field type&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;postal_123,&amp;nbsp;&lt;SPAN&gt;pulldata("@geopoint",${location},"reversegeocode.address.Postal"), null&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;postal_456,&lt;SPAN&gt;pulldata("@geopoint",${location},"reversegeocode.address.PostalExt"), null&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;postal_code, concat(${postal_123}, ' ', ${postal_456}).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 00:02:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/canadian-postal-code-not-pulled-in-web-browser-as/m-p/1030297#M32727</guid>
      <dc:creator>KerryKang</dc:creator>
      <dc:date>2021-02-25T00:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Canadian Postal Code not pulled in web browser as Geocoding reverse function</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/canadian-postal-code-not-pulled-in-web-browser-as/m-p/1030445#M32732</link>
      <description>&lt;P&gt;Thanks Kerry!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But we are using a standard data model (shared with other applications) so cannot create extra field for that. I know extra fields calculation is a work around method. But I'm seeking a direct solution base on existing field calculation.&lt;/P&gt;&lt;P&gt;Thanks for your advise!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 14:27:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/canadian-postal-code-not-pulled-in-web-browser-as/m-p/1030445#M32732</guid>
      <dc:creator>fyang</dc:creator>
      <dc:date>2021-02-25T14:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Canadian Postal Code not pulled in web browser as Geocoding reverse function</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/canadian-postal-code-not-pulled-in-web-browser-as/m-p/1030573#M32747</link>
      <description>&lt;P&gt;If you set Esri Field Type as null, it does not create additional fields in the actual dataset, but does work/exist within only Survey123 form. It's tricky to make both field form and web form works.. Hope you can find a solution! I am in Canada so I will be interesting how it works eventually. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kerry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 17:52:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/canadian-postal-code-not-pulled-in-web-browser-as/m-p/1030573#M32747</guid>
      <dc:creator>KerryKang</dc:creator>
      <dc:date>2021-02-25T17:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Canadian Postal Code not pulled in web browser as Geocoding reverse function</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/canadian-postal-code-not-pulled-in-web-browser-as/m-p/1030593#M32752</link>
      <description>&lt;P&gt;Thanks Kerry!&lt;/P&gt;&lt;P&gt;That works!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 18:42:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/canadian-postal-code-not-pulled-in-web-browser-as/m-p/1030593#M32752</guid>
      <dc:creator>fyang</dc:creator>
      <dc:date>2021-02-25T18:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Canadian Postal Code not pulled in web browser as Geocoding reverse function</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/canadian-postal-code-not-pulled-in-web-browser-as/m-p/1030598#M32754</link>
      <description>&lt;P&gt;That's great! One more tip, after you publish the survey, you can change the type of two additional question to 'hidden' (I assume you used 'text'), the re-publish it. Then they won't be displayed for end users.&lt;/P&gt;&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 18:47:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/canadian-postal-code-not-pulled-in-web-browser-as/m-p/1030598#M32754</guid>
      <dc:creator>KerryKang</dc:creator>
      <dc:date>2021-02-25T18:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Canadian Postal Code not pulled in web browser as Geocoding reverse function</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/canadian-postal-code-not-pulled-in-web-browser-as/m-p/1030669#M32756</link>
      <description>&lt;P&gt;Yeah, I set them hidden in the beginning.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 20:27:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/canadian-postal-code-not-pulled-in-web-browser-as/m-p/1030669#M32756</guid>
      <dc:creator>fyang</dc:creator>
      <dc:date>2021-02-25T20:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Canadian Postal Code not pulled in web browser as Geocoding reverse function</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/canadian-postal-code-not-pulled-in-web-browser-as/m-p/1375284#M54367</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The issue of the Canadian postal code not being pulled in a web browser as a Geocoding reverse function can occur due to several factors.&lt;/SPAN&gt;&lt;SPAN&gt; Here are some potential reasons and solutions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Incorrect Format:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Ensure the postal code is entered correctly in the format A1A 1A1,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;including spaces.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Double-check for any typos or extra characters.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;2. Geocoding Service Limitations:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Some Geocoding services might not support Canadian postal codes natively.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Check the documentation of the specific service you're using to confirm its capabilities.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Certain platforms might require additional parameters or specific API settings to handle Canadian postal codes accurately.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;3. Privacy Restrictions:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Some governments,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;including Canada,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;have privacy regulations around geocoding that may limit access to precise location data based on postal codes.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;This could explain why you're only getting basic information like city or province instead of exact coordinates.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;4. Data Quality or Coverage:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;The Geocoding service's data might not be comprehensive or updated enough to recognize all Canadian postal codes,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;especially for remote areas or newly created codes.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Potential Solutions:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Use a reputable Geocoding service known for its support of Canadian postal codes,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;such as Google Maps API or OpenStreetMap Nominatim.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;If specific API settings are required,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;consult the service's documentation for proper configuration.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Consider alternative methods like searching by the full address or using a combination of postal code and city/province.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Remember that due to privacy regulations,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;you might not always get exact street-level details but rather broader location information.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;For more specific help,&lt;/SPAN&gt;&lt;SPAN&gt; please provide additional details about:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;The web browser or platform you're using.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;The specific Geocoding service you're trying to utilize.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;The exact error message or behavior you're encountering.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;i have solved this issue on my website &lt;A title="canada postal code&amp;nbsp;" href="https://parceltracking.info/canada-postal-code-lookup/" target="_blank" rel="noopener"&gt;canada postal code&amp;nbsp;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 06:44:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/canadian-postal-code-not-pulled-in-web-browser-as/m-p/1375284#M54367</guid>
      <dc:creator>parceltracking</dc:creator>
      <dc:date>2024-01-29T06:44:31Z</dc:date>
    </item>
  </channel>
</rss>

