Hi.
I have a report that groups on field X. Under each X, there may be multiple records showing fields Y and Z.
X1
Now for each group on X, I want to display a label to the left of the first detail row, but I don't want the label to be repeated with each subsequent detail row. Like this:
X1
[label]____Y1_______Z1
_________Y2_______Z2
X2
[label]____Y1_______Z1
_________Y2_______Z2
_________Y3_______Z3
The label is static; it's text is the same every time it appears.
How do I do this?
Thanks,
Duluter
I have a report that groups on field X. Under each X, there may be multiple records showing fields Y and Z.
X1
Y1_______Z1
Y2_______Z2
X2Y2_______Z2
Y1_______Z1
Y2_______Z2
Y3_______Z3
Etc. Standard stuff.Y2_______Z2
Y3_______Z3
Now for each group on X, I want to display a label to the left of the first detail row, but I don't want the label to be repeated with each subsequent detail row. Like this:
X1
[label]____Y1_______Z1
_________Y2_______Z2
X2
[label]____Y1_______Z1
_________Y2_______Z2
_________Y3_______Z3
The label is static; it's text is the same every time it appears.
How do I do this?
Thanks,
Duluter