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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
danialier
Creator III
Creator III

Bubble chart with Revenue on X axis and units on Y axis

Hello,

I'd like to build a Bubble chart in qlikview showing Revenues on X axis and Units on Y axis and then display the companies in bubbles in the graph.

I'm attaching the excel file, but I don;t know how to create this graph...

Can anyone help me on that ?

Thanks,

dani

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

You can use third dimension which will be for Bubble Size

RANK(SUM(Revenue))

or

Rank(SUM([Units sold]))

or

RANK(SUM(Revenue)) + Rank(SUM([Units sold]))

View solution in original post

5 Replies
fvelascog72
Partner - Specialist
Partner - Specialist

Hi,

I hope this helps you.

MK_QSL
MVP
MVP

Create a new Scatter Chart

Dimension

Customer

Expression

Tick Advanced Mode at the Bottom of Expression Tab

Use below expression

SUM(Revenue)

Sum ([Units sold])

danialier
Creator III
Creator III
Author

Hello,

Federico, Manish, your answers were correct but I missed one point: I want the bubble size in the graph to be bigger in case there are two companies with the same number of revenue and units, so this is to have the bubble size in terms of number of companies in the same "point" in the chart.

I'm attaching an excel file where you'll see that D and H and companies B and I have the same number of revenues and units. How can I make the bubble bigger ?

Thanks,

dani

MK_QSL
MVP
MVP

You can use third dimension which will be for Bubble Size

RANK(SUM(Revenue))

or

Rank(SUM([Units sold]))

or

RANK(SUM(Revenue)) + Rank(SUM([Units sold]))

danialier
Creator III
Creator III
Author

Great Thanks Manish