Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
i want to show top 5 customers in pivot table.how can i get this in pivot
PFA
Create a pivot table
dimension
customer |
Expression
SUM({<customer = {"=Rank(SUM(cost),4)<=5"}>}cost)
Create a pivot table
dimension
customer |
Expression
SUM({<customer = {"=Rank(SUM(cost),4)<=5"}>}cost)
as Manish said, it will work...
or use Straight table, and use dimension limits tab, select top 5...