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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

hi i am new here

can i perform top 10 record display in pivot table is it possible or not

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Considering your have Customer vs Sales Data

Use Below

Pivot Table

Dimension

Customer

Expression

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

View solution in original post

2 Replies
MK_QSL
MVP
MVP

Considering your have Customer vs Sales Data

Use Below

Pivot Table

Dimension

Customer

Expression

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

Not applicable
Author

thanks....