How can I add an error message when "b - a > a" in an AEM form
I have a final totalMileage calculation at the end of a form by using... ::calculate - (FormCalc, client)
So far the summary syntax is worked as sum(Table3.Row3[31].TotalEnd - Table3.Row3[31].TotalBegin)
I'd like to add an If statement with an error message, if the sum() < Total Begin , then message show up, otherwise show the sum numbers.
I tried both JavaScript and FormCalc, no solutions, please give me some hint? Thanks!
