So I am working in SQL Server Report Builder and need to make a report that has rows that equal the day in the month. Then I will put the qty shipped/ordered in that day based on type, but some days will be blank
date shiptype1 shiptype 2 tot ordertype1 ordertype2 total
3/1 3 3
3/2
3/3 5 3 8
The problem I am having is how to make each day show up on the report even if there is no data for that day. I also need it to change each month.