Skip to Content
0
Dec 21, 2007 at 07:21 AM

Numerical Sort by Char-InfoObjects

23 Views

Hi folks,

is it possible to sort a reporting result by InfoObject (in a WebTemplate) numerical, although the concerning InfoObject is of type char?

For example:

A character has among other things the values:

1, 4, 11, B, A

As the type of this InfoObject is of type char the sort looks like:

1, 11, 4, A, B

So, is it possible to reach a sort, which looks like the following?

1, 4, 11, A, B

Thanks for answers!