IF...ELSE...ELSEIF...ENDIF
Kalipso - Form - Actions - Actions Description - Group Code - IF...ELSE...ELSEIF...ENDIF
Last updated
Kalipso - Form - Actions - Actions Description - Group Code - IF...ELSE...ELSEIF...ENDIF
Last updated
If(VAR(0)=1 AND VAR(2)=2)
Set Value(VAR(0),Numeric, 4)
Else
Set Value(VAR(0),Numeric, 40)
End IfIf(VAR(0) <> 1)
Set Value(VAR(0),Numeric, 4)
Else If(VAR(1) > 1 AND VAR(2) < 50)
Set Value(VAR(0),Numeric, 40)
End If If(VAR(3)= VAR(4))If(VAR(4)= VAR(3))