Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
dilip1234
Creator
Creator

Geo analytics connector is not working to load cities data

Hi,

I am using geo analytics plus connector to get the data from cities location service. Find the below setting of service which I have setup:

City Service Settings.PNG

Here is the script:

LIB CONNECT TO 'QGA_CityLatLong';

/* Generated by GeoAnalytics for operation Load ---------------------- */

[Cities]:

SQL SELECT [Cities_Name], [Cities_Geometry], [CountryIso2], [Cities_Adm1Code], [Cities_Adm2Code], [LocationDbType], [LocationDbId] FROM Load(dataset='Cities')

DATASOURCE Cities LOCATIONSERVICE geometry='POINT', type='P*', country='', serviceName='default'

;

/* End GeoAnalytics operation Load ----------------------------------- */

After loading data I am getting below error:

GeoPlusResult.PNG

Can anyone suggest how to get rid of this concern? I need city wise lat long from above service.

Thanks

Dilip Solanki

Thanks
Dilip Solanki
1 Reply
abeletsky
Partner - Contributor III
Partner - Contributor III

Hi.

Did you try to reduce result by entering Country code?