Hi Vijay,
Whatever formula which you are using for Vertical tab should also work for Cross tab.
|
Rank
|
France
|
Rank
|
US
|
FY1998
|
3
|
295,940
|
3
|
767,614
|
FY1999
|
2
|
280,310
|
2
|
826,930
|
FY2000
|
1
|
259,170
|
1
|
856,560
|
Sum:
|
835,420
|
2,451,104
| ||
576,250
|
1,594,544
|
I used the formula bottom2=Sum([Revenue] Where ([Rank]>1))
Rank =Rank([Revenue];[Year];Top)
Try to include Rank column to your cross tab and see whether you are getting correct data or not.