If the given value is non-empty (as per the definitions in the EMPTY
function), returns the given value, otherwise return the given default.
DEFAULT(value: , default: ) => Boolean|Number|Object|Array
Parameter | Description |
Value | Value to check |
Default | Default value |
Formula | Return value |
|
|
|
|
|
|
|
|