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: 
Bhuvi
Partner - Contributor III
Partner - Contributor III

Limit dimension option as Others

Hi all,

I have limited the dimension up to 10 and other values come under others option.

Now, whenever I click on others dimension, I get other values of the dimension, but I don't want to show that.

Is there any solution for this?

Thank you!

 

Labels (2)
2 Replies
Gabbar
Specialist
Specialist

What do you want to show?
Why not try removing 'Others' from the load editor ?

anat
Master
Master

use calculated dim like :

If(Aggr(Rank(sum(sales)), Item) < 10, Item,'Others')