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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Map question

Hello everyone,

I'm working on a demo project where one of the things I want to show is the amazing ability to easily show a map 😃 I downloaded dummy data with lots of cities (along with their longitude and latitude) for the map. I finally have my map now, but I can't show the bubbles in different sizes since it's dummy data non-connected to anything that has to do with sales. It looks like this right now:

Skärmklipp.PNG

However, I want it to look like this (some bubbles bigger and some smaller):

Skärmklipp.PNG

Does anyone have a trick to make this happen even if it's not connected to sales or anything else?

Sincerely,

Betty Habtemariam

1 Solution

Accepted Solutions
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Betty,

all you need is ANY calculation that returns variable numeric results. Even the rand() function could work - just play with the min/max bubble sizes.

Cheers,

Oleg Troyansky

Upgrade your Qlik skills at the Masters Summit for Qlik - coming soon to Milan, Italy!

Ask me about Qlik Sense Expert Class!

View solution in original post

3 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Betty,

all you need is ANY calculation that returns variable numeric results. Even the rand() function could work - just play with the min/max bubble sizes.

Cheers,

Oleg Troyansky

Upgrade your Qlik skills at the Masters Summit for Qlik - coming soon to Milan, Italy!

Ask me about Qlik Sense Expert Class!
Not applicable
Author

Hi Betty,

You can simply use your Latitudes and Longitudes as measures in Expression like

Sum(Latitude+Longitude)

OR

Sum(Latitude)

OR

Sum(Longitude)

and Tick the 'Use Expression for Bubble Size' option.

Adjust the bubble size according to your convenience.

Regards,

Rohan

Not applicable
Author

Thank you! It worked! 😃