Previous Topic: Edit Pattern RulesNext Topic: $ENTERKEY Function


$EMPTY Function

This function evaluates to a Boolean value of True or False, depending on whether a panel field contains a value.

This function has the following format:

        {pnl‑grp(pnl‑row)       }
$EMPTY ({panel field‑identifier })
pnl‑grp

The identifier of a repeating group field on a panel. You must define this field for the panel. It can be nullable.

pnl‑row

The name of a field or a literal that indexes the repetitions of the repeating group. You cannot specify a nullable field as pnl‑row. If all fields in the row identified by this value are empty, $EMPTY returns a value of True.

panel field‑identifier

The identifier of an elementary field tested. You must define this field for the panel. The field can be nullable.

$EMPTY tests True if the field or row had no initial value assigned at layout and any of the following occurred:

$EMPTY tests False if any of the following occurred: