Looking for a way to handle Null values in database using the Formula IN-DB tool. Have over 100,000,000 rows so streaming the data out is not an option. Tried: ISNULL("METRIC_COLUMN","REPLACEMENT_METRIC_COLUMN_FOR_NULL_VALUE") and it did not work. Anyone know how to get the ISNULL function to work in the Formula In-DB tool or a workaround for changing null values in the Formula In-DB tool? Thank you