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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
rmahfoudhi
Partner - Contributor III
Partner - Contributor III

Geoanalytics Routing Error

I need to create a map with the routing 

i tried but i always have an error i can't generate the geoanalytics table

Routes:
LOAD
RouteID&'_'&RouteStart&'_'& RouteEnd as Key,
RouteID,
AppointmentTime,
CustomerName,
CustomerAddress,
RouteStart,
RouteEnd
FROM [lib://DataFiles/RouteSchedule.csv]
(txt, codepage is 28591, embedded labels, delimiter is ';', msq);

 

[RoutesResultTable]:
Load * Extension GeoOperations.ScriptEval('
SELECT _autoIndex_, Distance, Duration, Status, LowResLine, dataset.RouteEnd FROM
Routes(criteria="fastest", transportation="car", destField="RouteEnd", geometryType="point")
DATASOURCE dataset INTABLE crs="auto"
', Routes);

 

 

I don't know where is my fault 

Thank you in advance.

Labels (6)
1 Reply
rmahfoudhi
Partner - Contributor III
Partner - Contributor III
Author

The dataset Example