Okay I have a profile field "Player #" which is set as a text field... when I use that field in Views it obviously does not sort correctly (1,10,2, instead of 1,2,10). So, what would be the easiest way to get this to work? I can't seem to find any way to define it as numeric etc... seems weird there's no "numeric" option for field type.

Comments

tryan09’s picture

natsort does what i want.. but it doesn't work with 6.x

kpm’s picture

I got around it for my purposes by adding a drop down list available to certain users with rights for editing it in all user's profile pages... but this is for a small group of users, which isn't viable for a big list.