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: 
agni_gold
Specialist III
Specialist III

How can i show multiple measures on mouse hover in map

Hello All,

I am showing the map in my app, and I have created one point layer without size option. so I have only bubbles, but I want if I hover over the bubbles then I need to show 4 measures value.

I tried like

='<b>' & location & '</b><br>' &

Avg(Temperature) & ' C<br>' &

Avg(WindSpeed) & ' % <br>'

but not working, can anyone help here.

Thanks,

Agnivesh

5 Replies
agni_gold
Specialist III
Specialist III
Author

any update on this dears?

balabhaskarqlik

May be,

Could you consider the color by expression option? - This will allow you to use another aggregate and measure and use a color gradient to depict the value - greatest / least. So you will have the size of the dot for one measure and the color depict another.

hemasudha_n
Partner - Contributor
Partner - Contributor

Hi Agnivesh,

 

Have you found solution for this? If so, please post it here i am looking for same the same.

Thanks

venkatadineshqv
Contributor II
Contributor II

You can use Geo Analytics info bubble layer extension instead of regular map from the charts. Then in settings you can use info bubble option deselect the custom option and you can give expression to add multiple mouse hover over fields.

abhijith28
Creator II
Creator II

Hi,

I am not able to see two values upon hovering on the Bubble Map.

The data column with City & Product

Ex: City,Product

       Mumbai, A

       Mumbai,B

I could only see Product A, but i want see both the Product values A,B