Hi,
I have a report where i need to show crosstab report,
summary average of sales for each quarter for each state, but along with that i also want to include another column or another crosstab that shows the difference of average of last 2 quarters. is this possible or i have to do manual crosstab.
e.g
please suggest
I have a report where i need to show crosstab report,
summary average of sales for each quarter for each state, but along with that i also want to include another column or another crosstab that shows the difference of average of last 2 quarters. is this possible or i have to do manual crosstab.
e.g
Code:
avg(Qtr1) avg(Qtr2) Difference
NY 200 100 -100
CT 300 50 -250
IL 400 600 200
please suggest