Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Remove highest value from chart

Hi,

How can i remove the highest value in the chart?

1 Solution

Accepted Solutions
Not applicable
Author

Hi Marius,

One more option you have in Dimension limit, where you can limit the amount as shown below;

Capture.PNG

I hope it will help you

Regards

View solution in original post

6 Replies
rubenmarin

Hi Marius, for just that bar you can try with:

If(Rank(YourActualExpression)>1, YourActualExpression)

If you want remove the dimension maybe using a calculated dimension:

Aggr(If(Rank(YourActualExpression)>1, DimensionField), DimensionField)

Not applicable
Author

hi,

top(sales)-sum(sales)

will give u o/p hopw it will help to complete the task.

Thank you,

Balaji.k

Not applicable
Author

Hi Marius,

One more option you have in Dimension limit, where you can limit the amount as shown below;

Capture.PNG

I hope it will help you

Regards

Not applicable
Author

Its quite simple just use the below syntax removing any value greater than the specific number as shown below based on your requirementCapture.PNG

SatyaPaleti
Creator III
Creator III

Hi Marius,

issue.JPG

Here you can option to maintain certain limit

Path --> Chart Properties--> Dimension Limits

Thank you,

SatyaPaleti

Not applicable
Author

Hi Marius,

Simple way, U can work on Properties of Object u can choose  Dimension Limits tab then u will have option to restrict the highest value.

Ramya.