I have a query which displays user records from different offices. I would like a total number to be displayed in a column, so it counts number of active users per office, Based on office number.
It should look like this:
Office Name Count
a steve 2
a bob 2
b Gary 1
c Tom 3
c barb 3
c terry 3
Right now my count column is returning all 1's. I am using the sigma symbol and count in the total field of office column. What am I missing here?
Thanks
It should look like this:
Office Name Count
a steve 2
a bob 2
b Gary 1
c Tom 3
c barb 3
c terry 3
Right now my count column is returning all 1's. I am using the sigma symbol and count in the total field of office column. What am I missing here?
Thanks