Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Top 5 in pivot


Hi all,

  i want to show top 5 customers in pivot table.how can i get this in pivot

PFA

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Create a pivot table

dimension

customer

Expression

SUM({<customer = {"=Rank(SUM(cost),4)<=5"}>}cost)

View solution in original post

2 Replies
MK_QSL
MVP
MVP

Create a pivot table

dimension

customer

Expression

SUM({<customer = {"=Rank(SUM(cost),4)<=5"}>}cost)

israrkhan
Specialist II
Specialist II

as Manish said, it will work...

or use Straight table, and use dimension limits tab, select top 5...