Working with NULL Value

Any operation where one of the operands is NULL will result in a NULL value.

The exceptions are:

  • AND will return NULL only if none of the operands is False;
  • OR will return NULL only if none of the operands is True.

See also:
                      
Data Composition System Expression Language
                       Bilingual Presentation of Data Composition System Keywords

1C:Enterprise Developer's Community