Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Im having the data with 3 dimensions Region ,SalesPerson, Sales
Each Region having 3 SalesPerson ,
I want max Sales in each region with only one Salesperson who having that max sales in that perticular region.
help me out
Thanks&Regards
AbdulRajak
May be like this:
Dimension:
Region
SalesPerson
Expression:
If(Rank(Sum(Sales)) < 2, Sum(Sales))
May be like this:
Dimension:
Region
SalesPerson
Expression:
If(Rank(Sum(Sales)) < 2, Sum(Sales))
Yeah...
Its working,
Thanku,
But if Salespersons are n means????
Salespersons are n means? Not sure I understand this line of yours?