Hi to all
Using CR XI and Oracle.
I need to extract the 1st, 2nd, 3rd, 4th, 5th positions of an array of 5 variables Array = [{@a},{@b},{@c},{@d},{@e}]. (those variables are sales totals per salesmen).
To get the highest and lowest values of this array, it is easy, using maximum and minimum...