The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group

Slack Signup
Newsletter Optin
Help Desk

Change formula calculation in already entered forms

Labels

This Discussion is public

Notifications

Hello,

I have changed formulas in the form template, however, the new calculation applies only to new forms. Is possible to apply the new formula to the old forms without editing all of them manually?

Changes to form formulas aren't retroactive. In lieu of editing each entry, you have to write custom code to change things that are already saved in the database. Depending on the calculation, you may be able to get away with doing this with SQL in PHPMyAdmin. If not, then a PHP function that loops through the entries and makes the change. It could be pretty complicated.

Discussion closed.