Skip to content

Boolean Predicates

Boolean predicates evaluate fields that store logical values such as true/false or yes/no.

Category: Boolean

Is yes

True if the value is logically true.

This includes boolean true, or any system-defined representation such as "Yes" where relevant.

Example
  • true → ✔
  • false → ✘

Is no

True if the value is logically false.

Example
  • false → ✔
  • true → ✘