I have a query where I group on customer states and count the number of customer last names in each state.
My query looks like this.
State Countof Lastname
NJ 5
NY 6
CA 10
Is it possible to include the sum in the same query?
I want my query to look like this.
State Countof Lastname
NJ 5
NY 6
CA 10
Total 21
Any advice is greatly appreciated.
Cheers.
My query looks like this.
State Countof Lastname
NJ 5
NY 6
CA 10
Is it possible to include the sum in the same query?
I want my query to look like this.
State Countof Lastname
NJ 5
NY 6
CA 10
Total 21
Any advice is greatly appreciated.
Cheers.