I'd like to do something to this effect: fields = db.table1.fields()
table_rows = [ TR( TD(*[the label associated with the field]*), TD(db(*[the field]* > 0).count()), _id = field + '__row') for field in fields ] Any suggestions? Thanks. -- --- 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.

