Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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