I am creating a computed column across fields of which some are potentially null.
The problem is that if any of those fields is null, the entire computed column will
ISNULL(ColumnName, '')