Skip to Content
0
Former Member
Nov 01, 2005 at 10:35 AM

Sort context in mapping?

16 Views

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