On Oct 19, 5:57 am, andrej burja <andrej.bu...@gmail.com> wrote: > requires = IS_IN_DB(db,'tag.id',db.tag._ > format,multiple=True) > > displays format of tag in dropdown while editing > > how to display format in view. doing
it would be db.tag._format %row > row.tag > displays id > > is it different if format of tag is lambda function? yes: db.tag._format(row) > andrej