sum 3 columns

rave

New member
Local time
Today, 02:19
Joined
Mar 21, 2013
Messages
6
i am trying to sum three column ie 2013 Q1, 2013 Q2 & 2013 Q4. trying to create a cross tab where i want the total of the 3 qtrs. please guide
 
If this is a crosstab, the query will automatically sum the columns unless you tell it not to.

If the quarters are separate columns in your table, the best solution would be to normalize the table so that each quarter is in a separate row. Then use a crosstab to present the data.
 

Users who are viewing this thread

Back
Top Bottom