Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Can Anybody help,how to create a Filter in Qlik Sense with TOP 10 Sales item.
I have ItemName,Value as the fields.
Thanks
Shiju
try this in your listbox expression
=if((Aggr(Rank(Sum(Sales)),Sales item))<=10,Sales item)
Regards
Raman Rastogi
Thank you so much .Let me try