Function IsValidNumber
Checks whether a number is valid
IsValidNumber([VALUE])
Parameters
# | Type | Passing | Default | Name | Description/Comments |
---|---|---|---|---|---|
1 | decimal | required | n/a | VALUE | The 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}}