NULLIFZERO_UDF
Definition
Converts data from zero to null to avoid problems with division by zero.
Parameters
NUMBER_TO_VALIDATE
NUMBER
The input number to validate.
Returns
Null if the number is zero, otherwise the number.
Usage example
Input:
Output:
Last updated