As strange as this sounds, I need to count some records that I know don't exist and return 0
I have a list of people who are doing projects, some of them have done several and some have done none. I want to create a query to list those users but I need to return a row for all of the guys who have done no projects and count the number of projects they have done as 0.
Any ideas?
I have a list of people who are doing projects, some of them have done several and some have done none. I want to create a query to list those users but I need to return a row for all of the guys who have done no projects and count the number of projects they have done as 0.
Any ideas?