Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to display >1000 values in pivot table

Hi iam using below expression for calucating the amount

if( aggr( rank(  sum(Amount)),[Manager Name Lvl 04]) , sum(Amount))

and now i want to display only >10000 values

please help me on that

thanks

4 Replies
alexandros17
Partner - Champion III
Partner - Champion III

In each expression set a condition on the field you need above 1000:

for example :

if(sum(myVal) > 10000, Sum(thisField), 0)

then exclude all value equal to 0

Siva_Sankar
Master II
Master II

Chaganti,

Refer this thread Limit of records using a pivote table

MayilVahanan

Hi

Try like this'

= Sum({<[Manager Name Lvl 04] = {"=Sum(Amount) > 10000"}>}Amount)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
sujeetsingh
Master III
Master III

Just order by it and use row no