I have a report column that I need to sort in ascending order, first by alpha then numbers. I would like to create a formula to do the sort in Crystal Reports 9 for Visual Studio 2003 or 2005.
Data that I would like to sort:
13-2912004
06-2912004
2331-2912004
931-2912004
ANUSM636AV8
ZZ-0.016KGSQCM
BM400-2
TE6FUA
I need to sort in this order:
ANUSM636AV8
BM400-2
TE6FUA
ZZ-0.016KGSQCM
06-2912004
13-2912004
2331-2912004
931-2912004
Note that this field is variable in length, from 1 to 15 characters.
Any ideas?
Thanks in advance for any suggestions.
--Koonie
Data that I would like to sort:
13-2912004
06-2912004
2331-2912004
931-2912004
ANUSM636AV8
ZZ-0.016KGSQCM
BM400-2
TE6FUA
I need to sort in this order:
ANUSM636AV8
BM400-2
TE6FUA
ZZ-0.016KGSQCM
06-2912004
13-2912004
2331-2912004
931-2912004
Note that this field is variable in length, from 1 to 15 characters.
Any ideas?
Thanks in advance for any suggestions.
--Koonie