<?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: Financial roll over , table vs map in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Financial-roll-over-table-vs-map/m-p/2547425#M110048</link>
    <description>&lt;P&gt;The issue where data appears in a Qlik Sense table but not on a map, despite using the same dimension and measure, is almost always due to &lt;STRONG&gt;geocoding failure&lt;/STRONG&gt;—Qlik cannot map the spelling of "France" or its sub-regions to its internal geospatial database.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the specific reasons and solutions for why your France data is missing in the map:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1. Ambiguous Location Name (Spelling/Language)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Qlik maps require exact matches in its geocoding database.&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;STRONG&gt;The Problem:&lt;/STRONG&gt; "France" might be spelled differently, have unexpected trailing spaces, or use special characters that Qlik does not automatically associate with the country shape.&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt; Create a calculated field in your load script or front-end dimension to ensure formatting: Capitalize(Trim(CountryField)).&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;2. Location Not Identified as Geo Data&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Even if the data exists in the table, &lt;A href="https://www.qlik.com/" target="_blank"&gt;Qlik&lt;/A&gt; must recognize the field as a geographical field (Type: Country, City, etc.).&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;STRONG&gt;The Problem:&lt;/STRONG&gt; The field is treated as a generic string.&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt; In the &lt;STRONG&gt;Data Manager&lt;/STRONG&gt;, edit the field mapping and change the field type to "Geography" and set it to "Country" or "Administrative Area".&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;3. Missing or Incorrect Sub-region Levels (Departments)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you are displaying regional data (not just the whole country):&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;STRONG&gt;The Problem:&lt;/STRONG&gt; French Department names (e.g., "Côte d'Or") often fail because of accents or abbreviations (like Dept 21 vs Côte d'Or).&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt; Concatenate the country code to ensure it's not looking for that region in another country. Example: RegionName &amp;amp; ', ' &amp;amp; 'FR'.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;4. Incorrect Map Layer Configuration&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;STRONG&gt;The Problem:&lt;/STRONG&gt; You might be using an Area Layer, but the data is better suited for a Point Layer, or the Country level is incorrect.&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt;
  &lt;UL&gt;
   &lt;LI&gt;Set the Map Layer location type to &lt;STRONG&gt;Country&lt;/STRONG&gt; and Country Code to &lt;STRONG&gt;FR&lt;/STRONG&gt;.&lt;/LI&gt;
   &lt;LI&gt;Alternatively, go to the layer properties, ensure &lt;STRONG&gt;Location Fields&lt;/STRONG&gt; is set correctly, and define the &lt;STRONG&gt;Country&lt;/STRONG&gt; field specifically to FR to narrow the search.&amp;nbsp;&lt;/LI&gt;
  &lt;/UL&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;5. Data Model Disconnection (Most Likely)&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;STRONG&gt;The Problem:&lt;/STRONG&gt; The table showing the data might be in a different table than the one containing the geo-coordinates/names, and they are not properly linked in the data model.&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt; Review the &lt;STRONG&gt;Data Model Viewer&lt;/STRONG&gt;. Ensure the field used in the map layer is part of the same data island or properly linked via a key to the data containing the financial measures.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Quick Fix Steps&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
 &lt;LI&gt;&lt;STRONG&gt;Check Spelling:&lt;/STRONG&gt; Ensure it is "France" and not "FR" or "france" (if that's what Qlik expects).&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Add Country Code:&lt;/STRONG&gt; Create a new field GeoCountry = 'France' to ensure standard spelling.&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Use Location Field:&lt;/STRONG&gt; In your map layer, explicitly select the field Country and set "Scope" to "France".&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Check Data Load Editor:&lt;/STRONG&gt; Use TAG FIELD [YourField] WITH $country; to explicitly tell Qlik what the field is.&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2026 19:22:34 GMT</pubDate>
    <dc:creator>Greg_Taffer</dc:creator>
    <dc:date>2026-04-21T19:22:34Z</dc:date>
    <item>
      <title>Financial roll over , table vs map</title>
      <link>https://community.qlik.com/t5/App-Development/Financial-roll-over-table-vs-map/m-p/2547336#M110031</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;I am showing finical roll over data in table and map.&lt;/P&gt;&lt;P&gt;The data for France is coming in table but not in map same dim and measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;client,Pol, cov, year, loc, yemo&lt;/P&gt;&lt;P&gt;A,1,10, 2022, Fra, 202201&lt;/P&gt;&lt;P&gt;A,2,20, 2022, Fra, 202201&lt;/P&gt;&lt;P&gt;A,3,30, 2023, Fra, 202301&lt;/P&gt;&lt;P&gt;A,4,40, 2023, Fra, 202301&lt;/P&gt;&lt;P&gt;B,30,300, 2023, Fra, 202301&lt;/P&gt;&lt;P&gt;B,40,400, 2023, Fra, 202301&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;User selected&amp;nbsp;&lt;/P&gt;&lt;P&gt;Client A, year = 2022,&lt;/P&gt;&lt;P&gt;Values in variable&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vfrom = 202212&lt;/P&gt;&lt;P&gt;Vto = 202309&lt;/P&gt;&lt;P&gt;Map details&lt;/P&gt;&lt;P&gt;Dim - loc&lt;/P&gt;&lt;P&gt;Dim under location section - loc&lt;/P&gt;&lt;P&gt;Measure Sum({&amp;lt;year=, yemo={"&amp;gt;=202212&amp;lt;=202309"}&amp;gt;}prem)&lt;/P&gt;&lt;P&gt;But it's not showing France in map..even though year is ignored and France yemo value is in range&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 04:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Financial-roll-over-table-vs-map/m-p/2547336#M110031</guid>
      <dc:creator>Qlik1_User1</dc:creator>
      <dc:date>2026-04-21T04:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Financial roll over , table vs map</title>
      <link>https://community.qlik.com/t5/App-Development/Financial-roll-over-table-vs-map/m-p/2547425#M110048</link>
      <description>&lt;P&gt;The issue where data appears in a Qlik Sense table but not on a map, despite using the same dimension and measure, is almost always due to &lt;STRONG&gt;geocoding failure&lt;/STRONG&gt;—Qlik cannot map the spelling of "France" or its sub-regions to its internal geospatial database.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the specific reasons and solutions for why your France data is missing in the map:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1. Ambiguous Location Name (Spelling/Language)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Qlik maps require exact matches in its geocoding database.&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;STRONG&gt;The Problem:&lt;/STRONG&gt; "France" might be spelled differently, have unexpected trailing spaces, or use special characters that Qlik does not automatically associate with the country shape.&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt; Create a calculated field in your load script or front-end dimension to ensure formatting: Capitalize(Trim(CountryField)).&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;2. Location Not Identified as Geo Data&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Even if the data exists in the table, &lt;A href="https://www.qlik.com/" target="_blank"&gt;Qlik&lt;/A&gt; must recognize the field as a geographical field (Type: Country, City, etc.).&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;STRONG&gt;The Problem:&lt;/STRONG&gt; The field is treated as a generic string.&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt; In the &lt;STRONG&gt;Data Manager&lt;/STRONG&gt;, edit the field mapping and change the field type to "Geography" and set it to "Country" or "Administrative Area".&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;3. Missing or Incorrect Sub-region Levels (Departments)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you are displaying regional data (not just the whole country):&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;STRONG&gt;The Problem:&lt;/STRONG&gt; French Department names (e.g., "Côte d'Or") often fail because of accents or abbreviations (like Dept 21 vs Côte d'Or).&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt; Concatenate the country code to ensure it's not looking for that region in another country. Example: RegionName &amp;amp; ', ' &amp;amp; 'FR'.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;4. Incorrect Map Layer Configuration&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;STRONG&gt;The Problem:&lt;/STRONG&gt; You might be using an Area Layer, but the data is better suited for a Point Layer, or the Country level is incorrect.&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt;
  &lt;UL&gt;
   &lt;LI&gt;Set the Map Layer location type to &lt;STRONG&gt;Country&lt;/STRONG&gt; and Country Code to &lt;STRONG&gt;FR&lt;/STRONG&gt;.&lt;/LI&gt;
   &lt;LI&gt;Alternatively, go to the layer properties, ensure &lt;STRONG&gt;Location Fields&lt;/STRONG&gt; is set correctly, and define the &lt;STRONG&gt;Country&lt;/STRONG&gt; field specifically to FR to narrow the search.&amp;nbsp;&lt;/LI&gt;
  &lt;/UL&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;5. Data Model Disconnection (Most Likely)&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;STRONG&gt;The Problem:&lt;/STRONG&gt; The table showing the data might be in a different table than the one containing the geo-coordinates/names, and they are not properly linked in the data model.&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt; Review the &lt;STRONG&gt;Data Model Viewer&lt;/STRONG&gt;. Ensure the field used in the map layer is part of the same data island or properly linked via a key to the data containing the financial measures.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Quick Fix Steps&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
 &lt;LI&gt;&lt;STRONG&gt;Check Spelling:&lt;/STRONG&gt; Ensure it is "France" and not "FR" or "france" (if that's what Qlik expects).&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Add Country Code:&lt;/STRONG&gt; Create a new field GeoCountry = 'France' to ensure standard spelling.&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Use Location Field:&lt;/STRONG&gt; In your map layer, explicitly select the field Country and set "Scope" to "France".&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Check Data Load Editor:&lt;/STRONG&gt; Use TAG FIELD [YourField] WITH $country; to explicitly tell Qlik what the field is.&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 19:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Financial-roll-over-table-vs-map/m-p/2547425#M110048</guid>
      <dc:creator>Greg_Taffer</dc:creator>
      <dc:date>2026-04-21T19:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Financial roll over , table vs map</title>
      <link>https://community.qlik.com/t5/App-Development/Financial-roll-over-table-vs-map/m-p/2547427#M110049</link>
      <description>&lt;P&gt;I tried your sample and France shows correctly on the map:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rodrigo_martins_1-1776799362982.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/187912i637B6A4D4E4F79D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rodrigo_martins_1-1776799362982.png" alt="rodrigo_martins_1-1776799362982.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;A couple of things to check:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Your expression uses prem, but your sample data doesn’t include it. I used cov to test - make sure the field exists.&lt;/LI&gt;&lt;LI&gt;The set analysis looks fine, but try removing the yemo section from the Set Analysis just to check. Also, check for nulls or data type inconsistencies in yemo.&lt;/LI&gt;&lt;LI&gt;Is the location scope set to auto on the map? (It worked in my test.)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;With the sample provided, the issue is not reproducible, so there is likely something different in the actual data model or field formatting.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 19:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Financial-roll-over-table-vs-map/m-p/2547427#M110049</guid>
      <dc:creator>rodrigo_martins</dc:creator>
      <dc:date>2026-04-21T19:31:59Z</dc:date>
    </item>
  </channel>
</rss>

