Your column entries aren't structured for sorting being applicable. Either
a) create additional columns for sorting, and split your column entries there, like "2a1.1"-> 2; "a";1.1
or
b) change values in your column like "2a01.01" or "02a001.01" or whatever - so that evrey structure part is always fixed length.
|