IsEmpty()

 <  Day Day Up  >  

IsEmpty()

Category: Logical

Syntax: IsEmpty ( expression )

Parameters: expression ”typically a field name , but can be any valid FileMaker Pro calculation formula

Description: Returns 1 (True) if the referenced field is empty or if the expression returns an empty string. Returns (False) if the field or expression is not empty.

Examples:

 

 IsEmpty (myField) 

Returns 1 if myField is empty.

 

 IsEmpty (Name_First & Name_Last) 

Returns 1 if the result of concatenating the two fields together is an empty string.

Comments:

Remember that zero is a valid entry for a number field. If a number field contains a 0, it is not considered to be empty.

 <  Day Day Up  >  


QUE CORPORATION - Using Filemaker pro X
QUE CORPORATION - Using Filemaker pro X
ISBN: N/A
EAN: N/A
Year: 2003
Pages: 494

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net