yes.
Field('name',compute=lambda row: db.other_table(row.other_id).other_field)On Tuesday, 21 August 2012 05:11:29 UTC-5, lyn2py wrote: > > Can a computed field take values from other tables? Thanks! --
yes.
Field('name',compute=lambda row: db.other_table(row.other_id).other_field)On Tuesday, 21 August 2012 05:11:29 UTC-5, lyn2py wrote: > > Can a computed field take values from other tables? Thanks! --