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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
jagan
Partner - Champion III
Partner - Champion III

Scatter Chart

Hi,

I need to create a Scatter / Bubble chart.  Such that the dimension should be Salesman, X axis should be Month, Y axis should be Sales and Bubble size should  be (Sales/No. of Products).  I am trying to display the month(in the format of Month-Year) in the X axis, but I am getting numeric values. 

Is this possible in Scatter chart?

Regards,

Jagan.

7 Replies
kji
Employee
Employee

Scatter chart will use numeric values on the axes (Discrete axis version is Grid chart), you should be able to set the number format to a date format to get that on the axis.

Anonymous
Not applicable

Use the monthname() function

jagan
Partner - Champion III
Partner - Champion III
Author

Tried it, but it is displaying in Numbers.

Regards,

Jagan.

Not applicable

I guess your xAxis expression is Month and not sum(Month). If its Month, go to number format and select it as date and give the format MMM-YY

Regards,

Kiran.

jagan
Partner - Champion III
Partner - Champion III
Author

Tried it, but of no use.  Also posted this as an Idea

http://community.qlik.com/ideas/2116

Regards,

Jagan.

Not applicable

You can get this may be using grid chart. Have month as dimension 1, aggr(month,salesman and sales) as dimension 2, salesman as dimension 3.

This may be close to what you need.

jagan
Partner - Champion III
Partner - Champion III
Author

Since, my data has hunderds of Salesman, the grid chart is not suitable for this scenario.

Regards,

Jagan.