powered by
oneToNull is a utility function that returns NULL when a value of 0 or 1 is passed to it, otherwise it returns the original value.
oneToNull
oneToNULL(value, convertOneToNULL)
NULL if value==1, otherwise value.
The value to check.
TRUE to convert 1 to NULL.