Can we make four operations between two attributes (integers) automatically and show the result in new attribute?

Hello ENOVIA Community,


Can we automatically show the result in a new attribute by doing the addition-subtraction-multiplication-division operation between two attributes? (on Cloud)

Example:

->Attribute_1 (Type:integer) : 100
->Attribute_2 (Type:integer) : 5

The result should show up automatically in Attribute_New;

->Attribute_New (Type:integer) : 500

Thank You!