You can use a nested select but it requires _select(db.table.field). You cannot pass a record as returned by .first()
On Mar 17, 11:26 am, goutham v <[email protected]> wrote: > thanks for the solution it worked. > but in doc > here<http://web2py.com/book/default/chapter/06#Many-to-Many,-list:<type>,-and-contains> > it > asks to use the queried object directly? > doesn't that way work?

