Post Author: kalwinhobbess
CA Forum: General
hi i need to do record sorting based on certain condition.right now records are in this sequence.--
t 1d 2t 3f 4f 5d 6
but i need to display it based on this condition.1) first pick the minimum from second column and then pick record from first column which are same. then again pick the min of the remaining record from column from second and do the
same.It should look like this.
t 1t 3d 2d 6f 4f 5
--
Thanksandru