Gossamer Forum
Home : Products : DBMan : Customization :

show all records except category / ifnot category ?

Quote Reply
show all records except category / ifnot category ?
How would I display all records except those from one specific category?
Quote Reply
Re: [Jeff-C] show all records except category / ifnot category ? In reply to
I could be wrong but try this:

if ($rec{'Category'} ne "nameofcategory" ){

display formatting with sub html_view_success

}

changing 'nameofcategory' to the name of the category you don't want to display.

If I'm wrong, hopefully someone else will help to provide a solution.

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/