AND Operation

How to use the AND operation with Computed Attributes

Definition

Example

Syntax Guide

Definition

The AND operation allows you to test multiple conditions.

This operation will:

  • Return TRUE if all of the provided arguments are logically true
  • Return FALSE if any of the provided arguments are logically false
  • Only FALSE and 0 are considered false

Example

$ATT.BOOLEAN = 1

AND($ATT.BOOLEAN, true)

Result:
TRUE

Syntax Guide

AND(logical_expression1, [logical_expression2, ...])

logical_expression1 - An expression that represents or can represent some logical value, i.e. TRUE or FALSE

logical_expression2, ... - [ OPTIONAL ] - Additional expressions

What's Next

Check out similar operations like: 

 

If you have any questions just click on the chat box in the bottom-right corner and we'll be happy to answer them...

 

and please let us know 👇