Hello,
I have a scenario to calculate the minimum of 2 fields and store it in another field. (i.e) There are 2 fields, Fees owed and Grant Amount.
if fees Owed = 1999 and Grant amount = 2000, I need to find min of both of these fields and populate the minimum value in another field called "Approved grant Amount".
(Eg)Fees Owed = 1999
Grant Amount = 2000
Approved Grant Amount = 1999 (This needs to get populate by itself when those 2 fields have value in it and this is the minimum of both fields).
Can we do this without Javascript code? or if this can be achieve only by javascript can I get sample code for it?
Many Thanks,
Poornimaa An
*This post is locked for comments
I have the same question (0)