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: 
Not applicable

How to display all values in a chart with no aggregation

Hello,

I need to represent in a line chart Depth vs Costs. So Depth should be my dimension and I need two expressions for cost.

The problem is that I need every point in the chart, but I can´t doi it, because I'm being forced to represent just one point for each dimension value.

Can anyone help.

02073047,18
024398982082799,39
592486656,697
602485629
602492270
602802344
612604272,5
612694392,982
612745781,764
612940486,072
653005381,252
652816615
652829456

The result should be something like this:

error loading image

Labels (1)
1 Solution

Accepted Solutions
johnw
Champion III
Champion III

You can do it with a scatter chart instead of a line chart. See attached.

View solution in original post

5 Replies
Not applicable
Author

Well please correct me if I am wrong... but you want to see 59,59,60,60,60 in place of 0,10,20,30,40 on the chart axis... If this is what you are trying to dont think you can do it normally... I mean QV sums up the values for common dimensions... its the standard functionality on any sheet object. If you want the sales for a month dimension it shows the sum(sales) for the whole month and if you want to see all then you can use a Straight table where you will see it... but i dont hink you can see it on the chart..sorry

ANDY

Anonymous
Not applicable
Author

Instead of a straight table, you may want to look at a Table Box which is ideal to show the raw data. You may also include a rownum() in your load and include that as a dimension (you could even hide it in presentation tab) to truly avoid any aggregation..

Regards,

Dinesh.

Not applicable
Author

I´ve already tried with the row number as a dimension but the chart shows each point a as different series

johnw
Champion III
Champion III

You can do it with a scatter chart instead of a line chart. See attached.

Not applicable
Author

Thank you John, it's working perfect!