I'm working on a report that will show me the number of projects I have by phase. There are some phases that no projects are in, and I need to be able to display a zero count on the report for them.
I've tried using Sum(IIf([ProjectStage],1,0)), but I still don't get any zero counts. Help!
I've tried using Sum(IIf([ProjectStage],1,0)), but I still don't get any zero counts. Help!