I generate a drop down menu with this line of code > > db.files.project.requires = IS_IN_DB(db, 'projects.id', '%(project)s', > zero='...')
how do I add a filter like : (db.projects.deleted==False) to filter out the records displayed by the drop down menu ? thanks in advance.

