function stop working after update.
-
I have a field in my Calculated Fields Form
(function(){ if(fieldname24 <= 0) return ' '; if(fieldname24 > 0 && fieldname24 <= 10) return 'RTB 10 kW'; if(fieldname24 > 10 && fieldname24 <= 16) return 'RTB 16 kW'; if(fieldname24 > 16 && fieldname24 <= 30) return 'RTB 30 kW'; if(fieldname24 > 30 && fieldname24 <= 50) return 'RTB 50 kW'; else return 'Neem contact op, a.u.b.'; })()But after a update from Calculated Fields Form this field stay empty.
Any idea what is wrong ?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘function stop working after update.’ is closed to new replies.