Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
pascos88
Creator II
Creator II

Maps in qlik sense

Good morning

I m learning about use of Maps in qlik sense.

I load simple data with this code:

[Mapdata]:

Load

[Company] AS c,

CountryName,

CountryCode,

Number,

Latitude,

Longitude,

GeoMakePoint(Latitude,Longitude) as Location

FROM [lib://../MapsDataTest.xlsx]

(ooxml, embedded labels, table is Sheet1)

;

Trace ***** SkriptEnde *****;

Exit Script;

Now of course the result that I have is with Point but I would have different color for the country based on the sum(Numner). see the picture attached.

I have maybe to load the data in different way, someone have a suggestion?

Thanks for any helps

1 Solution

Accepted Solutions
YoussefBelloum
Champion
Champion

Hi,

First thing you should know: you can't use points and areas (what you're trying to color) on the same map.

Latitude and longitude with Geomakepoints() ==> points on Map

KML file ==> Areas that you can color using an expression for example.

here is one document dedicated to maps on qliksense: Geographic 'Drill Down' (Areas and Points) for US MAP

take a look

View solution in original post

2 Replies
agigliotti
Partner - Champion
Partner - Champion

I suggest you to take a look at Qlik Sense Mapping and County KML

YoussefBelloum
Champion
Champion

Hi,

First thing you should know: you can't use points and areas (what you're trying to color) on the same map.

Latitude and longitude with Geomakepoints() ==> points on Map

KML file ==> Areas that you can color using an expression for example.

here is one document dedicated to maps on qliksense: Geographic 'Drill Down' (Areas and Points) for US MAP

take a look