Originally Posted by
bloodylemming
I have a field that requires several values from other fields, to calculate. I'd like to have the calculation on that one field, instead of having to repeat it on every other field, which would make changes so much easier.
Is there a way to, say put that formula in an onInit function in the calculated field, then in the other fields, in the onValueChange, force the calculating field to re-initialize?
Or maybe another solution would be to have the calculation in a function, and just call that function in each of the source fields? If so, do you have a tutorial on creating functions?