This topic is locked

Non standard sorting

10/30/2007 9:42:54 AM
PHPRunner General questions
O
osluk author

I have a situation where there are scores that are numerical and they also have + and -

Currently I have set field as deciaml so it sorts and the + - are ignored or trucated.
Is it possible to define a search where the first 2 or 3 digits max score 100 are sorted then sort by the + or minus
Excel cannot cope with this either see image below.


Cheers Chris

J
Jane 10/31/2007

Chris,
this task can be accomplished using some simple PHP script.

However we don't have a ready to go solution for this.