Sort in ascending order?
Zopemisters, Is there anyway to sort objectValues() by bobobase modification time so that the most recent acced object is first? Right now sort puts it last. (Largest number I guess). All help appreciated, -- Jason Spisak 444@hiretechs.com
Jason Spisak wrote:
Zopemisters,
Is there anyway to sort objectValues() by bobobase modification time so that the most recent acced object is first? Right now sort puts it last. (Largest number I guess).
just put in a 'reverse' like so: <dtml-var objectValues sort=bobobase_modification_time reverse> rik
Thanks very much Rik. All my best, Jason Spisak Rik Hoekstra writes:
Jason Spisak wrote:
Zopemisters,
Is there anyway to sort objectValues() by bobobase modification time so that the most recent acced object is first? Right now sort puts it last. (Largest number I guess).
just put in a 'reverse' like so:
<dtml-var objectValues sort=bobobase_modification_time reverse>
rik
participants (2)
-
Jason Spisak -
Rik Hoekstra