Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
starter888
Contributor
Contributor

How to remove map background

Hi all

I have created a map using latitude and longitude, however the map is crowded and I want to remove the background cities and towns so that I can see the locations a lot more clearly.

I can't see where to do this in Qlik Sense

Many thanks from a newbie 🙂

Labels (5)
4 Replies
mofqlikproject
Contributor
Contributor

disable labels and add one more layer with data what you like to see dont include all

starter888
Contributor
Contributor
Author

I know how to disable labels, but I'm not sure what you mean by "add one more layer with data what you like to see don't include all"

Could you please clarify?

starter888
Contributor
Contributor
Author

How do I get a blank map without all the default towns being displayed and just my information?

Channa
Specialist III
Specialist III

labels will be displayed based on your map..you can show top 30 top 20

to avoid more data

you can do rank

 

=If(Aggr(Rank(Sum(CUSTOMS_VALUE_QAR)),COUNTRY_NAME_EN)<=10,COUNTRY_NAME_EN)

Channa