解決済み
I need to calculate a field based on calculated field of Age (based on birthdate)
I'm very new to Java and not sure how to go about creating this calculated field. I think I need to use an array but not sure.
Ultimately, I need this field to get the age from "CalculatedAge", look in a table, pull the rate needed and put into the formula: event.value=((((this.getField("EEVLife").value/1000)*Rate)*12)/26)
Any suggestions?
