Try: rows = db(~db.auth_user.id.belongs(db(db.auth_membership.group_id==auth.id_group('admins'))._select(db.auth_membership.user_id,distinct=True))).select(db.auth_user.ALL)
On Tuesday, 11 September 2012 12:55:31 UTC-5, Cler wrote: > > How to display the members who are not admins ( They dont belong to the > group admins) > --