Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
t_vijay_qlik
Contributor III
Contributor III

Re:Qliksense Maps

Hi all,

While creating maps not able find the dimesnsions

Can any one help me how to create maps in qliksense

1 Solution

Accepted Solutions
MK9885
Master II
Master II

I think this is the updated version of Qlik Sense out of box maps.

For line layer maps you'd need 2 dimensions...

To location and From location

Check this video below

@ 02:24 mins

https://www.youtube.com/watch?v=CSPCNfnIMp8


If still doesn;t work, provide us with a sample xl file data and we can try..

View solution in original post

4 Replies
MK9885
Master II
Master II

Can you post your map script?

t_vijay_qlik
Contributor III
Contributor III
Author

hi,

[StoreLocations]:

LOAD

[LocationId] AS [ProductId-LocationId],

[LocationType],

[LocationName],

GeoMakePoint([Latitude],[Longitude]) as [Location],

[City],

[StateProvince],

[Country]

FROM [lib://Section 4 - Sales Analysis/SalesDimensions.xlsx]

(ooxml, embedded labels, table is StoreLocations);

this one is the script

Thanks,

vijay

t_vijay_qlik
Contributor III
Contributor III
Author

hi,

[Products]:

LOAD

//[ProductId] AS [ProductId-LocationId],

     [ProductId],

[ProductName],

[ProductDescription],

[ProductSubcategoryId],

[Manufacturer],

[BrandName],

[Colour],

[Cost],

[RetailPrice]

FROM [lib://Section 4 - Sales Analysis/SalesDimensions.xlsx]

(ooxml, embedded labels, table is Products);

[ProductCategory]:

LOAD

[ProductCategoryId],

[ProductCategoryName]

FROM [lib://Section 4 - Sales Analysis/SalesDimensions.xlsx]

(ooxml, embedded labels, table is ProductCategory);

[ProductSubCategory]:

LOAD

[ProductCategoryId],

[ProductSubcategoryId],

[ProductSubcategoryName]

FROM [lib://Section 4 - Sales Analysis/SalesDimensions.xlsx]

(ooxml, embedded labels, table is ProductSubCategory);

[StoreLocations]:

LOAD

[LocationId] AS [ProductId-LocationId],

[LocationType],

[LocationName],

GeoMakePoint([Latitude],[Longitude]) as [Location],

[City],

[StateProvince],

[Country]

FROM [lib://Section 4 - Sales Analysis/SalesDimensions.xlsx]

(ooxml, embedded labels, table is StoreLocations);

MK9885
Master II
Master II

I think this is the updated version of Qlik Sense out of box maps.

For line layer maps you'd need 2 dimensions...

To location and From location

Check this video below

@ 02:24 mins

https://www.youtube.com/watch?v=CSPCNfnIMp8


If still doesn;t work, provide us with a sample xl file data and we can try..