I have a table with a GL account and a sub-total in each row. I'd like to sum the sub-totals in a field that is outside of the table. The following formula works in Google Sheets, so I'd hope that it would work in LF Forms as well since they both use the OpenFormula standard.
However, this formula in my form does not return a value:
=SUMIF(Expenses_Table.GL_Account,"*8527*",Expenses_Table.SubTot_1)
Thoughts?