I have an interesting one here. In my report results I am missing a day (10/9/2016) because of Hurricane Matthew. We did not have any trucks delivering that day so therefore my query results omit that day from the table. My dataset is using a view from the database and I do not have an option of entering an invoice in the system with a delivery date of 10/9/2016 with null values. What I would like to do is insert a row for 10/9/2016 and display null or 0 in the columns at runtime. Any suggestions?
↧