Well, so far, I think I've get a DAL query that works like the second SQL query(LEFT OUTER JOIN based):
db(db.simcard.phone_line==None).select(db.phone_line.ALL, db.simcard.ALL, left=db.simcard.on((db.simcard.phone_line==db.phone_line.id))) I wil trying to solve the main problem with the dropdown select. Cheers! -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

