I'm trying to fill in a bunch of date gaps for each group.
I have no problem making this work if have only one group, but when there are more than one, my dates don't fill in as I'd like them to.
As an example, the first screenshot below shows the data coming out of my query. The second screenshot shows what I'd like it to look like. If I do a left join on a date table with only one State, all is good. If there are more one State, the gaps don't fill in correctly.
BEFORE
AFTER