Issue with equation for calculated field
-
Hi, I’m having trouble with fixing the equation (below) of the calculated field as it doesn’t seem to work. Can you help me with this?
(function(){ if(fieldname14) { if(and(fieldname14 >= "1", fieldname14 <= "3")) return '1'; if(and(fieldname14 >= "4", fieldname14 <= "6")) return '2'; if(and(fieldname14 >= "7", fieldname14 <= "9")) return '3'; } return ' '; })()
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Issue with equation for calculated field’ is closed to new replies.