ISBLANK

From AgileApps Support Wiki
Revision as of 11:48, 7 May 2018 by imported>Aeric (Created page with "The ISBLANK function determines if a text field is blank. If the field value is blank, the function returns TRUE. If the field contains data, the function returns FALSE. ;Syntax...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The ISBLANK function determines if a text field is blank. If the field value is blank, the function returns TRUE. If the field contains data, the function returns FALSE.

Syntax
ISBLANK(field)
Return
TRUE or FALSE
Examples
ISBLANK(last_name) = TRUE. Returns TRUE if the last_name parameter is left blank.