if return value
-
I want to make a return value in a calculation field under the following condition. If fieldname2=2 , the return value to be fieldname2*55+fieldname4 ; if fieldname2 =>3, the return value to be fieldname2*50; else fieldname2*59+fieldname4.
I tried the following equation only for the condition “if fieldname2=2”, but nothing happened.
(function(){
if(fieldname2=2) return fieldname2*55
})()
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘if return value’ is closed to new replies.