User Tools

Site Tools


syntax:functions:iserror

This is an old revision of the document!


IsError(expression)

Returns TRUE if result of expression is an error. Otherwise returns FALSE.

Example FieldA Result Remarks
IsError( 100 / [FieldA] ) 200 FALSE
IsError( 100 / [FieldA] ) 0 TRUE Error - division by zero
IsError( left([FieldA], 'ZZZ') ) Red TRUE Error - Inappropriate parameter
syntax/functions/iserror.1428101594.txt.gz · Last modified: 2015/04/03 18:53 by elenap

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki