Gossamer Forum
Home : Products : DBMan : Customization :

conditional sorting

Quote Reply
conditional sorting
I tried for a couple of days (no luck so far) to get the following to work:

I want to make a link from the footer with a selection as follows:
(in pseudo code)
<A HREF="$db_script_link_url&view_mlink=1&$db_key=*&mh=10&sb=9(if<7)&so=descend">

And the "if" statement is the problem (ofcourse)

How do I display only those records where field 9 is > 7
(display records where the url is filled in that is, in this case)

Hope I made myself clear.
Any help is very welcome !

Close Watch
LyricZ http://www.e-lyricz.com
NL
Quote Reply
Re: conditional sorting In reply to
solution here:

<A HREF="$db_script_link_url&view_mlink=1&MUrl=>http://&mh=10&sb=1&so=descend">


&MUrl=>http://
where MUrl is the field


Close Watch
LyricZ http://www.e-lyricz.com
NL