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

Load shapefiles without geoanalytics

Hello, 

 

Is it possible to load shapefiles to qlik sense without using geoanalytics?

 

 

-Ville

Labels (3)
1 Reply
Patric_Nordstrom
Employee
Employee

GeoAnalytics are included in most systems. Here's how to load a shapefile:

 

Load * Extension GeoOperations.ScriptEval('
load() DATASOURCE cont GEOFILE type="shape", 
url="lib://DataFiles/continents.shpzip")';

 

https://community.qlik.com/t5/Qlik-Sense-Documents/GeoOperations-Examples-Qlik-GeoAnalytics/ta-p/175...

 

Thanks,

Patric