saketbansal
IS-IT--Management
- Jul 2, 2003
- 41
Dear ALL,
i have one report (matrix) which has groups in row now the problem is whenever the row group ends column get repeated
The output comes like this
C1 C2
Gr1
R1 v v
R2 v b
-----------------
Sum() sum()
C1 C2 -----------> I don't want this to come
Gr2
R1 v v
R2 v b
-----------------
Sum() sum()
I want output like
C1 C2
Gr1
R1 v v
R2 v b
-----------------
Sum() sum()
Gr2
R1 v v
R2 v b
-----------------
Sum() sum()
is there any way to get this
i have one report (matrix) which has groups in row now the problem is whenever the row group ends column get repeated
The output comes like this
C1 C2
Gr1
R1 v v
R2 v b
-----------------
Sum() sum()
C1 C2 -----------> I don't want this to come
Gr2
R1 v v
R2 v b
-----------------
Sum() sum()
I want output like
C1 C2
Gr1
R1 v v
R2 v b
-----------------
Sum() sum()
Gr2
R1 v v
R2 v b
-----------------
Sum() sum()
is there any way to get this