Calculate Quotient After Determining Min
I'm looking to calculate the minimum between two fields and then divide the minimum by an additional field to get a percentage. I'm not sure of the javascript that's needed (tried altering one from another post but it's giving an error message). For reference, I'm trying to calculate the minimum of "PurchasePrice" and "AsIsValue" and then divide the "InitialAdvance" by the minimum.
The typical formula would be: InitialAdvance / Min(PurchasePrice,AsIsValue)
Let me know if anyone can help!
