In SQL, the COALESCE(ValueA, ValueB, ...) function returns the first non-NULL value from the list of values provided. This would be a very useful addition to the functions supported in datasets. For example, let's say I needed the ability to tra
read more