What is the error in this code
-
Thank you for creating such an awesome plugin. i am trying to create a calculated field with following code. but its not working. please help me to find the error.
(function(){
var int_rate = fieldname2/100 ;
var amt = fieldname3 ;
int i ;
var new_amt = amt*(1+int_rate);for( i = 2 ; i <= 14 ; i++ )
{
new_amt = new_amt*(1+int_rate);
}
return round(new_amt,0);
})();https://www.ads-software.com/plugins/calculated-fields-form/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘What is the error in this code’ is closed to new replies.