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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
danialier
Creator III
Creator III

List Box to determine the bubble size from a scatter chart

Hello,

Does anyone know how to create a list Box to determine the bubble size from a scatter chart ?

thks,dani

Labels (1)
4 Replies
swuehl
Champion III
Champion III

Could you detail your requirements a bit closer?

Do you just want to show the third expression value per dimension?

Use a field expression in your list box:

=Aggr( YourBubbleSizeExpressionFromScatterChart, YourDimensionFromScatterChart)

danialier
Creator III
Creator III
Author

Hi Swuehl,

I'd like to have a list box (or another object) where to be able to select a bubble size from a list of different types of bubble sizes.

Doing this way when looking a WW map I can select a bubble size and then when zooming-in at country level I can select another bubble size.

Do you know if that is possible?

Thks,dani

swuehl
Champion III
Champion III

Yes, might be possible using a field expression (select <expression> from field drop down on general tab of the list box properties), like

=Aggr( Sum(Sales), CustomerID)

Replace the expression and dimension according to your setting.

You can't really get the bubble size, but you can create kind of buckets for the bubble expression in the scatter chart as well as the list box:

Round((Sum(Sales)-Min(Total Sales)) / (Max(Total Sales) - Min(Total Sales))*10)

Anonymous
Not applicable

Hi Dani,

Why do you want to use a list box?

I think that is better to use a Slider with a variable, and use this variable to get bubble size.

Kind regards!