Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
I have spend the whole day trying to work with Maps in Qlikview. Would appreciate someone to guide me....
I am using Globeqlik here. I have set variable GQServer ='http://www.BergWerk-GIS.at/GlobeQlikMaps/'
The source file is as attached <Qlikview test.xls>.
The problems i encountered:
1. Base Map file does not seem to load
2. How do I place the data(A and B) onto the map?
3. What should I set my variables to?
much appreciated. thanks!
---------- Script ------------
SET ThousandSep=',';
SET DecimalSep='.';
SET MoneyThousandSep=',';
SET MoneyDecimalSep='.';
SET MoneyFormat='$#,##0.00;($#,##0.00)';
SET TimeFormat='h:mm:ss TT';
SET DateFormat='D/M/YYYY';
SET TimestampFormat='D/M/YYYY h:mm:ss[.fff] TT';
SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';
SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';
Directory;
LOAD Time,
Customer,
Latitude,
Longitude
FROM
[..\Qlikview test.xls]
(biff, embedded labels, table is [Sheet1$]);
LOAD *
FROM
(qvx);
This posts will help you with other mapping options. Sorry I don't anything about Globeqlik.