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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
arulsettu
Master III
Master III

Top 10 low values

Hi

i want to display top 10 lowest value based on sales

any one help? thanks,....

1 Reply
MK_QSL
MVP
MVP

Something like below

1)

Dimension

Customer

Expression
SUM({<Customer = {"=Rank(-SUM(Sales),4)<=10"}>}Sales)

2)

Dimension

Customer

Expression

SUM(Sales)

Dimension Limits

Tick Restrict which values are ....

Show Only Smallest 10 Values

Untick Show Others

3)

Calculated Dimension

=IF(Aggr(Rank(-SUM(Sales),4),Customer)<=10,Customer)

Tick Suppress When Value is NULL

Expression

SUM(Sales)