Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
Please help
I am showing finical roll over data in table and map.
The data for France is coming in table but not in map same dim and measure.
Data
Fact:
client,Pol, cov, year, loc, yemo
A,1,10, 2022, Fra, 202201
A,2,20, 2022, Fra, 202201
A,3,30, 2023, Fra, 202301
A,4,40, 2023, Fra, 202301
B,30,300, 2023, Fra, 202301
B,40,400, 2023, Fra, 202301
User selected
Client A, year = 2022,
Values in variable
Vfrom = 202212
Vto = 202309
Map details
Dim - loc
Dim under location section - loc
Measure Sum({<year=, yemo={">=202212<=202309"}>}prem)
But it's not showing France in map..even though year is ignored and France yemo value is in range
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 geocoding failure—Qlik cannot map the spelling of "France" or its sub-regions to its internal geospatial database.
Here are the specific reasons and solutions for why your France data is missing in the map:
1. Ambiguous Location Name (Spelling/Language)
Qlik maps require exact matches in its geocoding database.
2. Location Not Identified as Geo Data
Even if the data exists in the table, Qlik must recognize the field as a geographical field (Type: Country, City, etc.).
3. Missing or Incorrect Sub-region Levels (Departments)
If you are displaying regional data (not just the whole country):
4. Incorrect Map Layer Configuration
5. Data Model Disconnection (Most Likely)
Quick Fix Steps
I tried your sample and France shows correctly on the map:
A couple of things to check:
With the sample provided, the issue is not reproducible, so there is likely something different in the actual data model or field formatting.