Hi, I know it might be a silly question but I really don't know how to figure it out. In Crystal reports let's say I have the following information:
statename amount
AA 100
BB 2000
CC 12
DD 500
I want to display at top just the maximum value and its statename besides it
let say itshould be just
2000 BB
But i don't know how to do it, I mean I know howto display the value of 2000 using Maximum, but how to show its correspondant statename?