You update the fields involved in the calculation: db(db.tab).update(f1=db.tab.f1, f2=db.tab.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

