cancel
Showing results for 
Search instead for 
Did you mean: 

Sort context in mapping?

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

have you tried this Sort function with

type of Comparision: Numerical?

(double click on the Sort function)

Regards,

michal

MichalKrawczyk
Active Contributor
0 Kudos

one more thing

Remember you have to add <b>Removecontext</b>

function just before <b>Sort</b> function

Otherwise It won't work

Regards,

michal