<?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: How to create a zip code-based point layer on a map in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-create-a-zip-code-based-point-layer-on-a-map/m-p/2093671#M89641</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47012"&gt;@daveatkins&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Agreed, be sure you have the proper zip format for the country&lt;/P&gt;
&lt;P&gt;2. Agreed, it the same I just commented, I would take out the white space before ‘US’&lt;/P&gt;
&lt;P&gt;3. Can’t be sure, but if you see my screenshoot is a field called “location type” there you can tell the map that the field is a zip code, but I think it’s not going to be necessary&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;help users find answers! Don't forget to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#993366"&gt;mark a solution&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that worked for you &amp;amp; to smash the&lt;FONT color="#339966"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;like&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;button!&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jul 2023 19:06:23 GMT</pubDate>
    <dc:creator>RafaelBarrios</dc:creator>
    <dc:date>2023-07-13T19:06:23Z</dc:date>
    <item>
      <title>How to create a zip code-based point layer on a map</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-zip-code-based-point-layer-on-a-map/m-p/2093282#M89597</link>
      <description>&lt;P&gt;I have a spreadsheet which contains demographic data on individuals including their zip code. I want to create a map with a point layer showing the number of people in each zip code with varying sized points based on the value of the column Meds? = 'Yes'.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="daveatkins_0-1689197902392.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112142iE97CA8FFCAADBB0D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="daveatkins_0-1689197902392.png" alt="daveatkins_0-1689197902392.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I cannot get even the most basic map to work as it does not recognize "zip" as location data. When I drag the ZIP field onto a map chart, it's just a mess.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="daveatkins_1-1689198335058.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112143iB51BE108235DD786/image-size/medium?v=v2&amp;amp;px=400" role="button" title="daveatkins_1-1689198335058.png" alt="daveatkins_1-1689198335058.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to change the data type of the ZIP using the data manager, but after selecting "geo data" I much choose from one of four options for city or state data. There is no zip code option.&lt;/P&gt;
&lt;P&gt;What do I need to do?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 21:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-zip-code-based-point-layer-on-a-map/m-p/2093282#M89597</guid>
      <dc:creator>daveatkins</dc:creator>
      <dc:date>2023-07-12T21:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a zip code-based point layer on a map</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-zip-code-based-point-layer-on-a-map/m-p/2093657#M89637</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47012"&gt;@daveatkins&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try adding the country code after the postal code&lt;/P&gt;
&lt;P&gt;field: &amp;lt;postal_code&amp;gt;,&amp;lt;country_code&amp;gt;&lt;/P&gt;
&lt;P&gt;Example: &lt;STRONG&gt;3857,CH&lt;/STRONG&gt; for&amp;nbsp;Switzerland&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RafaelBarrios_0-1689272499268.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112210i43BD61E1C0F87536/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RafaelBarrios_0-1689272499268.png" alt="RafaelBarrios_0-1689272499268.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or use the postal code in location field and use country field to limit the scope&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RafaelBarrios_1-1689272792820.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112211i1770021888B786D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RafaelBarrios_1-1689272792820.png" alt="RafaelBarrios_1-1689272792820.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;i used a fixed value in location field but you could use a field, same for country field.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;help users find answers! Don't forget to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#993366"&gt;mark a solution&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that worked for you &amp;amp; to smash the&lt;FONT color="#339966"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;like&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;button!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 18:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-zip-code-based-point-layer-on-a-map/m-p/2093657#M89637</guid>
      <dc:creator>RafaelBarrios</dc:creator>
      <dc:date>2023-07-13T18:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a zip code-based point layer on a map</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-zip-code-based-point-layer-on-a-map/m-p/2093670#M89640</link>
      <description>&lt;P&gt;Thank you; I found several helping things to be done:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;clean the zip code when loading data: Num([ZIP],'00000') as ZIP, for example to solve issues like zip code 02139 in Massachusetts.&lt;/LI&gt;
&lt;LI&gt;The map chart layer will need a location field further specified as an expression like this to tell it the zip code is in the US: &lt;STRONG&gt;[ZIP] &amp;amp; ', US'&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;need to make sure the zip field is being recognized as geo data; still not clear how to do that in load script&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 13 Jul 2023 18:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-zip-code-based-point-layer-on-a-map/m-p/2093670#M89640</guid>
      <dc:creator>daveatkins</dc:creator>
      <dc:date>2023-07-13T18:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a zip code-based point layer on a map</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-zip-code-based-point-layer-on-a-map/m-p/2093671#M89641</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47012"&gt;@daveatkins&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Agreed, be sure you have the proper zip format for the country&lt;/P&gt;
&lt;P&gt;2. Agreed, it the same I just commented, I would take out the white space before ‘US’&lt;/P&gt;
&lt;P&gt;3. Can’t be sure, but if you see my screenshoot is a field called “location type” there you can tell the map that the field is a zip code, but I think it’s not going to be necessary&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;help users find answers! Don't forget to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#993366"&gt;mark a solution&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that worked for you &amp;amp; to smash the&lt;FONT color="#339966"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;like&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;button!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 19:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-zip-code-based-point-layer-on-a-map/m-p/2093671#M89641</guid>
      <dc:creator>RafaelBarrios</dc:creator>
      <dc:date>2023-07-13T19:06:23Z</dc:date>
    </item>
  </channel>
</rss>

