no.no.no.no. db(query).select(something) returns either None or a list of Row objects each holding only one key, 'something', with the corresponding value.
your select should return just the detailtip2.amount field. If it returns the whole detailtip2 table then post the model of that table and the select you're doing (possibly a short model and a short select, just to confirm the issue you're seeing) -- --- 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.

