> greater than

 

Used to decide if one value is larger than another

 

This operator is used to determine if one value is larger than another.

 

E.g. to determine the quantity of a part in a product based on the value of a variable. So here the formula will evaluate to 1 if the value of the variable @SHELFS@ is greater than 3.

 

=@SHELFS@>3

 

Has a part got a length longer than its width in a cutting list rule? If the length is greater than the width the answer will be 1 if the length is the same as or less than the width then the answer will be 0.

 

=[Length]>[Width]