Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
i want to show in pivot table top5 customers by each region
i have 3 regions --- so in pivot table i want to show total 15 customers each region 5 customers.
how can i do this?
Thanks
Sony
Hi sony, as Pooja saids below, if you have different expressions, those differenct expression are the ones showing other customers, try adding the same condition to all expresions. PFA.
You can check supress null values in dimension to remove the null value.
sorry ...
if i add customername in the dimension it is giving me wronfg result..
check the attached.
actual requirment region should not be in table
dim: accountname
salestage
Hi Sony,
Try this:
=If(Aggr(Rank(Sum(Value)),Region,Account_Name)<7,Sum(Value))
Also refer the attached.
Br,
KC
but... i want to see the service amount and hardware amount as a measures also
Just copy the same expression and replace you expression for service and hardware
Refer the attachment.
Hi Sony, Jyothish answer above is working, isn't?