Function IsValidNumber

Checks whether a number is valid

IsValidNumber([VALUE])

Parameters

#TypePassingDefaultNameDescription/Comments
1decimalrequiredn/aVALUEThe value to check

Returns

Whether the number is a non-null number not equal to zero


Examples

Example to test validity of the asking price

{{IF(IsValidNumber(ALIAS.PRICEASK))}}
Conditional html code...
{{ELSE}}
Conditional html code...
{{ENDIF}}