Hi!
I have a crosstab query that does the following:
Dept_Name (Row Heading) -> Group By
Phase (Row Heading) -> Group By
Status (Column Heading) -> Group By
Description (Value) -> Count
What it's doing is counting every description under the Phase and Dept I've specified, etc. But I want it to instead count the Description by group instead of by total. For example, if I had 5 apples and 4 bananas under description, I want it to count this as 2 (since there are 2 types of descriptions) instead of as 9.
This should be simple but I'm stumped!! Thank you
I have a crosstab query that does the following:
Dept_Name (Row Heading) -> Group By
Phase (Row Heading) -> Group By
Status (Column Heading) -> Group By
Description (Value) -> Count
What it's doing is counting every description under the Phase and Dept I've specified, etc. But I want it to instead count the Description by group instead of by total. For example, if I had 5 apples and 4 bananas under description, I want it to count this as 2 (since there are 2 types of descriptions) instead of as 9.
This should be simple but I'm stumped!! Thank you