Function IsEmpty

Checks whether the provided value is empty

IsEmpty([VALUE])

Parameters

# Type Passing Default Name Description/Comments
1 any required n/a VALUE The value to check

Returns

Whether the value is empty


Examples

Example to test if a value is empty

{{IF(IsEmpty(ALIAS.PROPCODE))}}
Conditional html code...
{{ENDIF}}