nanvl
function nanvl(col1, col2): Column;Defined in: functions/conditional.ts:90
Returns col1 if it is not NaN, or col2 if col1 is NaN.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
col1 |
ColOrName |
col2 |
ColOrName |
function nanvl(col1, col2): Column;Defined in: functions/conditional.ts:90
Returns col1 if it is not NaN, or col2 if col1 is NaN.
| Parameter | Type |
|---|---|
col1 |
ColOrName |
col2 |
ColOrName |