makeitwork09
Technical User
Using Crystal XI, if I group by date, where the dates are only quarters,
and each group has a value field, is it possible to do an average of the
current row and the previous row?
For example I want to do the second value column.
12/2009 100,000
3/2010 50,000 75,000
6/2010 25,000 37,500
9/2010 110,000 67,500
12/2010 15,000 62,500
60,625
The last is an average of all the others.
Also, the above is within another group, therefore the averaging would have
to be done for each primary group.
Thanks
and each group has a value field, is it possible to do an average of the
current row and the previous row?
For example I want to do the second value column.
12/2009 100,000
3/2010 50,000 75,000
6/2010 25,000 37,500
9/2010 110,000 67,500
12/2010 15,000 62,500
60,625
The last is an average of all the others.
Also, the above is within another group, therefore the averaging would have
to be done for each primary group.
Thanks