Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
bgColorwhite

TRUE

This is the boolean value TRUE.

Include Page
_nav_BackToTop
_nav_BackToTop

Panel
bgColorwhite

FALSE

This is the boolean value FALSE.

Include Page
_nav_BackToTop
_nav_BackToTop



Panel
bgColorwhite

UNKNOWN

You can use the '?' (question mark), representing UNKNOWN, to check if an expression or an attribute has a value.

Example

Suppose a model with an entity Person and attributes Person.name and Person.age. In runtime, a user fills out a form and enters his name, but forgets to fill out his age.

As a result:

ExpressionResultTypeReason
Person.name = ?FALSEBooleanThis attribute is filled out
Person.age = ?TRUEBooleanThis attribute is not filled out, and therefore UNKNOWN


Include Page
_nav_BackToTop
_nav_BackToTop