sql_orderby_seq [message #4056] |
Wed, 22 January 2014 14:09 |
David Lee
Messages: 44 Registered: June 2006
|
Member |
|
|
For a list1 screen, and possibly others, setting $sql_orderby_seq='desc' has no effect - the order is still asc. A workaround is adding desc to the end of the $sql_orderby, as in $sql_orderby='location desc' to sort by the location field in descending order.
It may be best to remove $sql_orderby_seq completely, and let the sequence be defined in $sql_orderby, as that appears to be the way the existing code works.
|
|
|