Computed Columns are not updated for Show Form and Edit Form screens

That’s because a form does not write any data to the table until you submit. It will not work in a form. You would be better off creating a custom form if you want to do calculations in real time.

1 Like