5.1 ISNULL
The ISNULL function returns whether a value is NULL. It is available in the Designer and the Workflow Manager.
5.2 IS_DATE
The IS_DATE function returns whether a value is a valid date. It is available in the Designer and the Workflow Manager.
This function can also be used to validate a date for a specified format for which the syntax is
IS_DATE( value, format )
If the format is not specified, ‘MM/DD/YYYY’ is taken as the default format.
5.3 IS_NUMBER
The IS_NUMBER returns whether a string is a valid number. It is available in the Designer and the Workflow Manager.
5.4 IS_SPACES
The IS_SPACES function returns whether a value consists entirely of spaces. It is available in the Designer and the Workflow Manager.
IS_SPACES( value )
Example : The following expression checks the ITEM_NAME port for rows that consist entirely of spaces:
| |
No comments:
Post a Comment