I have a SQL statement something like this
ISNULL(revenue - expense, 0)
I'm trying to find if one or both of my columns (revenue AND/OR expense) are blank. If either or both are blank then return 0. I keep getting #Error messages as a result though.