Hi, I can try.
Basically, I have a crosstab that looks like this
2003 2004
jan feb march... total jan feb... total
4 5 6 16 4 5 7
What I would like to do is get the values from those two total fields and create an average based on a number / the sum of the totals. I would like to display that below the cross tab like this.
200 / (16 + 9) = 8
Does that make more sense? All I really want to know is can I get at those total fields to work with them after the crosstab is built?
Obviously the numbers are not real but that's the gist of what I am trying to get at.
Thank you