Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi guyys,
i m able to get highest sale value in text --- =max(Aggr(sum(Sales),City)) ... But i want to show the Name of the City
right now its showing a Highest sales Amount.. kinldy inform how to do this
May be try this:
=FirstSortedValue(City, -Aggr(Sum(Sales), City))
Thankss
Write
FirstSortedValue(City, -Aggr(Sum(Sales),City))
let me know
Did it work??
Do as sunindia wrote ... it works