Update filed with formula

Discussion:
Field

What are you trying to achieve:
I need to understand if is possible have support for a simple formula

Additional information:
I would want a insert a formula on a field, i mean:
I have a database with some field, I need tha on of that field named “stato” automatically have a word “CHIUSA” when field1 and field 2 are populated otherwise “APERTA” in the same page I have also a button to save data on database

Thanks a lot for your help

Hey @Diego_Mengarelli!

Although the CMS might look very similar to a spreadsheet, it works a little differently, and doesn’t (out of the box) have the ability to add formulas like you would in Google Sheets for example.

You’re likely going to need to use Data Hooks to write your own “formula” (a function) to process data and format it as you need it.

I’d recommend starting off here - https://www.wix.com/velo/reference/wix-data/hooks

Hi thank, I create a hook and I fix my problem