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

Combining multiple small data points into one for pie chart

Hey,

So I've got a database that includes personal issues that people may have (Drugs, drink, etc).

There are some larger ones, but there are also some issues that may only affect one or two people. There's about 6 of them.

I want to combine these smaller issues into one part of a pie chart as "Other".


Would it be a case of something like

if( Count(Personal_Issue) < 2, Personal_Issue as Other)

in the pie chart.

Any help?

Thanks.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

If you have QV11 you can use dimension limits and enable the Show Others option. You can find the settings on the Dimension Limits tab of the properties window.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

If you have QV11 you can use dimension limits and enable the Show Others option. You can find the settings on the Dimension Limits tab of the properties window.


talk is cheap, supply exceeds demand
Not applicable
Author

Brilliant, thank you