You have to update the fields involved in the computation: db(db.tag).update(f1=db.tag.f1, f2=db.tag.f2, ...)
On Feb 22, 10:39 am, Manuele Pesenti <[email protected]> wrote: > Dear users, > if I change a value in a function called by e computed field formula how > can I update the computed field values? > > I tryed > > db(db.tab.id>0).update(id=db.tab.id) > > but nothing happened > > Thank you > > Manuele

