Gossamer Forum
Home : Products : DBMan : Discussions :

sort on dynamic field

Quote Reply
sort on dynamic field
Hi,

went through JPDeni's FAQ and this forum as well, can't seem to find any data on sorting on a dynamically generated field. should be easy, but it's eluding me due to the "sb=" system which is not going to work since the field doesn't actually exist. here's the concept:

$rec{'students'};

$rec{'seats'};

$openseats=$rec{'seats'}-$rec{'students'};

$openseats is a column of numbers in the output table. I would like to be able to sort on that with a link, so students can see the classes that are wide open, and those that are filling up.

how can I sort on that column?
Subject Author Views Date
Thread sort on dynamic field shawnchittle 3053 Jan 9, 2003, 10:44 AM
Thread Re: [shawnchittle] sort on dynamic field
joematt 2958 Jan 15, 2003, 7:10 AM
Thread Re: [joematt] sort on dynamic field
shawnchittle 2949 Jan 15, 2003, 11:39 AM
Post Re: [shawnchittle] sort on dynamic field
joematt 2941 Jan 15, 2003, 1:44 PM