The logical "and" returns the Boolean value 1 when both arguments are true and returns 0 otherwise.
(LTV gt 80) and (PMICODE in ',00')
(STATE in 'NY,NJ,CT') and (CURBAL gt 100000) and (MDEQL eq 0)
BoolLeft and BoolRight
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
BoolLeft | Boolean | Field, Constant | Logical Statement | No |
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
BoolRight | Boolean | Field, Constant | Logical Statement | No |
Type: Boolean
1 if both statements are true, 0 otherwise; Boolean Expression