Is it possible to identify the highest value in a range of fields: [1234] [4321] [2341] etc?
In Excel this would be: =MAX(A1:A6) A number of Excel formulas work in Formidable, but not this one.
David
I don't see how to do it without Javascript/jQuery. You could use something like this.
You should be able to this with a calculated field and the Javascript Math object. You use the Math.max() function. This is the Knowledgebase article that shows you how to do it: https://formidableforms.com/knowledgebase/field-calculations/#kb-advanced-numeric-calculationsarticle.
Please login or Register to submit your answer