We are getting the following error in a calculation. The system is so concerned with this that it will not even allow the users to submit the form.
Field Name: Total Amount, Position: 45, Error: '{0}' is an invalid formula expression. [LFF1000-InvalidExpression] [LFF1018-ErrorOccuredDuringFormulaCalculation]
Here is our expression, there is no position 45 and no text {0} entered into the expression. It seems everything about this message is inaccurate
=SUM(Expenses_Breakdown.Expense_SubTot)
The other odd thing about this is that the value shown in the field Total Amount is always correct. The calculation appears to be working just fine as far as we can see, only after submission are we told we have to return to the form and fix the expression.