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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

Labels (1)
1 Solution

Accepted Solutions
Digvijay_Singh
MVP
MVP

6 Replies
MK_QSL
MVP
MVP

You need to use If function for this..

Digvijay_Singh
MVP
MVP

cscherer
Contributor
Contributor
Author

thanks..

cscherer
Contributor
Contributor
Author

this helps, thank you!

MarcoWedel
MVP
MVP

Hi,

maybe also helpful:

Custom Filter(unusual range)

regards

Marco

cscherer
Contributor
Contributor
Author

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