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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Acummulate range of values in a graphic

Hello fellows,

I would like to limit the maximum value of a certain dimension in a bar graphic, but I would also like to have the possibility of accumulating the values beyond that limit on the last one.

To be more precise, as an example:

If I have the values 1 2 3 4 5 6 7 8 9 10, and limit the dimension to show only until 5, I would like the graphic to represent

1 2 3 4 (5 or more)

Is there any way to specify this in the options?

Regards,

Ygor

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

in the chart, you can create a calculated dimension.

For your example the dimension become : if( yourDIM <= 5 , yourDIM , 'Other' )

JJJ

View solution in original post

1 Reply
Not applicable
Author

Hi,

in the chart, you can create a calculated dimension.

For your example the dimension become : if( yourDIM <= 5 , yourDIM , 'Other' )

JJJ