You can create a formula that compare the values of two arguments by using the comparison function. Each comparison relationship evaluates as true or false based on numeric magnitudes or character rankings. A true relationship evaluates as one, and false evaluates as zero.
•
|
You should not use comparison operators to specifically compare to a missing value. Instead, use the Is Missing function to detect a missing value.
|