I am getting dividing by 0 errors. I noticed that sometimes the field I'm dividing by is NULL.
(SUM(RentMonths * SQFT) / SUM(SQFT))
What's the proper way to handle this situation when SQFT can be null at times? I know it's probably bad data but that's besides the point; I can't fix that right now.