Hi.
Suppose I have two colums, one is Location and Second is Quantity, and I want the maximum but not like the max quantity display instead I like the Location of the Max is displayed...
Location--Quantity
A --10
B --20
C --10
A --30
B --15
A --50
now if u look the max is of A is 50 but instead I want to see A as the result
Suppose I have two colums, one is Location and Second is Quantity, and I want the maximum but not like the max quantity display instead I like the Location of the Max is displayed...
Location--Quantity
A --10
B --20
C --10
A --30
B --15
A --50
now if u look the max is of A is 50 but instead I want to see A as the result