R
Rob Oldfield
I have a field of information in an SQL database that is of the format
'users initials' (padded to 3 characters with a space if necessary) followed
by a sequential number. For example JS 123 would be record 123 for the user
John Smith. How can I organise a dataview so that it is sorted firstly by
the initials, and then by the numeric value?
I think that I need to add a calculated column onto the datatable and then
sort by that, but how do I pick out 'value of the 4 character onwards'?
'users initials' (padded to 3 characters with a space if necessary) followed
by a sequential number. For example JS 123 would be record 123 for the user
John Smith. How can I organise a dataview so that it is sorted firstly by
the initials, and then by the numeric value?
I think that I need to add a calculated column onto the datatable and then
sort by that, but how do I pick out 'value of the 4 character onwards'?