Documentation Index

Fetch the complete documentation index at: https://kb.pigment.com/llms.txt

Use this file to discover all available pages before exploring further.

FALSE function

Prev Next

Description

Returns the logical value FALSE.

Syntax

FALSE

Return type

Boolean

Example

Case

Returns

Return Type

IF(Month.'Start Date' > DATE(2020,4,1), TRUE, FALSE)

returns TRUE for all months after April 2020, FALSE otherwise

boolean


Excel equivalent: FALSE

See also: AND, OR, NOT, TRUE, IF