<?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: Using regions with maps in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749042#M57585</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I don't know why but there is no Tooltip option. Only General and Layer Display, thats all.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;alex&lt;/P&gt;</description>
    <pubDate>Thu, 01 Oct 2020 22:56:39 GMT</pubDate>
    <dc:creator>agbcn</dc:creator>
    <dc:date>2020-10-01T22:56:39Z</dc:date>
    <item>
      <title>Using regions with maps</title>
      <link>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1747501#M57446</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've been working with maps charts to create a custom visualization. By custom I mean I need to visualize data nor by County, State or Country. Due to business requirements, I need to show data in world regions. To make a long story short, let's assume I need to show world data in only 3 regions. France, Europe (all Europe but France) and Rest of the world.&lt;/P&gt;&lt;P&gt;By trying different options, I built a country table (all countries in the world) and added a new column REGION which identifies the region (according to my region definition) where the country belongs. That means that France is one region (let's say 1), Europe (but France) is region 2 and all the other countries have region equal to 3. I created a map chart then and I could select differents regions and only the countries which belong to that region are displayed. So far so good.&lt;/P&gt;&lt;P&gt;My problem starts at this point: I'd need to show how many work orders have been created in each region (not country, that would be easy). however, I can't find a way to aggregate work orders to regions. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IdC&amp;nbsp; &amp;nbsp;Region&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FR&amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;&lt;P&gt;US&amp;nbsp; &amp;nbsp; 3&lt;/P&gt;&lt;P&gt;DE&amp;nbsp; &amp;nbsp; 2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WorkOrders&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IdW&amp;nbsp; &amp;nbsp; Country&amp;nbsp; &amp;nbsp;Amount&amp;nbsp; &amp;nbsp; Region&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; FR&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 100&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; FR&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 200&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; US&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;300&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;/P&gt;&lt;P&gt;4&amp;nbsp; &amp;nbsp; &amp;nbsp; DE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;400&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;/P&gt;&lt;P&gt;So in my map I'd like to see:&lt;/P&gt;&lt;P&gt;Region 1 -&amp;gt; 2 workorders&lt;/P&gt;&lt;P&gt;Region 2 -&amp;gt; 1 workorder&lt;/P&gt;&lt;P&gt;Region 3 -&amp;gt; 1 workorder&lt;/P&gt;&lt;P&gt;I can't show the workorder by country but by region.&lt;/P&gt;&lt;P&gt;I've been searching on the web and I've found some posts which state I need KML files (I don't have Qlik GeoAnalytics). is this the right approach?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Àlex&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1747501#M57446</guid>
      <dc:creator>agbcn</dc:creator>
      <dc:date>2024-11-16T18:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using regions with maps</title>
      <link>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1747523#M57452</link>
      <description>&lt;P&gt;Hello Alex,&lt;/P&gt;&lt;P&gt;It was just not that clear for me if your problem is about visualizing colors in the region, or if it is about the borders.&lt;/P&gt;&lt;P&gt;If if is about &lt;STRONG&gt;visualizing colors&lt;/STRONG&gt;, you can use the nodistinct argument in your aggr expression.&lt;/P&gt;&lt;P&gt;Let's say that you want to color the countries considering the regions, and that your measure is Sum(Value).&lt;/P&gt;&lt;P&gt;You can aggregate using:&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Aggr(nodistinct Sum(Value),Region)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is about the &lt;STRONG&gt;borders&lt;/STRONG&gt; (you want to merge the borders of the countries), you can use Qgis. It is not that easy but once you understand how it works it gets simple.&lt;/P&gt;&lt;P&gt;You need a KML file with the countries. Once you have that, you can use the Dissolve functionality to "merge" the polygons.&lt;/P&gt;&lt;P&gt;You can find tutorials about dissolve in Qgis.&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Guilherme&lt;/P&gt;</description>
      <pubDate>Sun, 27 Sep 2020 23:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1747523#M57452</guid>
      <dc:creator>Gui_Approbato</dc:creator>
      <dc:date>2020-09-27T23:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using regions with maps</title>
      <link>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1748935#M57576</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Guilherme,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your reply and I apologize for my late reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I guess my problem is with borders probably. Let me try to explain it a little better.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I need to show the work orders by regions of the world, not continents or countries. I need something similar to file named Regions.png. Whe I choose region 1, I need to show all Europe but Francce, When I click on region 3, only France and when 4 is clicked, show the rest of the world. I currently get that map by giving each contry the region where i belongs (1 for every country in Europe but France, 3 France and 4 ret of the world). My country table is like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Table.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41558iDABAF356873BC242/image-size/large?v=v2&amp;amp;px=999" role="button" title="Table.png" alt="Table.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Where field ISO2 keeps de 2 letter value for every country. In my map I can show the workorders one I hover over the map, but only on country level, not region. For instance, if I have 5 work orders in region 1 (Europe but France), every country of that region shows 5 as a value, not the region. I can't show the region as a whole. So my need is to show the name of the region and the total workorders when I hover the region. What I get so far is the total workorders number and the name of the country when I move along the region.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm not using any KML file so far.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Region1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41561i63CA1DF5D52CD17A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Region1.png" alt="Region1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Not sure if this makes my problem clearer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your time and help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Alex&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 16:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1748935#M57576</guid>
      <dc:creator>agbcn</dc:creator>
      <dc:date>2020-10-01T16:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using regions with maps</title>
      <link>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749032#M57582</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/109391"&gt;@agbcn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could try turning on the custom Info Bubble and create a info bubble like this:&lt;/P&gt;&lt;P&gt;Region&lt;BR /&gt;&amp;amp;&lt;BR /&gt;'&amp;lt;br&amp;gt;'&lt;BR /&gt;&amp;amp; aggr(nodistinct sum( WorkOrder),Region)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;That will show you in the info bubble the information you are wanting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your borders you will not be able to get rid of country borders without a dissolve function. This will either need to be a custom KML or you will have to use GeoAnalytics.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 21:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749032#M57582</guid>
      <dc:creator>Steven_Haught</dc:creator>
      <dc:date>2020-10-01T21:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using regions with maps</title>
      <link>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749034#M57583</link>
      <description>&lt;P&gt;Hi Steven,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Getting&amp;nbsp; rid of country borders is not a big concern. I could change opacity and it's good enough. The key point here is to be able to see the work orders value correctly. Is there any way to work with my regions as I can do it with country?&lt;/P&gt;&lt;P&gt;Your solutions could be a very good option, unfortunately I don't know how to do that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 21:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749034#M57583</guid>
      <dc:creator>agbcn</dc:creator>
      <dc:date>2020-10-01T21:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using regions with maps</title>
      <link>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749039#M57584</link>
      <description>&lt;P&gt;Just mixing the answers and trying to help you with an image so that you can replicate it there:&lt;/P&gt;&lt;P&gt;In your area layer, go to the tooltip option.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="answer_qlik.png" style="width: 242px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41582iD4EFD88F5FC7D1F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="answer_qlik.png" alt="answer_qlik.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 22:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749039#M57584</guid>
      <dc:creator>Gui_Approbato</dc:creator>
      <dc:date>2020-10-01T22:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using regions with maps</title>
      <link>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749042#M57585</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I don't know why but there is no Tooltip option. Only General and Layer Display, thats all.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;alex&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 22:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749042#M57585</guid>
      <dc:creator>agbcn</dc:creator>
      <dc:date>2020-10-01T22:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using regions with maps</title>
      <link>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749232#M57600</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/109391"&gt;@agbcn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which version of Qlik are you on? I assume you are using the standard map? can you share a picture of your screen?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 14:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749232#M57600</guid>
      <dc:creator>Steven_Haught</dc:creator>
      <dc:date>2020-10-02T14:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using regions with maps</title>
      <link>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749245#M57602</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please find attached a screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Map.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41656i29F8244DCD98509C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Map.png" alt="Map.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 15:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749245#M57602</guid>
      <dc:creator>agbcn</dc:creator>
      <dc:date>2020-10-02T15:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using regions with maps</title>
      <link>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749260#M57604</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/109391"&gt;@agbcn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know what version of Qlik you are using? This is very strange for you to not have the tool tip section....&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 16:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749260#M57604</guid>
      <dc:creator>Steven_Haught</dc:creator>
      <dc:date>2020-10-02T16:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using regions with maps</title>
      <link>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749262#M57605</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;According to QMC, QlikSense April 2019 Patch 1-13.21.1&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 16:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749262#M57605</guid>
      <dc:creator>agbcn</dc:creator>
      <dc:date>2020-10-02T16:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using regions with maps</title>
      <link>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749279#M57608</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24514"&gt;@Patric_Nordstrom&lt;/a&gt;&amp;nbsp;Should there be any issue with that version of qlik and the normal Map Chart not having tool tip section?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 17:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749279#M57608</guid>
      <dc:creator>Steven_Haught</dc:creator>
      <dc:date>2020-10-02T17:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using regions with maps</title>
      <link>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749664#M57663</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/109391"&gt;@agbcn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would recommend that you upgrade your version to the most current. If still not seeing the tool tip section a help ticket will likely be needed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 14:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-regions-with-maps/m-p/1749664#M57663</guid>
      <dc:creator>Steven_Haught</dc:creator>
      <dc:date>2020-10-05T14:57:57Z</dc:date>
    </item>
  </channel>
</rss>

