Hi
I am sorting records based on the first field and also i need sum of third field.At a point of time i got some records in input as follows.
12345 20081210 4500
12345 spaces 1500
12345 20081010 2000
I need a output like this
12345 20081010 8000.
I need to get the non space minimum date and also sum for the last fields.can anyone help me to resolve this?
Thanks in advance..