Hi All,
I have been creating reports that use the COUNT function to calculate the number of documents at each phase, however I am struggling to get a row to show in the report if there are 0 documents at a phase.
For example I can easily create a report that shows:
Project Phase | Count of Projects at this phase |
---|---|
Phase 1 | 3 |
Phase 2 | 5 |
Phase 4 | 2 |
I actually want this to show:
Project Phase | Count of Projects at this phase |
---|---|
Phase 1 | 3 |
Phase 2 | 5 |
Phase 3 | 0 |
Phase 4 | 2 |
Does anyone have any advice or example code that would help me achieve this?
Many thanks
Dan