coalesce Function
coalesce
takes any number of arguments and returns the first one
that isn't null or an empty string.
Examples
To perform the coalesce
operation with a list of strings, use the ...
symbol to expand the list as arguments:
Related Functions
coalescelist
performs a similar operation with list arguments rather than individual arguments.