Can you help with a simple JS or FormCalc script to add the SUM of 3 cells (in Designer)?
Sum(FieldText21, FieldText23,FieldText25) - Not working.
Can you help with a simple JS or FormCalc script to add the SUM of 3 cells (in Designer)?
Sum(FieldText21, FieldText23,FieldText25) - Not working.
All on one line in the Script editor.
NumericField3.rawValue = NumericField1.rawValue + NumericField2.rawValue;
My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.