I have a query that groups a table by client id, showing counts for each client id. See attached screenshot for query specs.
I would like to add another row to the results of this query that shows the total for all client ids.
How would I do this?
Thanks.