Hiya,
I'm trying to run a nested query that will extract for each date a count on certain variables. I'm hoping to get something like this:
TheYear, TheMonth, TheDay, count(Variable=whatever1), count(Variable=whatever2), etc...
Below is a much simplified version of what I'm trying to...