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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
indra
Contributor III
Contributor III

Top 10 Services based on first Dimension in qliksense Pivot table

Hi,

How can we get top 10 services based on first dimension in pivot table qliksense

 

Labels (1)
4 Replies
anat
Master
Master

use Rank function 

=if(Aggr(Rank(Sum(sales)), DEPT)<=10, DEPT , 'Others')

indra
Contributor III
Contributor III
Author

I am using the same in the in the first dimension as calculated field, but that is not working.

anat
Master
Master

not working means ,getting error or not getting expected output.

indra
Contributor III
Contributor III
Author

Not getting expected output.