Gossamer Forum
Home : Products : DBMan : Customization :

Sorting on "view all"

Quote Reply
Sorting on "view all"
How i can sort the output to alphabetic?

This is the call:

print qq!<A HREF="$db_script_link_url&view_records_short=1&$db_key=*">BOOKMARKS</A> ! if ($per_view);

Quote Reply
Re: Sorting on "view all" In reply to
Add

&sb=#

to your link, where

#

is the number of the field you want to sort by.

JPD
http://www.jpdeni.com/dbman/
Quote Reply
Re: [JPDeni] Sorting on "view all" In reply to
How do you choose whether the sort in dbman should be asc or desc when you add &sb=n in the link?

Cheers!
Quote Reply
Re: [RAZA] Sorting on "view all" In reply to
Cool I found the answer:

You would place:

&sb=n&so=descend or

&sb=n&so=ascend

as the case may be and "n" represents the field o. on which the sort will be based.



Cheers!