↧
Answer by TelepathicSheep2
Figured it out, I'm using a UNION to add those rows where the DATE is not equal...
View ArticleAnswer by ThomasRushton
I've tried it like this, and it seems to work: 1. Create your MonthYear list 2. Cross join that with all the project IDs 3. Left outer join the results of that against your main table. Here's some...
View ArticleAnswer by TelepathicSheep2
Figured it out, I'm using a UNION to add those rows where the DATE is not equal...
View ArticleAnswer by ThomasRushton
I've tried it like this, and it seems to work: 1. Create your MonthYear list 2. Cross join that with all the project IDs 3. Left outer join the results of that against your main table. Here's some...
View Article