I have a crosstab which needs to show a count of cases opened, cancelled and completed for each month by person. However I am counting date fields and if I group by the date in one field, it only returns records from another field if there is data there but I need to count even if there is no data in the first field.
I've tried creating a variable to hold a date parameter and adding a command but surely there is an easier way?
I've tried creating a variable to hold a date parameter and adding a command but surely there is an easier way?