I have a crosstab query which shows me something like:
Activity Quarter1 Quarter2 Total
Call 2 1 3
Visit 3 1 4
Home 4 2 6
and I want to add another row in the query itself or a new query to SUM the Visit and Home.. Like for example:
Visit+Home 7 3 10
Is it possible to do that?