Function IsValid

Checks whether the provided value is non-empty and non-null

IsValid([VALUE])

Parameters

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

Returns

Whether the value is valid


Examples

Example to test if a value is valid

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