Hi I am Working on a cross tab report in crystal XI.
My data is like this.
col1 col2 count
A B 4
B A 3
A c 7
C B 6
In the cross tab Col1 is in the ROWS of cross tab, col2 is in the COLUMNS of cross tab. and the count should be dispaled as summary field. Every thing is working fine but I am getting a total field as one row and one column in the report which I do not need. Below is the o/p what I am getting and what I want.
O/P I am getting.
Total A B C
Total 20 3 10 7
A 11 0 4 7
B 3 3 0 0
C 6 0 6 0
What I want is same as above but with out the total column and the toal row I am not if it is possible but if yes please help me.
Thanks,
M
My data is like this.
col1 col2 count
A B 4
B A 3
A c 7
C B 6
In the cross tab Col1 is in the ROWS of cross tab, col2 is in the COLUMNS of cross tab. and the count should be dispaled as summary field. Every thing is working fine but I am getting a total field as one row and one column in the report which I do not need. Below is the o/p what I am getting and what I want.
O/P I am getting.
Total A B C
Total 20 3 10 7
A 11 0 4 7
B 3 3 0 0
C 6 0 6 0
What I want is same as above but with out the total column and the toal row I am not if it is possible but if yes please help me.
Thanks,
M