• Actually, I believe I found the issue. The NULL containing records are also leaving the date column as NULL, and the report is using a year(datecolumn) and month(datecolumn) parameters to pull the data, so it's not returning those records. Guess I have to find a way to join each record with all the needed dates.