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: 
cscherer
Contributor
Contributor

classes with different width

Hello,

I`ve got a problem: I do know the function "class", but there you only have the same width, e.g. class(weight, 100) from 0-100, 100-200 and so on... I want to sum up the total weights per class.

How is it possible to create a graph with different classes (0-20, 20-50, 50-100)? If it`s possible, I want to create these classes in the graph and not while loading the data.

Thank you in advance for your tipps.

Best regards,

Clemens

1 Solution

Accepted Solutions
6 Replies
MK_QSL
MVP
MVP

You need to use If function for this..

Digvijay_Singh

cscherer
Contributor
Contributor
Author

thanks..

cscherer
Contributor
Contributor
Author

this helps, thank you!

MarcoWedel

Hi,

maybe also helpful:

Custom Filter(unusual range)

regards

Marco

cscherer
Contributor
Contributor
Author

I`ll have a look on it. Thank you!