Geographical information can be plotted in Qlik Sense by making use of the Map object. In order to create geo maps in Qlik Sense, we need to load the location information, also called point or area data. The location information can be loaded either from a Keyhole Markup Language (KML) file, if available, or a database, web service, or simple Excel file. Data can also be loaded inline, which is what we are going to do in the following recipe.
Creating geo maps in Qlik Sense®
Getting ready
For the purpose of this recipe, we will make use of inline data loading, which gives us the location information for different countries in the form of latitudes and longitudes:
- Create a new Qlik Sense file and name it Geolocations...