Value different from the function
-
Hello in a calculated field, is it possible to have value 3 if the criteria do not satisfy value 1 and value 2?
Example:
(Function () {
var first=fieldname1, second=fieldname2, third=3;if (AND (first> third)) return 1;
if (AND (first <second)) return 2;}) ()
In case it does not satisfy neither 1 nor 2 must have value 3
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Value different from the function’ is closed to new replies.