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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
nbuscemi
Contributor III
Contributor III

Label on map

Hi,

 

Is there a way to show the label related to the amount of an investment on a map? I don't want to use bubbles. Please see the attachment. I've got "Lombardia" which is the region Qlik shows when I set the mouse on it, instead I want it to show the amount of an investment.

 

Thanks.

2 Replies
nikitadeshwal
Partner - Contributor III
Partner - Contributor III

Hi,

You can try below Solution

You must have added Field in Area layer eg. Country

then follow below

Go to Area Layer --> Option --> General --> Show label (On) --> Under Labels write following expression

= Country &':'& ceil(Sum(Sales))  

or

=Sum(Sales)

Regards,

Nikita Deshwal

nbuscemi
Contributor III
Contributor III
Author

Ok, that's fine if I want the label to be always shown.

What if I want the label to be shown only if I pass through with the mouse?