Hello,
we would like to sort an context-queue. In this queue we have multiple records with the same value. We would like to sort them per value.
Is this possible with the standard function sort (SP13)? When we use sort, nothing like this occurs. Same output as input! Is there an alternative solution.
example of queue:
111
111
222
111
333
wished output
111
111
111
222
333
Brgds
Stig