Laserfiche Forms Professional Version 10.2.1.246
I have a Form Field called "Expenses Total" which runs a function
=SUM((SUM(PerDiem.DayTotal)), KM_Expense, Taxi_Cost, Other_Costs)
As the BP flows through approval stages, the values of the variables may get updated. When the updates happen, SOMETIMES the =SUM function does not refresh its result to show the new SUM calculated with the new values of the 4 items being added.
This is intermittent. Works most of the time, but not always.
Most recent case, an Admin found the KM being claimed was wrong, so corrected the KMs, which caused KM_Expense to recalculate just fine. Even though KM_Expense showed new value on the form, "Expenses Total" did not update with a new output from its =SUM function which include the KM_Expense variable.
I need a REFRESH button on my form that forces all calculations, formulas / functions to re-evaluate when pressed. All calculations are done within the Forms Field Variables and no java script is used because it is not supposed to be necessary to resort to java in Forms 10.
Does anyone have any idea how I might accomplish this [Refresh] ?