is this possible that the results in calculated field will be max by 30 only? and once reached 30.01 will have an prompt message that the field is only max 30?
here’s my code IF(AND(fieldname2<=999,fieldname6<=999,fieldname7<=999),PREC(fieldname2fieldname6fieldname7/1000000, 2), '')
(function(){
var result = fieldname2*fieldname6*fieldname7/1000000;
if(result<5) return 'Your min value message';
if(30<result) return 'Your max value message';
return PREC(result,2);
})()
The plugin can misinterpret values if the default value does not comply with the field’s settings.
Other controls include similar attributes (Number, Currency, Calculated Fields). In other fields, you must enter the numbers with valid script format (without comma separator): 9500