I am trying to to do the following without doing subreport.
My data is grouped at a number of levels but I want to show details in columns across without repeating data.
here's 'structure' the data
G1 G2 G3 AA x 1 a
G1 G2 G3 AA x 1 b
G1 G2 G3 AA x 1 c
G1 G2 G3 AA x 1 d
G1 G2 G3 AA x 3 a
G1 G2 G3 AA x 3 b
G1 G2 G3 AA x 3 c
G1 G2 G3 AA x 3 d
G1 G2 G3 AA y 1 a
G1 G2 G3 AA y 1 b
G1 G2 G3 AA y 1 c
G1 G2 G3 AA y 1 d
G1 G2 G3 AA y 3 a
.
.
.
G1 G2 G3 BB r 7 g
G1 G2 G3 BB r 7 h
G1 G2 G3 BB r 7 i
G1 G2 G3 BB s 7 g
G1 G2 G3 BB s 7 h
G1 G2 G3 BB s 7 1
etc, etc
Here is what I want to do
G1 (group)
G2 (group)
G3 AA (group)
x 1 a
y 3 b
z c
d
G3 BB
r 7 g
s h
i
etc, etc
Is there any way I can do this??
DOTJake
My data is grouped at a number of levels but I want to show details in columns across without repeating data.
here's 'structure' the data
G1 G2 G3 AA x 1 a
G1 G2 G3 AA x 1 b
G1 G2 G3 AA x 1 c
G1 G2 G3 AA x 1 d
G1 G2 G3 AA x 3 a
G1 G2 G3 AA x 3 b
G1 G2 G3 AA x 3 c
G1 G2 G3 AA x 3 d
G1 G2 G3 AA y 1 a
G1 G2 G3 AA y 1 b
G1 G2 G3 AA y 1 c
G1 G2 G3 AA y 1 d
G1 G2 G3 AA y 3 a
.
.
.
G1 G2 G3 BB r 7 g
G1 G2 G3 BB r 7 h
G1 G2 G3 BB r 7 i
G1 G2 G3 BB s 7 g
G1 G2 G3 BB s 7 h
G1 G2 G3 BB s 7 1
etc, etc
Here is what I want to do
G1 (group)
G2 (group)
G3 AA (group)
x 1 a
y 3 b
z c
d
G3 BB
r 7 g
s h
i
etc, etc
Is there any way I can do this??
DOTJake